VS 2003 to VS 2005 migration problems
-
HI all, My client asked me convert the VS.NET2003 solution into VS.NET 2005. I resolved compile time issue and build my installer successfully. When executed, it is giving me exception at certain places. 1.Marshal.ActiveObject("XXX"), Exception occurred at this place. this works fine when i build code using 2005. 2.I have a web-services which polls for any updates after periodic interval (configurable), if updates are available then download the updates and restart the exe. Even if the interval is set to 10 to 15 mins, the exe is restarting within less than a minute. --> Is there any specific requirement in VS 2005. Both the problems appeared in VS 2005 build only. Any pointers are greatly appreciated. Thanks in advance Abhi Lahare
-
HI all, My client asked me convert the VS.NET2003 solution into VS.NET 2005. I resolved compile time issue and build my installer successfully. When executed, it is giving me exception at certain places. 1.Marshal.ActiveObject("XXX"), Exception occurred at this place. this works fine when i build code using 2005. 2.I have a web-services which polls for any updates after periodic interval (configurable), if updates are available then download the updates and restart the exe. Even if the interval is set to 10 to 15 mins, the exe is restarting within less than a minute. --> Is there any specific requirement in VS 2005. Both the problems appeared in VS 2005 build only. Any pointers are greatly appreciated. Thanks in advance Abhi Lahare
Abhi Lahare wrote:
this works fine when i build code using 2005
If it is working fine when you build on 2005, where is it causing the problem?
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon