BizTalk Server General - Biztalk assembly not able to deserialze an xml message

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > June 2005 > Biztalk assembly not able to deserialze an xml message





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 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:
>


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com