Application closes while opening forms  
Author Message
Abhi Arjun





PostPosted: ClickOnce and Setup & Deployment Projects, Application closes while opening forms Top

Hi

I have deployed a C# windows application in some machines.When I try to open some forms in a particular machine ,the application is getting closed. All those forms are opening perfectly in all other machines.

Would that be due to any configuration problem

Thanks



Windows Forms1  
 
 
Abhi Arjun





PostPosted: ClickOnce and Setup & Deployment Projects, Application closes while opening forms Top

Hi,

The appliction closes only in machines with xp service pack 2. I use some third party controls and the application closes when the control invoke a PInvoke call to user32 dll . I use loosely coupled architecyure where I load forms and modules using reflection.

Abhi