|
Home > Archive > BizTalk Server Orchestration > 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.
>
>
| |
| Narasimhan Padmanabhan 2004-05-24, 11:35 pm |
| It looks like the assembly is not in the Global Assembly Cache. Install it
in the GAC using gactuil.exe
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
--------------------
| >>From: "Aniello" <aniello>
| >>Subject: Load Assembly Error during BizTalk Web Services Publishing
Wizard.
| >>Date: Mon, 17 May 2004 13:42:24 +0200
| >>Lines: 30
| >>X-Priority: 3
| >>X-MSMail-Priority: Normal
| >>X-Newsreader: Microsoft Outlook Express 6.00.3790.0
| >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.132
| >>Message-ID: <OIuIEQAPEHA.2452@TK2MSFTNGP11.phx.gbl>
| >>Newsgroups:
microsoft.public.biztalk.orchestration,microsoft.public.biztalk.admin,micros
oft.public.biztalk.general,microsoft.public.biztalk.server,microsoft.public.
biztalk.appintegration
| >>NNTP-Posting-Host: lab150-7.diima.unisa.it 193.205.163.107
| >>Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP0
8.phx.gbl!TK2MSFTNGP11.phx.gbl
| >>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.admin:1890
microsoft.public.biztalk.general:15295 microsoft.public.biztalk.server:9473
microsoft.public.biztalk.appintegration:6688
microsoft.public.biztalk.orchestration:6124
| >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
| >>
| >>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.
| >>
| >>
| >>
|
|
|
|
|