Catching msjava.dll error - is this possible?

  • Thread starter Thread starter knightsean0
  • Start date Start date
K

knightsean0

I made a C# program (I'm fairly new to the language) with links and
useful tools for an online game made in Java. However, this game
crashes often (the error window with the error report thing shows that
it's from msjava.dll). My question is, is it possible to make the
msjava.dll problem not bring down my application with it?

-Sean
 
If it's an online game, are you connecting via a webservice call? That
exception would be wrapped as a soap exception. Otherwise you can use a
catchall block in 1.x and a catch exception block in 2x

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
 
If it's an online game, are you connecting via a webservice call? That
exception would be wrapped as a soap exception. Otherwise you can use a
catchall block in 1.x and a catch exception block in 2x

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon andwww.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley

It's a web-based Java game, so it's via a webbrowser control.
 

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