Predator14567's Q&A profile
Visual Studio Team System Development Project Plan not picking up all information
When I open the Development Project Plan and load all the work items, the start dates and end dates are not loaded. Which may or may not lead to that the blue bars on the right are not shown. Why isn't Microsoft Project picking up the start dates and end dates /Chris Hello Chris, If you save the project plan after importing the work items, then you don't have to import every time. The project plan is stored in the Team Share point site. But I am still not sure why the dates are not getting imported. I will try reproducing the issue tomorrow. Thanks, ...Show All
Visual Studio Team System Users can no longer connect to TFS
Hi, I came across a very strange problem. I have a group of developers which connect to TFS regularly. They are all members of the domain group 'Developers' which in turn is a member of the 'Contributors' group of my team project. Some developer, which has been connecting to the server for a some time, can not connect any more and is prompted with the User/Password dialog. No changes were made to the server group membership or the doamin group membership. This happend more than once before with no apparent cause. When I add that user to the 'Contributors' group individually (not through the domain group), all goes back to normal. Any ideas Thanks, Shay Hi, I do not see any e ...Show All
Visual Studio Team System Can't install CTP7
I get the message "...TeamDataCTP7.exe is not a valid Win32 application" Thanks, Ed Ed77 wrote: I get the message "...TeamDataCTP7.exe is not a valid Win32 application" Thanks, Ed Did you download the 64bit version by mistake -Jamie ...Show All
Visual C# Help - folder's property dll
Hi.. In windows , when we right click on any folder or file, we get properties . In the properties we can see General/Security etc.. Is it possible to get the properties dll in c# please help Thank You for the reply. But i dont have a tree view here. Imagine this scenario. In the desktop, we can see folders. when an user right clicks on any folder, the user can see the properties menu item,rite. I am trying to create a similar application which has the items like(folder or file name, Type,size,Location,contains,created). Also i want my application's name to be available in the rightclick popup, when the user right clicks on any folder. ...Show All
SQL Server help needed ...to update the datatable
hi, I have my database stored in the sqlserver 2005. Using the table name i am retrieving the table and it is displayed to the user in the form of datagridview.I am allowing the user to modify the contents of the table, including the headers. Is it possible for me to update the table straightway rather than giving a sql update command for each and every row of the table . Pls reply asap.... -Sweety Sure is. Though this really isnt a SQL Issue you have. You also forgot to mention what programming language you are using (VB.NET, C# etc) If you are using the datagrid and a dataset, then its easily possible however, depending on what .net platform you are using (1.1, 2.0) if you tell us, we ...Show All
Smart Device Development Datagrid / Refresh ?
Hello everyone, I red all messages but i couldn't find any solution. My problem seems simple: environment: Vs 2003 /Sqlce When i enter a new row , the datagrid doesn't reflect the change. my code: Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click Dim xx As Decimal Dim CN As New System.Data.SqlServerCe.SqlCeConnection("Data Source = \My Documents\sgdb.sdf") Dim DA As New System.Data.SqlServerCe.SqlCeDataAdapter("SELECT HEAD_ID,LINE_ID,BARCODE_STR FROM SG_INV_BARCODE_LINE_TAB", CN) Dim DS As New DataSet Dim CMD As System.Data.SqlServerCe.SqlCeCommand = CN.CreateCommand() CN.Open() DA.Fill(DS, "SG_INV_BARCODE_LINE ...Show All
SQL Server Using GetDouble() on the PipelineBuffer
Hi, I'm using the GetDouble() method of the PipelineBuffer to get a double from a flat file, to transform it and to rewrite it to the readwrite input column. The input column I read the double from has a DT_R8 data type. If my input file contains 18.45, then the GetDouble() method returns 18.44999999999, and when I rewrite the double without transformation, the target file contains 18.449999999999 !! The only way to get 18.45 in the target file is to create a RT_DECIMAL output column and to write the result using SetDecimal(index, new decimal(doubleValue)) to that new column (when calling SetDecimal(), doubleValue contains 18.449999999999 but the written decimal is 18.45) If I really want to rewrite the double to my input co ...Show All
Visual C++ A legit linker problem... no really
So, i've upgraded to VS 8 and installed the newest DX SDK for kicks. I'm coming from a strict Java background with a bit of GCC, so this is all new to me. Anyway, just to make sure everything was working properly, I loaded some examples to see if they would compile okay. I started getting fun LNK2019 error spam. For the heck of it, I just slapped up #include <windows.h> int WINAPI WinMain( HINSTANCE hInstance,HINSTANCE hPrevInstance ,LPSTR lpCmdLine , int nCmdShow){ MessageBox( NULL , "Please work =(" , "Gah" , MB_OK ); return 0; } This returns 1>Finished searching libraries 1>t2.obj : error LNK2019: unresolved external symbol __imp__MessageBoxA@16 referenced in function _WinMai ...Show All
Windows Forms Moving a Windows Form.
Hi, I'm trying to find some resources on how to do the following on a user's desktop; A) OnLoad find out what windows objects currently exist on the user's desktop (thereby load in the correct location appropriately). B) Move a window on the user's desktop. I.e., When the form loads I want it to slide in, not just appear). I have not had any luck finding resources on the above, so if anyone has any ideas that would be great. Thanks - Greg. Greg Take a look inside this: http://www.codeguru.com/csharp/csharp/cs_controls/custom/article.php/c12875/ This is a set of controls that emulate the docked windows in VS. Buried in there is a very very nice slide in / slide out algorithm that yo ...Show All
SQL Server Dynamic Partitions using SSIS
I have a client at which I am currently utilizing a method similar to the one found in the Integration Services examples where a SQL query is used to return the partitions that should exist in an SSAS cube. Then the SSIS packge uses the results to see if the partitions exist and creates them if necessary. This works well, however, I now have the need to handle partitions in a "rolling" fashion. So I want to process the 3 previous months of data into an active partition (or partitions) and roll the "old" stuff in to year partitions. My thought is that I will want to do this using code rather than relying on a SQL query to tell me what to do because there will be a greater dependency on what actually exists in the S ...Show All
Game Technologies: DirectX, XNA, XACT, etc. YawPitchRoll`
There is no YawPitchRoll matrix in XNA..... Why yawMatrix=Matrix.CreateRotationZ(yaw); or yawMatrix =Matrix.CreateRotationY(yaw); Matrix combined = Matrix.Multiply(Matrix.Multiply(yawMatrix, pitchMatrix), rollMatrix); it will be work very slow.....:( may be i can build rotating matrix with precomputed values of sin and cos.... ...Show All
SQL Server Virtual Memory best practices with SQL 2005?
After having my newly installed SQL 2005 instance lock-out all connections due to an Out of Memory error during a data transformation, I decided to start looking into memory config options. (Please consider I'm primarily a SQL developer who was selected as the DBA and therefore has to manage a Windows 2003 server as well.) In my case, the SQL memory settings looked fine but Windows 2003 Server had a fixed maximum on virtual memory of 2Gig on the system partition, and no virtual memory space on the data partition. I changed it to system managed for both partitions, and it seems to be working ok now when I pull over large datasets. It still begs the question, for SQL 2005 what are the best Windows2003 memory setting (not SQL memory settin ...Show All
Commerce Server An exception occurred in the 'OrdersWebService' web service.
Hey All, I've managed to get the CSharpSite up and running (more or less). This final component is giving me problems and I don't know what it could be. I've checked the Authorization Manager to see if i've added the right roles and it looks sound. I've also double checked the User Mapping for the logins in SQL Server 2005 and haven't found anything suspicious. So i'm throwing my hands up in the air and asking for help. I get this error when I try running the Marketing Manager. The error shown is "you are not authorized to perform operations against the selected web service... " and the Event Log spits this error out: "Event Type: Error Event Source: Commerce Server Web Services Event Category: None Event ID: 4 ...Show All
Visual C# Is there a way to read .pdf files and write the contents to an array
Is there a way to read .pdf files and write the contents to an array or do I need to convert them to .txt or csv before I can work on them ...Show All
SQL Server Which Visual Studio .NET Version?
Hello, we want to introduce Reporting Services 2000 in the next few months. Basically, 2 - 4 interns will work with it at the same time. Which version of Visual Studio .NET is recommended for such an environment I do not have ANY experience with Visual Studio .NET, so excuse if this is a dumb question ;) Thanks, Michael For Reporting Services 2000, you will need to use Visual Studio.Net 2003. For Reporting Services 2005, you will need to use Visual Studio.Net 2005. The versions are exclusive, so make sure you get the correct version for the version of RS you are working with. VS2005 will not author reports to RS2000, and visa versa. ...Show All
