1
PortableEngine issue while deploying sample code on Azure webapp
Problem reported by Suril Patel - 7/20/2017 at 11:18 PM
Resolved
When we uploaded demo sample, Mvc.CS, provided with developer package of "DocumentUltimate" on Azure as web app then we are getting following error.
 
The type initializer for '_vFG' threw an exception. ---> Could not load file or assembly 'PortableEngine, Version=2.7.2.0, Culture=neutral, PublicKeyToken=a6f3cafa178e6038' or one of its dependencies. The system cannot find the file specified.
 
We have not done any changes in the demo application. Can you please let us know steps to fix this issue?

2 Replies

Reply to Thread
0
Suril Patel Replied
Same issue happens even if i am publishing demo code in local machine and configure it in IIS and access application from IIS.
0
Cem Alacayir Replied
Employee Post
Please make sure you are using the latest version of DocumentUltimate. Current version is 3.2.6. Maybe you hit a bug in earlier versions. If you are already using the latest, do you use impersonation in your application? For example via <identity> tag in web.config? Or are you using Glimpse in your project? Then see this to fix it:
 

Reply to Thread