Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Legacy software: can't load MSJTER35.DLL

Legacy software: can't load MSJTER35.DLL

Scheduled Pinned Locked Moved Database
databasehelptutorialcsharp
3 Posts 2 Posters 10 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Keith Sheppard2
    wrote on last edited by
    #1

    I have a piece of legacy software that I have successfully used on modern Windows systems up to and including Windows 10. I have just installed it on a laptop running Windows 7 (64-bit) and on that machine only, I get the problem described below. One component is written in VB6 and uses DAO 2.5/3.51 for database access. It all works fine except for SQL statements of the form: Alter Table xxxx Add Column yyyy Integer. The data type of integer is merely an example. Irrespective of the data type, all Add Column requests throw an exception "Can't load DLL: MSJTER35.DLL" I have checked in C:\Windows\System32 and MSJTER35.DLL is definitely installed on the machine. As I said, it's only Add Column statements that fail. All other database access, Select, Update etc. work fine. I know this is all old hat, VB6 etc. but I don't have the resources to reengineer in VB.net and, as previously noted, the whole system is working fine on several Windows 10 boxes. Any suggestions why I am getting this message and how to fix it?

    Keith

    V 1 Reply Last reply
    0
    • K Keith Sheppard2

      I have a piece of legacy software that I have successfully used on modern Windows systems up to and including Windows 10. I have just installed it on a laptop running Windows 7 (64-bit) and on that machine only, I get the problem described below. One component is written in VB6 and uses DAO 2.5/3.51 for database access. It all works fine except for SQL statements of the form: Alter Table xxxx Add Column yyyy Integer. The data type of integer is merely an example. Irrespective of the data type, all Add Column requests throw an exception "Can't load DLL: MSJTER35.DLL" I have checked in C:\Windows\System32 and MSJTER35.DLL is definitely installed on the machine. As I said, it's only Add Column statements that fail. All other database access, Select, Update etc. work fine. I know this is all old hat, VB6 etc. but I don't have the resources to reengineer in VB.net and, as previously noted, the whole system is working fine on several Windows 10 boxes. Any suggestions why I am getting this message and how to fix it?

      Keith

      V Offline
      V Offline
      Victor Nijegorodov
      wrote on last edited by
      #2

      This thread: [Cant' load msjter35.dll (What does this mean) - Microsoft Windows | DaniWeb](https://www.daniweb.com/hardware-and-software/microsoft-windows/threads/16882/cant-load-msjter35-dll-what-does-this-mean) is a bit old but try it! If it won't help then google it! ["Can't load DLL: MSJTER35.DLL" - Google Search](https://www.google.de/search?q="Can't+load+DLL%3A+MSJTER35.DLL"&oq="Can't+load+DLL%3A+MSJTER35.DLL"&aqs=chrome..69i57&sourceid=chrome&ie=UTF-8)

      K 1 Reply Last reply
      0
      • V Victor Nijegorodov

        This thread: [Cant' load msjter35.dll (What does this mean) - Microsoft Windows | DaniWeb](https://www.daniweb.com/hardware-and-software/microsoft-windows/threads/16882/cant-load-msjter35-dll-what-does-this-mean) is a bit old but try it! If it won't help then google it! ["Can't load DLL: MSJTER35.DLL" - Google Search](https://www.google.de/search?q="Can't+load+DLL%3A+MSJTER35.DLL"&oq="Can't+load+DLL%3A+MSJTER35.DLL"&aqs=chrome..69i57&sourceid=chrome&ie=UTF-8)

        K Offline
        K Offline
        Keith Sheppard2
        wrote on last edited by
        #3

        Problem solved. The key was that it wasn't saying it couldn't find msjter35.dll (the file was clearly there) it was saying it couldn't load it. After some digging, I discovered that msjter35 has a dependency on msjint35.dll and it was that latter file that was missing. I have no idea how the machine was delivered to me in this state, but copying msjint35.dll to SysWow64 solved the problem. Thanks for your interest. Keith

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups