I tried to install our application developed with DevForce on a new server. We’re using the architecture with the application server hosted in IIS.
After that, I manually installed the IdeaBlade dlls on that server and the client application is running (connecting directly to the database).
Then, I installed in IIS the application server.
I did all the configuration and I tested with Testasa.aspx… no error, but the first interesting thing is that the DebugLog.xml file is not generated.
After that, I configured the client application to remotely connect to the server (it’s working on my testing environment, so the configurations are correct).
Starting the client, I receive the message:
“Unable to connect to http://WCEYPT01:80/YPSServer/PersistenceServer.rem. The server or internet connection may be down.”
After that, when I’m trying to login, I have another error:
“Binary stream '117' does not contain a valid BinaryHeader. Possible causes are invalid stream or object version change between serialization and deserialization.”
Please help me with some suggestions because I spent a lot of time trying to find out what could be the problem. Thanks