ShaktiSingh's Q&A profile
Visual Studio 2008 (Pre-release) Complex query that causes problem ?
I wote the following: // One database that contains Users table I want to import to new database FirstDb db1 = new FirstDb(connStr1); // The destination database that is slightly different from the first. SecondDb db2 = new SecondDb(connStr2) ... var q = from e in db2.Users where e.GroupName == "Group1" &nb ...Show All
SQL Server Problems connecting to "(LOCAL)" from SSIS
I've recently moved from June CTP to RTM. I'm now having a problem connecting to the (LOCAL) server in SSIS via a Native OLE DB\Microsoft OLE DB Provider for SQL Server connection. The error is: Test connection failed because of an error in initializing provider. [DBNETLIB][ConnectionOpen(Connect()).]SQL Server does not exist or access denied. I'm connecting with Windows Authentication, and I can connect to (LOCAL) with Window ...Show All
Visual Studio Team System Load test for pre defined Number of Iterations
Is it possible to configure a load test to perform a particular number of iterations ACT used to have this functionality but I can't seem to see it in the load test configuration wizard. While not a load test solution, I thought one could use the "Number of run iterations" setting under the "Web Test" portion of the .testrunconfig files to manage the number of times a t ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Multiple object in a scene
Hi, I am completely new to directx and I need some help!!! I have been going through the tutorials that Microsoft provides with the directx SDK but can not figure out how to create more than one object in a window (I am not sure that I am using the right terms here!). If I want to create two triangles in the same window and the first one is rotating around the z axis and the second one is rotating around the z axis, how do I do that My biggest p ...Show All
SQL Server Stuck between "Failed to generate user instance" and "An attempt to attach...failed"
I wrote an application using Visual Studio 2005 beta 2 which uses a SQL Express .mdf file, included in the project, for the database. After installing Visual Studio 2005 RC and the SQL Express that comes with it (I followed all of the uninstall instructions first) I can no longer add a SQL Express database to any of my projects, nor can I open the SQL Express database in my original project. When I try either of these tasks, I get th ...Show All
Smart Device Development configuring pocket pc 2003 second edition in vs 2005 to test mobile web applications
Does somebody know how to configure the pocket pc 2003 second edition emulator that ship with visual studio 2005 to test mobile web applications. I keep getting the following error message:requested url not found Here is the url I use:http://localhost/jotali (jotali is the name of my application folder in IIS under wwwroot) Thanks in advance Please check that you have done following things 1. ...Show All
Smart Device Development debug DLL from C# code
Hi guys, Is there a way to debug dll that I wrote I am doing dll import to this dll from my c# project and I want to get inside the dll code... thanks in advance, Oren. Hi Oren, Are you talking about debugging a native dll called from a managed (c#) code for smart device application If yes then you can debug either native part or managed part at a time. Following link will help you out http:/ ...Show All
Windows Forms how to call DTS wizard in windows application
In my windows application, I want to pick a file (csv) and import to the SQL database. Just like what DTS wizard does. Is that an easy way to import csv file append a pre-existing SQL server table or just call DTS wizard from an ...Show All
Windows Live Developer Forums why cant see all spaces from msn 8.0 betta
Help please solve my problem/ After install MSN Messenger 8 betta - when i Click on yellow star near my friend - i have message - we cant get to this space right now... This is not the appropriate forum for questions about Windows Live Messenger. This forum is meant for discussion about the MetaWeblog API provided by MSN Spaces. ...Show All
.NET Development Wireless Access Point Detection
Hy, I am trying to write an application in C# for detecting which Wireless Networks are available. I couldn't find the solution if I am not connected to the network, meaning my connection status is down. I want to choose my connection automaticall! Thanks in advance for your suggestions! Orniana Such an API is not exposed via System.Net at this time. To determine if you have ...Show All
.NET Development Database Development
Yes i was wondering how to get the control button to update to the database..If i submit an entry for an employee then i want to check the status...what kind of code will i use...will i use SQL statements or the VBscript HELP Hi, It is not very clear from your question the kind of UI you want. You would use a mixture of SQL Query as well as probably a Windows Forms UI or a WebUI to accept the input. In general, The UI would accept ur ...Show All
Windows Forms Two Questions ?? Special dialog & Auto Hide
hi for all Thanks For all at Microsoft and Of course especially the team here I have two questions 1- I want through Windows Forms to display a file dialog like This one at : http://www.vm.s5.com/m-omar/getPic.JPG !!! Sorry I do not know how to embed a picture in my post Please tell me how to do that 2- I want to implement a very simple tree view But It is on a form which ...Show All
SQL Server How to create an SSIS package correctly by programming?
Recently I try to create a package completely by c# code,not the ETL tool. The package is designed to transfer data from source table to destination table. And I wrote the following codes by referring to the msdn library,but unfortunately,it doesn't work. //this is my code //////////////////////////////////////////////// ...Show All
Visual Studio Team System 'Glanceable' Lines of Code Metric
I still use Lines of Code to measure developer progress. Does TFS or VS2005 have an easy way to track the Lines of Code for a project I also posted on Channel 9 about it. http://channel9.msdn.com/ShowPost.aspx PostID=131096 As a java and .Net developer, I like to see similar IDE features between Eclipse and VS2005. For eclipse, I use this great metrics plug-in. => http://metrics.sourceforge.net/ Does VS2005 have an equivalent I ...Show All
Windows Forms Migrate the code of object datasource asp.net to vb.net
How i can use the class of objectdatasource in asp.net to binding data to a datagridview in asp.net Thanks There is no support for migrating ASP.net code to Windows Forms. Maybe others know of some tricks, but I don't think you'll find anything. -mark Program Manager Microsoft This post is provided "as-is" ...Show All
