Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Have you got .NET framework installed? If so, is your RegisterDLL.bat pointing to the correct directory of the version installed?
Yes, "C:/Windows/Microsoft.NET/Framework64/" has directories available for "v2.0.50727", "v3.0", "v3.5", and "v4.0.30319".
This is the text I used for "RegisterDLL.bat":
%windir%/Microsoft.NET/Framework64/v4.0.30319/RegAsm.exe
%windir%\SysWOW64\RomeScriptInterfaces.dll
%windir%/Microsoft.NET/Framework64/v4.0.30319/RegAsm.exe
%windir%\SysWOW64\ScriptServer.dll
PAUSE
and I also tried:
%windir%/Microsoft.NET/Framework64/v4.0.30319/RegAsm.exe
%windir%\System32\RomeScriptInterfaces.dll
%windir%/Microsoft.NET/Framework64/v4.0.30319/RegAsm.exe
%windir%\System32\ScriptServer.dll
PAUSE
Are the forwardslashes in your text a typo?? Windows should be using backlashes instead….
And you also copied the two files to both directories? RomeScriptInterfaces.dll and ScriptServer.dll??
sorry just double checking.
I'm not really sure why this isnt working for you but i'll try and recreate your error and find a fix.
Yes.
Hello! I hope it still helps to solve your problem, I used the next text in the .bat file and it worked:
C:/Windows/Microsoft.NET/Framework/v4.0.30319/RegAsm.exe
C:/Windows/Microsoft.NET/Framework/v4.0.30319/RegAsm.exe C:\Windows\system32\RomeScriptInterfaces.dll
C:/Windows/Microsoft.NET/Framework/v4.0.30319/RegAsm.exe C:\Windows\system32\ScriptServer.dll
PAUSE