c# - How to Convert VS2003 proj to VS2005 proj -


Hello, I have a test project, which I need to change from VS 2003 to VS 2005 and I am afraid that I have received many errors and warnings.

The error is mostly visible ** Error C2220: treated as an error alert - generate an 'object' file **
The same project VS will be compiled in 2003 and well Will be executed. What can i do

Try creating and adding a new 2005 solution header and source files And compile if you do this, you can see the errors on the code or the project.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -