.Net error

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

Guest

Hi,
i wrote an application using VS-2006 in .Net 2.0. The application is TCP
server. When installing the application on win-2000 that does not have sp4
the application crush when it receive an input. When it crush a window with
the message ".Net runtime 2.0 Error reporting" appears.
What is exactly the probleme ? how it can be fixed ? Is the a way to close
automaticaly the error window ?
Thanks
Ofer
 
".Net runtime 2.0 Error reporting"

This is the ONLY message the window displays ??
 
Hi,

Without the text of the error nothing can be done. also did you try to
execute it from the IDE and see where the exception is?

If for some reason you cannot do the above launch the app frmo a console,
the error text will appear in the console and you can read it and see what
it's.

finally you are ahead of time , It's VS-2005 , not 2006 :)
 

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