|
Home > Archive > BizTalk Server Orchestration > February 2005 > File or assembly name ***, or one of its dependencies not found
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
File or assembly name ***, or one of its dependencies not found
|
|
| Guy Sturgess 2005-02-28, 7:57 am |
| Hi,
I am having a problem with the a MAP containing a call to an external DLL.
When I run the orchestration containing the map I get the following error:-
Uncaught exception terminated service
BCA.AttunityStandardFeeds. BCAStandardAccountsViewerCSVExtraction(5
eb01a86-13d4-cbdd-cd06-34de2ff6e4d5), instance 999d4e32-95e0-4019-9ea6-754e51a18b0f
Error encountered while executing the transform
BCA.StandardMaps.SelectAccountViewerCSVAndHeader. Error:Unable to create the
transform..
Exception type: XTransformationFailureException
Source: Microsoft.XLANGs.Engine
Target Site: Void ApplyTransform(System.Type, System.Object[],
System.Object[])
Help Link:
The object mentioned above is shown as registered in the GAC and only
references two system DLL, so any help would be gratefully received.
Thanks in advance for your help with this.
Regards
Guy
| |
| Jon Flanders[DevelopMentor] 2005-02-28, 5:53 pm |
| Guy - here is what I always do in this situation (which may not help -but
can't hurt).
1) rebuild the assembly containing the map (or other biztalk artifact)
2) run gacutil -i on that assembly to ensure the GAC is holding the most
recently built copy of the assembly
3) restart the BizTalk host process
If that doesn't work - then something else is going on - but I always try
those three steps first.
--
Jon Flanders [DevelopMentor]
http://staff.develop.com/jfland/
http://www.develop.com/courses/biztalk
"Guy Sturgess" <Guy Sturgess@discussions.microsoft.com> wrote in message
news:49EA49AC-F462-4265-91C2-BBA31F394CF7@microsoft.com...
> Hi,
>
> I am having a problem with the a MAP containing a call to an external DLL.
> When I run the orchestration containing the map I get the following
> error:-
>
> Uncaught exception terminated service
> BCA.AttunityStandardFeeds. BCAStandardAccountsViewerCSVExtraction(5
eb01a86-13d4-cbdd-cd06-34de2ff6e4d5),
> instance 999d4e32-95e0-4019-9ea6-754e51a18b0f
>
> Error encountered while executing the transform
> BCA.StandardMaps.SelectAccountViewerCSVAndHeader. Error:Unable to create
> the
> transform..
>
> Exception type: XTransformationFailureException
> Source: Microsoft.XLANGs.Engine
> Target Site: Void ApplyTransform(System.Type, System.Object[],
> System.Object[])
> Help Link:
>
> The object mentioned above is shown as registered in the GAC and only
> references two system DLL, so any help would be gratefully received.
>
> Thanks in advance for your help with this.
>
> Regards
>
> Guy
>
|
|
|
|
|