Problem in executing in Exe file?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Manish

    Problem in executing in Exe file?

    Hi friends,
    Iam new to this group. I have problem with executing the
    output(exe) file in an another system. I have created and compiled in
    a VS 2005 tool. when i run the exe file in a new system. its prompting
    me for send don't send error. what should i do, for getting the
    output. I have installed the .net framework2.0 in the system. even its
    not opening. should i install any other supporting file with the
    framework. help me friendz. ASAP.
    I developed in VS 2005.
    OS windows XP Service pack 2
    Database : SQL 2000
  • kimiraikkonen

    #2
    Re: Problem in executing in Exe file?

    On Feb 28, 3:17 pm, Manish <varun...@gmail .comwrote:
    Hi friends,
         Iam new to this group. I have problem with executing the
    output(exe) file in an another system. I have created and compiled in
    a VS 2005 tool. when i run the exe file in a new system. its prompting
    me for send don't send error. what should i do, for getting the
    output. I have installed the .net framework2.0 in the system. even its
    not opening. should i install any other supporting file with the
    framework. help me friendz. ASAP.
    I developed in VS 2005.
    OS windows XP Service pack 2
    Database : SQL 2000
    This kind of errors may indicate bug in your program. I highly
    recommend to set try-catch-end try exception handling blocks inside
    your form_load event to catch the real error that may route you to
    solve.

    Comment

    • Manish

      #3
      Re: Problem in executing in Exe file?

      I think this might be the case for the error. anyway tnx for you
      valuable tips. Let me check you code and get back you. if it needs.

      Comment

      • Manish

        #4
        Re: Problem in executing in Exe file?

        I think this might be the case for the error. anyway tnx for your
        valuable tips. Let me check my code and get back you. if it needs.

        Comment

        • Manish

          #5
          Re: Problem in executing in Exe file?

          tnx for given me your valuable ideas. Now its working. I didn't take
          the supporting dll files with the exe file. so that i was getting an
          error when i try to open the file. Now its working. I am not getting
          the send don't send error. the application is opening now. tnx once
          again..

          Comment

          Working...