I went with the 2nd option; Precompile everything. I’m now using the latest version of Prism and decided to try the third option, but I’m getting “xxx has not been pre-compiled, and cannot be requested”.
Is there a information available that goes into more detail than the StackOverflow answer?
I tried to reproduce the situation you have and didn’t success. The steps I have followed are:
Copied RemObjects.Oxygene, RemObjects.Oxygene.Code, RemObjects.Oxygene.Cirrus dll and pdb to bin folder of WebSite.
Added next code to web.config:
...
...
Where version is version of copied RemObjects.Oxygene.dll.
3. Recompiled the project (after recompile make sure copied dlls are still in bin directory) and deployed it on clean virtual machine with IIS and Framework 4.0 installed.
Please let us know if you still cannot get it working.