Results 1 to 3 of 3

Thread: [2005] EXE showing error in other systems

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2006
    Posts
    11

    Question [2005] EXE showing error in other systems

    hi

    i have done one project in windows 2000 using vb 2005 exp edt .

    now i installed .net framework in another system which has XP
    and coppied my exe to that xp system.but it is not working there
    it shows error and asked to reinstall application again..
    i took framework from vb 2005 express edt. cd . its version is 2.0.50727.

    same exe is working in other windows 2000 system.

    i need to slove this issue as soon as possible

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] EXE showing error in other systems

    It could well be the case that your app is dependent on a component that is up to date on XP systems but Win2K either lacks or has an older version of. One likely candidate is MDAC if your app uses OleDb. If that's the case then try downloading the latest version of MDAC from Microsoft and installing it on the Win2K system. If that doesn't work then you would need to consider what other components your app is dependent on.

    Also, did you simply copy your executable to the target system or did you use an installer?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    Frenzied Member dinosaur_uk's Avatar
    Join Date
    Sep 2004
    Location
    Jurassic Park
    Posts
    1,098

    Re: [2005] EXE showing error in other systems

    Is it possible to publish this software and to get it to run properly without the MDAC? I thought that oledb was in the .Net 2.0 framework?

    I am experiencing the same problem of publishing a software to the server and having problems with some pc's even though it has the .net 2.0 framework.

    Cant' i just include the System.Data.dll file or something like that?
    If you find my thread helpful, please remember to rate me

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