Results 1 to 3 of 3

Thread: Deploying VB.net application

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2003
    Posts
    2

    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

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    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?

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2003
    Posts
    2
    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
  •  



Click Here to Expand Forum to Full Width