Simple problem. I start up VS2008 and create a new WCF Service application. This will create a default application with a few test methods showing it works. I press CTRL+F5 and it does indeed work! Gr
Is there a free solution for using Linq and MySQL? Can one use Visual Studio Express, Linq, and MySQL toge开发者_如何学运维ther?
I have an ASP.NET 1.1 website and was recently upgraded to Visual Studio 2008. It looks like after compiling my projects into .dll\'s, that they are not working and from what I\'ve gathered, it seems
Does anyone know how to switch a compilation of a library 开发者_JS百科project on visual studio, so I can compile for compact framework and full .Net framework?You can use two project-files on the sha
I am currently creating my own framework in C++ (MSVS 2008) which exports a dll with a bunch of functions for a user of my framework to use/call. In the beginning, when my project was still small, all
I just switched to Windows7 Professio开发者_StackOverflow社区nal 64 bit from Vista Ultimate 32 bit.I reinstalled all Visual Studio 2008 Professional and applied SP1.All is working well except I can\'t
When doing C# with VS2008, there is a file property \"Copy to output directory\". This property seems to be missing in VC++. What is the simplest way to approximate the same effect?