Best way to distribute Oxygene applications?

Some time ago I asked a similar question on StackOverflow. You can see it here: http://stackoverflow.com/questions/4651867/how-do-i-fix-delphi-prism-asp-net-error-parser-error-message-oxygene-is-not

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 think Carlo answered it well? i suggest either installing the Command Line Compiler setup or deploying the compiler dlls as part of your Bin folder.

I tried to reproduce the situation you have and didn’t success. The steps I have followed are:

  1. Copied RemObjects.Oxygene, RemObjects.Oxygene.Code, RemObjects.Oxygene.Cirrus dll and pdb to bin folder of WebSite.
  2. 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.

Hope that helps.