Eas Unlock software, cant get it to run on my Toughbook?

This site contains affiliate links for which LandyZone may be compensated if you make a purchase.

P38_Ireland

Well-Known Member
Posts
1,392
Location
Co Wexford, Ireland
when i click on the application it pops up and says "the dynamic link library mscoree.dll could not be found in the specific path E\;;c\WINNIT\SYSTEMS32;C\WINNIT\SYSTEM32\WBEM"

im running windows 2000 professional??
 
when i click on the application it pops up and says "the dynamic link library mscoree.dll could not be found in the specific path E\;;c\WINNIT\SYSTEMS32;C\WINNIT\SYSTEM32\WBEM"

im running windows 2000 professional??


theres ya problem - yu are trying to run it from the E: drive, but the route is calling up c.
 
'path' is the list of directories windows looks for executable stuff in. Mscoree.dll is such a thing, the program needs it , but can't find it in the path.

It might be on your machine somewhere else.
You can get windows to search for it with the dir command.


From c:\ prompt:

dir c:\mscoree.dll /s

if it finds it, it'll give you the name and directory wherew it found it
e.g c:\xxx\yyy\mscoree.dll

you can then copy it from there to somewhere in 'path'

cp c:\xxx\yyy\mscoree.dll c:\winnt\system32
(or whatever)



if dir didnt find it, repeat the exercise on the cd where the software came from.

E.g. If your cd is e:
dir e:\mscoree.dll /s

etc
 
Did you ever get Microcat working?

Pete

no still nothing yet,

'path' is the list of directories windows looks for executable stuff in. Mscoree.dll is such a thing, the program needs it , but can't find it in the path.

It might be on your machine somewhere else.
You can get windows to search for it with the dir command.


From c:\ prompt:

dir c:\mscoree.dll /s

if it finds it, it'll give you the name and directory wherew it found it
e.g c:\xxx\yyy\mscoree.dll

you can then copy it from there to somewhere in 'path'

cp c:\xxx\yyy\mscoree.dll c:\winnt\system32
(or whatever)



if dir didnt find it, repeat the exercise on the cd where the software came from.

E.g. If your cd is e:
dir e:\mscoree.dll /s

etc

well i downloaded the .dll file and added it in to the folder and now when i get try launch the application i get the following error message.........

"Please set registry key
HKLM\SOFTWARE\MICROSOFT\.NETFRAMEWORK\INSTALLROOT to point to the . NET framework install location"

what the hell does that mean?? lol
 
you need to install .net framework.
Go to windowsupdate.microsoft.com and you should find it offers you it.
When you've installed it, i'd expect the software will work.
Probably.
 
Back
Top