|
Home > Archive > BizTalk Server > May 2004 > Load Assembly Error during BizTalk Web Services Publishing Wizard.
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 |
Load Assembly Error during BizTalk Web Services Publishing Wizard.
|
|
| Aniello 2004-05-17, 7:40 am |
| Hi all,
I have made my ochestration (OrchestrationTest) and I have been able to
deploy it. Inside the orchestration I have a reference to another my dll
(Included.dll), where I have defined a data structure. I have added this dll
to the orchestration and it is also physically available in the same
directory, where is the dll produced by the building of my orchestration.
When I launch the Web Services Publishing wizard I have an error during the
publishing phase:
"Unable to load assembly: C:\MyOrchestrations\OrchestrationTest.dll
[System.IO.FileNotFoundException] Impossible to find the file or assembly
'Included.dll' or one of its dependencies"
The Included.dll is simple and it has the classical reference of a basic c#
class library:
System
System.Data
System.XML
To deploy the orchestration I have due to recompile the 'Included.dll' with
a key file, because BizTalk didn't recognize it as secure source.
I think that the orchestration published as web service needs together dll,
but during the publishing wizard I'm not able to choose more one.
How can I solve the problem? Is there some workaround?
Thanks,
Aniello.
| |
| Matt Milner 2004-05-17, 10:35 am |
| Install your support DLL into the GAC using the GACUTIL.exe tool. Biztalk
will then be able to find it. This is a necessary step when deploying
assemblies that support your biztalk projects.
matt
"Aniello" <aniello> wrote in message
news:OIuIEQAPEHA.2452@TK2MSFTNGP11.phx.gbl...
> Hi all,
> I have made my ochestration (OrchestrationTest) and I have been able to
> deploy it. Inside the orchestration I have a reference to another my dll
> (Included.dll), where I have defined a data structure. I have added this
dll
> to the orchestration and it is also physically available in the same
> directory, where is the dll produced by the building of my orchestration.
> When I launch the Web Services Publishing wizard I have an error during
the
> publishing phase:
>
> "Unable to load assembly: C:\MyOrchestrations\OrchestrationTest.dll
> [System.IO.FileNotFoundException] Impossible to find the file or assembly
> 'Included.dll' or one of its dependencies"
>
> The Included.dll is simple and it has the classical reference of a basic
c#
> class library:
> System
> System.Data
> System.XML
>
> To deploy the orchestration I have due to recompile the 'Included.dll'
with
> a key file, because BizTalk didn't recognize it as secure source.
>
> I think that the orchestration published as web service needs together
dll,
> but during the publishing wizard I'm not able to choose more one.
> How can I solve the problem? Is there some workaround?
>
> Thanks,
> Aniello.
>
>
|
|
|
|
|