| Author |
Web Services Publishing wizard problems
|
|
| Travis Plummer 2006-01-05, 6:02 pm |
| Hi all,
Trying to publish an orchestration as a web service. My solution has a BT
project plus some other assemblies which define our own custom types. Some of
these types will be used as the message type for the published services (all
are signed and compilable). When running through the wizard, it fails after
selecting the port because it can't find the class library I've set a
reference to within the BT project. Copy Local is set to True for that
reference from the BT prj. Any ideas?
Travis
| |
| Jon Flanders 2006-01-05, 6:02 pm |
| Put the class library in the GAC
Jon Flanders [MVP]
http://www.masteringbiztalk.com
> Hi all,
>
> Trying to publish an orchestration as a web service. My solution has
> a BT project plus some other assemblies which define our own custom
> types. Some of these types will be used as the message type for the
> published services (all are signed and compilable). When running
> through the wizard, it fails after selecting the port because it can't
> find the class library I've set a reference to within the BT project.
> Copy Local is set to True for that reference from the BT prj. Any
> ideas?
>
> Travis
>
| |
| Travis Plummer 2006-01-05, 6:02 pm |
| Thanks Jon. I think that I saw the "Install to global assembly cache" option
in the BT prj and it kinda lead me to belive that all other referenced
assemblies would be deployed to the GAC for me. Anyways, that worked. Thanks
for your time.
Travis
"Jon Flanders" wrote:
> Put the class library in the GAC
>
>
> Jon Flanders [MVP]
> http://www.masteringbiztalk.com
>
>
>
>
| |
| Jon Flanders 2006-01-05, 6:03 pm |
| Not a problem Travis - you're welcome
Jon Flanders [MVP]
http://www.masteringbiztalk.com
[vbcol=seagreen]
> Thanks Jon. I think that I saw the "Install to global assembly cache"
> option in the BT prj and it kinda lead me to belive that all other
> referenced assemblies would be deployed to the GAC for me. Anyways,
> that worked. Thanks for your time.
>
> Travis
>
> "Jon Flanders" wrote:
>
|
|
|
|