12-28-04 01:46 AM
Have you tried attaching to the process and seeing where in your code the
error occurs? you might also be running into a problem where BizTalk is
trying to load your component but something else has it locked, like VS.net.
You might trying running after a reboot without opening VS.Net and see if
that helps. It may be a misleading error, but if it is a permissions error
than it would seem to be either to your component, the file itself, or some
other resource like the registry. if it is running with full priveleges, it
is more likely that it is a contention issue rather than an permissions
issue.
matt
"Ashish Shukla" <AshishShukla@discussions.microsoft.com> wrote in message
news:A9718695-4D8D-446E-A8FC-DE48B81C94D9@microsoft.com...
> Hi Matt,
>
> Thanks for the response. I have installed BizTalk server in my local
> machine. It runs under my account which is an administrator of the
> machine.
> If I remove the custom decoding component from the pipeline I dont get
> this
> permissions error. I think there is something wrong with my component.
>
> Thanks again
> Ashish Shukla
[ Post a follow-up to this message ]
|