Skip to main content
For some reason, after I export a update to a workflow, if I open up my form from another system using a different account, I get the following message:

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileLoadException: Access is denied: 'K2ROM'.

This goes away if I launch the form from the system I used to export the workflow, then launch it using the other system that was giving the error. It works the second time around.

Has anyone seen this?

Thanks.

Carlos
The K2ROM.dll gets copied to a temporary execution location when a form is opened for the first time or any time after the temporary location has been cleaned out. What this means is that you need to give the "Authenticated Users" group read/write permissions to the C:WINDOWSMicrosoft.NETFrameworkv1.1.4322Temporary ASP.NET folder so that any user will be able to have this copy succeed.

I hope this helps.
-Eric

Reply