I have upgraded one of my projects in c# from visual studio 2005 to visual studio2008 and and generatedDLL .But the si开发者_StackOverflowze of DLL after upgadring visual studio is 6kb which was 16 kb
I\'m writing a standalone application in VB.NET using Visual Studio 2005. I want to display/hide a bunch of Buttons based on the selected value of a ComboBox.Each selection would have a different set
I\'m adding code to a program created to be used on Windows CE. My current problem is that Application.Start开发者_如何学GoupPath isn\'t recognized. What is the Equivalent line of code I need to use?Y
The very handy right click menu option \"开发者_运维技巧Go To Header File\" in Visual Studio 2005 doesn\'t seem to work if my header file is an .hpp file for that module; I\'ve deleted/rebuilt the int
I am creating custom membership provider for my asp.net application. I have also created a separate class \"DBConnect\" that provides database functionality such as Executing SQL statement, Executing
I have generated class diagram by gight clic开发者_开发问答king and selecting generate class diagram usign VS 2005. There are nearly 300 class in my project . The class diagram that i have created is
I have an application that contains a VC++ project (along with C# projects). Previously, (i.e. during the last year or so) when a build has been done, Visual Studio 2005 appears to be targeting the VC
Is an insert with autocommit guaranteed to be immediately visible to any/every SqlConnection on the database, or only on it\'s own SqlConnection?
I\'m trying to create a regex that will look for french words whether a user specifies the accented characters or not.So if the the user has searched for \"déclaré\" but types in declare instead I w
I get the error \"list iterator not dereferencable\" when using the following code: bool done = false;