Install Visual Studio .Net under Windows 98

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
 
G

Guest

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
 
G

Gary Milton

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?
 

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

Top