Top "Visual-studio-2005" questions

Visual Studio 2005 is a version of Microsoft's Visual Studio integrated development environment product line for .NET-based and C++ development.

Unable to create PDB file

For some reason this error started popping up today on one of my projects. Error 1 Unable to write to output …

vb.net visual-studio visual-studio-2005 pdb-files
Building GMP library with Visual Studio?

Is there an easy way to build the GMP (GNU Multiple Precision Arithmetic Library, http://gmplib.org) under Windows, using …

c++ visual-studio-2005 build gmp mpfr
Difference between ClientCredentialType=Windows and =Ntlm

Can anyone give a clear explanation of the difference between using clientCredentialType=Windows, and clientCredentialType=Ntlm in a server-side Web.…

wcf visual-studio-2005 cassini
how to get PC unique id?

What is the PC unique ID? How could we get the PC unqiue ID? Is it about Hard disk or …

vb.net visual-studio-2005 unique-key
A project with output type of class library cannot be started directly - with a startup exe

Firstly I'm completely aware of this message and why it happens normally. It's not that I'm just trying to run …

visual-studio visual-studio-2010 visual-studio-2005
VS2005: Assembly '<assembly>' is incorrectly specified as a file.

I've added a reference to the log4net assembly dll to my project. When I build I get a warning …

visual-studio visual-studio-2005 build assemblies log4net
Alternate tool for a GhostDoc type of tool

Is there a tool for .NET which will generate explanations (comments) of code if we give it function or event …

c# .net visual-studio-2005
Unable to register dll using regsvr32

My project generates a dll and when build in Debug mode the dll gets registered automatically by Visual Studio 2005. But …

visual-studio-2005 dllregistration
How to add multiple recipients to mailitem.cc field c#

Oki, so im working on outlook .msg templates. Opening them programmatically, inserting values base on what's in my db. ex. …

c# outlook interop visual-studio-2005 office-2007
fscanf / fscanf_s difference in behaviour

I'm puzzled by the following difference in behaviour: // suppose myfile.txt contains a single line with the single character 's' …

c++ visual-c++ visual-studio-2005 crt