Pipeline Warning

I am using XML disassembler pipeline component , when building am getting the below warning

warning BTP0008: Validate call on component 'XML disassembler' failed.

Please advice.

September 14th, 2015 1:39am

Hi Suresh,

You need access to write to the GAC.

Please open visual studio as an administrator then try to deploy again.

Free Windows Admin Tool Kit Click here and download it now
September 14th, 2015 2:42am

Hi,

Are you building your solution with Visual Studio as Administrator. ?

Open visual studio as an administrator then try to deploy again or write post build event to add all all assembly into the GAC during build. You could write one line code something like: "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe" /i "$(TargetPath)" with Run the post-build event "On Successful build"

Thanks

Abhishek

September 14th, 2015 3:22am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics