Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS XMLTask:XSLT: Could not load file or assembly (random_id) : Failed to grant permission to execute. (Exception from HRESULT: 0x80131418)

$
0
0

I have a DTS package defined that uses an XML Task to transform some data. This is a very simple task.

1. It takes XML on an Input read/write variable
2. Transforms it through a fileconnection (test.xslt)
3. Writes the XML output to another read/write variable

It fails on step 2 with: [XML Task] Error: An error occurred with the following error message: "Could not load file or assembly 'ezpvg7kz, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Failed to grant permission to execute. (Exception from HRESULT: 0x80131418)".

Where the 'ezpvg7kz in the above error is randomly generated with each debug session.

I have run a test application that will transform the input xml through the xslt and give me the output exactly how I want it, it is not the format of the input XML, or XSLT file so please do not waste time asking those questions.

What I want to know, what assembly is being generating 'on the fly' and why does SSIS have no access to it if it creates it?  Any ideas on how to fix this?


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>