|
-
Mar 29th, 2007, 06:17 AM
#1
Thread Starter
Junior Member
Process id=0xe0c(3596) thread id=0xe10(3600)
Hi All,
I am after writing a Visual Basic.NET Windows Form application using Visual Studio.NET 2003.
The application runs perfectly for me however when the end-user trys to run it they get the following error:
Process id=0xe0c(3596) thread id=0xe10(3600)
I've done a bit of rooting around and some people were suggesting that it could be an issue with the .NET Framework. However the user has installed the 1.1 and 2.0 framework and still the same error.
Any help would be much appreciated.
Thanks,
Colm
-
Mar 29th, 2007, 09:06 AM
#2
Re: Process id=0xe0c(3596) thread id=0xe10(3600)
Do you have error handling in your application?
If you do, then go back and introduce a global error handler which writes the errors to a text file or something convenient to you. You can then see what the problem is.
-
Mar 29th, 2007, 02:25 PM
#3
Thread Starter
Junior Member
Re: Process id=0xe0c(3596) thread id=0xe10(3600)
I have try/catch statements for things where I thought errors might happen. I think this is a generic thing and I'm not sure how I would handle it
-
Apr 8th, 2007, 04:14 AM
#4
Re: Process id=0xe0c(3596) thread id=0xe10(3600)
I meant, a global error handler. It should be able to catch any error in your app.
If you're using C#, here's an example:
http://www.pluralsight.com/blogs/cra...6/13/1455.aspx
-
Apr 9th, 2007, 03:57 PM
#5
Thread Starter
Junior Member
Re: Process id=0xe0c(3596) thread id=0xe10(3600)
Sorted this one. Turns out the issue is with the Windows security set-up for applications that are run on a network. This link helped me sort the issue. Hope it helps.
http://blogs.msdn.com/shawnfa/archiv.../20/57023.aspx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|