|
-
Jul 8th, 2003, 01:53 AM
#1
Thread Starter
New Member
Deploying VB.net application
Hi,
I have developed an application using vb.net.
When I tried to install and run the same in another machine
it was installed successfully but gave the following error message at the time of running. I did not see the first form at all.
Application has generated an exception that could not be handled. Process id = 0x5f0(1520), Thread id = 0xc10(3088)
Can you please tell me what could be wrong with my code?
Regards,
Arun
-
Jul 8th, 2003, 01:54 AM
#2
Does the machine have .NET Framework?
Did you compile it for .NET framework 1.1 and the machine has 1.0? Or does the machine have 1.1 and you compiled it as 1.0?
-
Jul 8th, 2003, 03:22 AM
#3
Thread Starter
New Member
We installed .net framework ver 1.0 in the machine.
we used the same in our program.
still it is not working.
The first event that will be triggered is
the load event of our login form.
Is there any exception handler needed?
Regards,
Arunkumar
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
|