Hi Renju,
Thanks for your response. The thing is that specific part of the application works just fine from the server and one of the pcs. This pc is actually an old one that used to run Windows 98. We upgraded the OS to Windows XP. Other PCs that the original OS is Windows XP are having the same problem with that specific part of the application.
Thanks!
Main Topics
Browse All Topics





by: renjurdevanPosted on 2008-03-17 at 22:46:10ID: 21148612
You can handle exception using appropriate Exception handling using
try
{}
Catch (Exception e)
{
}
YOu can have lot of Exception class for specific purpose like
ThreadAbortException
IndexOutOfRange
InvalidCastException etc...
Are you using Wrong Constructor of Bitmap?
Regards
Renju