Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Object Reference not set to an instance of an object › Re: Object Reference not set to an instance of an object
February 2, 2010 at 7:48 AM
#24181
Hi Thanks for the response, here is my code, the method returns a string.
ResponseString = varValidateXml.ValidateXml(ResponseString);
varValidateXml is the variabe that I have created ti instantiate the class.
Thanks