jdt
January 27th, 2005, 07:21 AM
I developed my app on XP machine. Then copied it to Win2000. On XP it works at last (thanks to some help from you guys).
My latest problem:
On Win2000 the application hangs. I installed the full VS2003 to ensure that the .NET framework is there. Can it be the compiler directives I have in the code (#if / #endif)? Any "lessons learnt" that you might want to share?
Also : I have a Service which I can install on XP (using installutil). This is done for a "Local Service" account. In Win200 or NT there is not such account so the installation fails. What is the preferred approach to adapt here? Should I consider user accounts?
Thanks
My latest problem:
On Win2000 the application hangs. I installed the full VS2003 to ensure that the .NET framework is there. Can it be the compiler directives I have in the code (#if / #endif)? Any "lessons learnt" that you might want to share?
Also : I have a Service which I can install on XP (using installutil). This is done for a "Local Service" account. In Win200 or NT there is not such account so the installation fails. What is the preferred approach to adapt here? Should I consider user accounts?
Thanks