I want to migrate VS2003 Windows/Class library/console project to VS2005 Windows/Class library/console project. And the DLL out of VS2005 project should work as previously.
Note: My main project contains some other 3-4 projects (Class libraries, Windows Application) in it.
What I tried is -
1. Conversion of VS2003 project to VS2005 project through VS2005 editor.
2. Compiled the VS2003 project under VS2005 editor with no errors.
3. I have tried to use the DLL out of step 2, but now it’s not working properly.
Note: Previous version of DLL (VS2003 version) is working fine for me.
Could anybody please help me out in this?
Note: My main project contains some other 3-4 projects (Class libraries, Windows Application) in it.
What I tried is -
1. Conversion of VS2003 project to VS2005 project through VS2005 editor.
2. Compiled the VS2003 project under VS2005 editor with no errors.
3. I have tried to use the DLL out of step 2, but now it’s not working properly.
Note: Previous version of DLL (VS2003 version) is working fine for me.
Could anybody please help me out in this?
Comment