tags:

views:

294

answers:

1

Hi, Is it possible to deploy j# application on the azure cloud?

We have a requirement where in we need to deploy a J# web application in azure cloud. When the concerned application is run in the local development fabric (in the machine having the j# redistributable), it works fine. The moment the application is uploaded to the cloud we started getting errors like:

• If vjslib is directly reference: “Could not load file or assembly 'vjslib'”

• If the above reference is removed then: “Codedom of type type="Microsoft.VJSharp.VJSharpCodeProvider, VJSharpCodeProvider, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" could not be located…error message the moment it finds the “<%@ Page Language="VJ#" %>” in the aspx page of the j# application

To summarize the current status:

· we referred the DLL vjslib.dll explicitly and set its property “Local Copy” to true.

· After doing this we got the error message saying “could not load vjslib or its dependencies…”

· So we figured out the dll referred by vjslib are:

o Vjscor

o Vjslibcw

o Vjsvwaux

And accordingly referred them also in the project. And now all these DLLs become part of the package being deployed in Azure (by setting there property “Local Copy” to true ).

· Even after referring these DLLs explicitly in our project and setting its property “Local Copy” to true we got the message “Could not load file or assembly 'vjscor' or one of its dependencies”. And 'vjscor' refers to “mscorlib” which can’t be explicitly added as reference in any project. And hence kind of stuck currently.

Any pointers in this regards will be highly appreciated.

Thanks,

Rahul

A: 

any progress with your issue , i have also a J# web & application that i wonder if it will runs on Azure platform ?

thanks
yaniv