Install Visual Studio .Net under Windows 98

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

Guest

Hello

I want to Install VS .Net 2003 under Windows 98 with latest Windows Update Components

Thes Setup.exe just displays an empty Message Box and stops working

Do anyone have any suggestions

Thanks, Markus
 
Hi Gary

Thanks for this super quick response

One question: (or doe I have to create another topic?
My Application is about 100 000 Lines of code and it is displaying Error like This Functions is not supported unter NOT Windows NT systems.... Is there a quick way to find them without the possibility of debugging

Markus
 
Markus,

If you haven't already added any exception handling to your code then it
would probably be advisable to do that as this will help you pinpoint issues
and will enable you to get a stack trace of where in your code the errors
are occurring. The following link should point you in the right direction
and give you a bit of a helping hand...

http://www.codeproject.com/dotnet/unhandledexceptions.asp

HTH,
Gary

Markus said:
Hi Gary,

Thanks for this super quick response.

One question: (or doe I have to create another topic?)
My Application is about 100 000 Lines of code and it is displaying Error
like This Functions is not supported unter NOT Windows NT systems.... Is
there a quick way to find them without the possibility of debugging?
 
Back
Top