| Author |
Biztalk assembly not able to deserialze an xml message
|
|
| lokesh 2005-06-29, 5:51 pm |
| Hi
I have a biztalk assembly which references other assebly to provide a
deserialized object of an xml message that it receives in a orchestration.
the method to deserialize and the deserialized object are in a class library
which the biztalk assembly references to, but the line of code
System.Type t = System.Type.GetType(string) returns me an error which says
object is not set to instance of the object. The string value actually gets
the deserialized object name and its assembly, but the above line cannot get
the type object out of it.
Any suggestions,
| |
| Scott Colestock 2005-06-29, 5:51 pm |
| Is the "other assembly" deployed to the GAC ?
Scott Colestock
www.traceofthought.net
"lokesh" <lokesh@discussions.microsoft.com> wrote in message
news:DC6299C3-17CB-4154-AF0E-383CCB02028E@microsoft.com...
> Hi
> I have a biztalk assembly which references other assebly to provide a
> deserialized object of an xml message that it receives in a orchestration.
> the method to deserialize and the deserialized object are in a class
> library
> which the biztalk assembly references to, but the line of code
>
> System.Type t = System.Type.GetType(string) returns me an error which says
> object is not set to instance of the object. The string value actually
> gets
> the deserialized object name and its assembly, but the above line cannot
> get
> the type object out of it.
>
> Any suggestions,
>
>
| |
| lokesh 2005-06-30, 6:00 pm |
| Hi scott
I have the assembly deployed in GAC. I am running the application in
Deployment mode.
Lokesh
"Scott Colestock" wrote:
> Is the "other assembly" deployed to the GAC ?
>
> Scott Colestock
> www.traceofthought.net
>
> "lokesh" <lokesh@discussions.microsoft.com> wrote in message
> news:DC6299C3-17CB-4154-AF0E-383CCB02028E@microsoft.com...
>
>
>
| |
| Scott Colestock 2005-06-30, 6:00 pm |
| Ok - but remember for C# components, you will need to manually deploy to the
GAC. BizTalk won't do this for you - do you see the assembly if you browse
c:\windows\assembly ?
"lokesh" <lokesh@discussions.microsoft.com> wrote in message
news:0AEC47DD-343F-4C53-BC5D-428EDDEAF4EC@microsoft.com...[vbcol=seagreen]
> Hi scott
>
> I have the assembly deployed in GAC. I am running the application in
> Deployment mode.
>
> Lokesh
>
> "Scott Colestock" wrote:
>
|
|
|
|