Program Deployment

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have developed a program in Visual Studio .Net 2003 and installed it on the
first version of XP (service pack 2 has not been installed) which works
correctly. If I install it on the latest version of XP (service pack 2
installed) I receive an error when I try to run the program (error message
mentions an error in the Forms Module initialization).

Can anybody assit me with this problem? Do I need to run a service pack on
my Visual Studio .Net or must I use the newer Version of the DotNetFramework?
 
What error are you getting?

What are you doing that the forms initialization logic that can throw an
error?

Are you getting an exception?

My guess (only because this seems to be SP2 related) is that you are doing
something that is kicking off a security exception for some reason.

Post the exception text if you can.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top