Jump to content
  • 0

help please! (Solved)


OxPxTxC

Question

6 answers to this question

Recommended Posts

  • 0

@OxPxTxC I see the problem, you have an older version downloaded! (One we had to fix earlier) You can either download a new copy from the link provided and replace the files, or you could change the contents of Intersect Server.exe.config to the following:

 

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <probing privatePath="libs/server;"/>
    </assemblyBinding>
    <loadFromRemoteSources enabled="true" />
  </runtime>
</configuration>

Link to comment
Share on other sites

×
×
  • Create New...