how can I run vb.net setup file on other machine

Discussion in 'C#' started by kharearch, Jan 3, 2009.

  1. #1
    I created a setup file of vb.net application on a machine and running setup on another machine. After installation while running the appliaction when I click the appliation it gives following error.

    login failed for user 'user\guest'


    I am uploading error file also.
     

    Attached Files:

    kharearch, Jan 3, 2009 IP
  2. uzairfarooq

    uzairfarooq Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    An unhandeled exception is thrown in your program. Run this application in debugging mode and do same things that you does when the error was occured, an exception should be thrown, try to handel the exception.
     
    uzairfarooq, Jan 13, 2009 IP