Isxeq2 error still

Cielo

Active Member
Hey, Ive Replaced Both My Dll. File and Reinstalled ISXEQ2. And Follow the previous commands given, but i still get this error.


WRN: Assembly binding logging is turned OFF.

To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.

To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Cielo is offline Reply With Quote
 

inire

Active Member
from a command prompt please run...

Code:
reg add HKLM\Software\Microsoft\Fusion /v EnableLog /t REG_DWORD /d 1
reg add HKLM\Software\Microsoft\Fusion /v ForceLog /t REG_DWORD /d 1
reg add HKLM\Software\Microsoft\Fusion /v LogResourceBinds /t REG_DWORD /d 1
then restart the computer.

let me know what the response was for the above commands.

If that does not work, i will try to assist further.

however, please note, the assembly debug errors are issues which normally only occur on systems where programming or debugging tools are installed....
 

Cielo

Active Member
Oki i did exactly that, it said enabledlog, overwritten succesfully. Rebooted and i got the Blue screen of death, rebooted again and it was fine...

I then had gotten a different error in the console



=== Pre-bind state information ===

LOG: User = Benjaamiin-PC\Benjaamiin

LOG: DisplayName = isxGamesUtility
(Partial)

LOG: Appbase = file:///C:/Program Files/InnerSpace
LOG: Initial PrivatePath = .NET Programs

Calling assembly : (Unknown).

===
LOG: This bind starts in default load context.

LOG: No application configuration file found.

LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v2.0.50727\config\machine.config.

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/Program Files/InnerSpace/isxGamesUtility.DLL.

LOG: Attempting download of new URL file:///C:/Program Files/InnerSpace/isxGamesUtility/isxGamesUtility.DLL.

LOG: Attempting download of new URL file:///C:/Program Files/InnerSpace/.NET Programs/isxGamesUtility.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/InnerSpace/isxGamesUtility.EXE.

LOG: Attempting download of new URL file:///C:/Program Files/InnerSpace/isxGamesUtility/isxGamesUtility.EXE.

LOG: Attempting download of new URL file:///C:/Program Files/InnerSpace/.NET Programs/isxGamesUtility.EXE.

ERR: Failed to complete setup of assembly (hr = 0x80131018). Probing terminated.


And also thanks for the help very much appreciated, been stuck since last thursday? em any ideas on that though?

thanks cielo
 

inire

Active Member
1. When you go to windows update, are there .NET updates that have not been done? the latest version of .NET 2.0 shows up on my machines as version 2.0.50727.3082, which is .NET 2.0 SP2 with latest updates. If there are updates to be done, please do them. Windows update is located here
HTML:
http://windowsupdate.microsoft.com
2. changing the debug settings should NOT have caused a blue screen. if you go into the event log you should see a crash message. What does that crash message say? It is probably a stop message with a bunch of strings after it.

having a blue screen is usually an indicator of another issue with a system.

3. the messages you have below are all about InnerSpace, not ISXEQ2 DLLs. Have you attempted uninstalling InnerSpace, rebooting, then re downloading and reinstalling InnerSpace?
 
Last edited:
Top Bottom