Jeremy Stein - Brain
« This Assembler cannot retrieve a document specification using this type | ERROR: You must specify NS user name and password when configuring alerts. » |
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”.
No Comments
Be the first to comment!
« This Assembler cannot retrieve a document specification using this type | ERROR: You must specify NS user name and password when configuring alerts. » |
Leave a Reply