|
Home > Archive > BizTalk Server General > April 2006 > Deployment Issue -
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 |
Deployment Issue -
|
|
|
| When I go to deploy my project in BizTalk, I am getting the following error:
Assembly "BSG_SREConversion, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=6dafc98baef20208" references the following assemblies that
must be deployed before deploying this assembly: Assembly "ICSM.Schemas,
Version=1.0.12.0, Culture=neutral, PublicKeyToken=69c11018615fef04"
However: I have deployed the ICSM.Schemas assembly / object / .dll to the
GAC. Is there another form of deployment in question? I can’t seem to
locate much information for this error when researching it online.
Thanks,
Andy
| |
| Sam Vanhoutte 2006-04-10, 7:34 pm |
| > When I go to deploy my project in BizTalk, I am getting the following
> error:
>
> Assembly "BSG_SREConversion, Version=1.0.0.0, Culture=neutral,
> PublicKeyToken=6dafc98baef20208" references the following assemblies that
> must be deployed before deploying this assembly: Assembly "ICSM.Schemas,
> Version=1.0.12.0, Culture=neutral, PublicKeyToken=69c11018615fef04"
>
> However: I have deployed the ICSM.Schemas assembly / object / .dll to the
> GAC. Is there another form of deployment in question? I can't seem to
> locate much information for this error when researching it online.
You need to check if you have the assembly as a resource in your
application. Also verify that you didn't change the version or the strong
key name. Use the Administration Console for that. (Applications -
ApplicationName - Resources)
Best regards
Sam Vanhoutte
www.codit.be
| |
| Jon Flanders 2006-04-10, 7:34 pm |
| Andy - it isn't telling you ICSM.Schemas isn't in the GAC - it is telling
you that the assembly must be deployed before using the dependency.
All BizTalk assemblies you have that are dependent on each other (referenced
at the .NET level) must be deployed - and deployed in the correct order (the
least dependent assembly must be deployed first - this is generally your
schemas, and the most dependent can be deployed last).
HTH
Jon Flanders [MVP]
http://www.masteringbiztalk.com
http://www.quicklearn.com/workflow.htm
> When I go to deploy my project in BizTalk, I am getting the following
> error:
>
> Assembly "BSG_SREConversion, Version=1.0.0.0, Culture=neutral,
> PublicKeyToken=6dafc98baef20208" references the following assemblies
> that must be deployed before deploying this assembly: Assembly
> "ICSM.Schemas, Version=1.0.12.0, Culture=neutral,
> PublicKeyToken=69c11018615fef04"
>
> However: I have deployed the ICSM.Schemas assembly / object / .dll to
> the GAC. Is there another form of deployment in question? I can’t
> seem to locate much information for this error when researching it
> online.
>
> Thanks, Andy
>
|
|
|
|
|