Results 1 to 3 of 3

Thread: Installation Problem

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2003
    Location
    Hyderabad, India
    Posts
    3

    Installation Problem

    Hi Friends,
    I have developed an application in vb.net and trying to install it in a system where visual studio .net is not available. I created setup and when I install the setup in the system where i developed it, it is working fine.

    I have installed "win2k service pack 3" and framework in the new system. Even my application is installed in the new system but when i m trying to run the application, it is throwing an exception saying, "Application has generated an exception that could not be handled."

    For testing purpose i have created a new project without much code and i added a message box in "form1" and this project is also giving the same problem.

    Am I missing anything that has to be installed in the client machine?
    OS in client machine is windows 2k professional.

    Can anybody give suggestions...

    Regards
    Vasu

  2. #2
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    Are you referencing any dlls (maybe it can't find them if copy local is false)? Are you using vs.net 2003 (framework 1.1)? Make sure your client has the same version of the framework that you are developing to. Are you doing data acess - make sure you have the latest MDAC on the client.

  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2003
    Location
    Hyderabad, India
    Posts
    3

    Installation Problem Solved

    Hi,

    You are right.
    Its due to different version of framework at the client machine.
    Now the Problem is solved.

    Thanks.
    Vasu
    Regards,

    Vasu Babu Panguluri
    Hyderabad, India

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