Jeremy Stein - Brain

« »

BizTalk NullReferenceException on System.Type.GetType

I had been using System.Type.GetType as the first step in dynamically calling a map, but I was now getting a null pointer exception. I had moved the map to another assembly. Once I did that, it appears that I needed to use the type name including the assembly strong name. Something like: “Fully.Qualified.Type.Name, Fully.Qualified.Assembly.Name, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0123456789abcdef0”.

August 19, 2010 No Comments.

No Comments

Be the first to comment!

Leave a Reply

Your email address will not be published. Required fields are marked *

Why ask?

« »