ERROR:The type or namespace name 'BizTalk' does not exist in the namespace 'Microsoft'
I cannot seem to properly reference these usings: using Microsoft.BizTalk.Message.Interop; using Microsoft.BizTalk.Component.Interop; This is for a custom component that I am working on. I have made reference to: Microsoft.BizTalk.Messaging Microsoft.BizTalk.Pipeline Microsoft.BizTalk.Pipeline.Components Microsoft.XLANGs.BaseTypes Microsoft.XLANGs.BizTalk.Engine Microsoft.XLANGs.BizTalk.ProcessInterface Microsoft.XLANGs.Engine And still I get the following error: The type or namespace name 'BizTalk' does not exist in the namespace 'Microsoft'
September 9th, 2011 1:11pm

Make sure you have added refernce to the folowing 2 DLLs

Microsoft.BizTalk.Messaging.dll
Microsoft.BizTalk.Pipeline.dll

 

Free Windows Admin Tool Kit Click here and download it now
September 9th, 2011 1:21pm

You will have to make sure that you add reference to the dll's in your project.
September 9th, 2011 2:35pm

The assemblies are in the install folder usually at c:\Program Files (x86)\Microsoft BizTalk Server 2010. These are where most of the references come from.

Thanks,

Free Windows Admin Tool Kit Click here and download it now
September 9th, 2011 3:53pm

Make sure you have added refernce to the folowing 2 DLLs

Microsoft.BizTalk.Messaging.dll
Microsoft.BizTalk.Pipeline.dll

September 9th, 2011 4:34pm

You will have to make sure that you add reference to the dll's in you
Free Windows Admin Tool Kit Click here and download it now
September 9th, 2011 4:34pm

That is where I am referencing the assemblies from please see above post.
September 9th, 2011 4:35pm

In that case do a clean build and then rebuild. Shouldn't give you this error if BizTalk Server is properly installed.
Free Windows Admin Tool Kit Click here and download it now
September 10th, 2011 6:25am

The default Framework reference in the project properties was .NET 2 and it needed to be changed to .NET 4.
  • Marked as answer by MSDEVTECH Tuesday, September 13, 2011 1:29 PM
September 13th, 2011 1:29pm

The default Framework reference in the project properties was .NET 2 and it needed to be changed to .NET 4.
  • Marked as answer by MSDEVTECH Tuesday, September 13, 2011 1:29 PM
Free Windows Admin Tool Kit Click here and download it now
September 13th, 2011 1:29pm

The default Framework reference in the project properties was .NET 2 and it needed to be changed to .NET 4.
  • Marked as answer by MSDEVTECH Tuesday, September 13, 2011 1:29 PM
September 13th, 2011 1:29pm

Hi,

This works out for me.  Thanks a lot because almost i wasted half a  day time on this.

Thanks,

Claudia
Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 3:00pm

Hi,

This works out for me.  Thanks a lot because almost i wasted half a  day time on this.

Thanks,

Claudia
  • Edited by claudiarani Tuesday, September 01, 2015 6:54 PM
September 1st, 2015 6:54pm

Hi,

This works out for me.  Thanks a lot because almost i wasted half a  day time on this.

Thanks,

Claudia
  • Edited by claudiarani Tuesday, September 01, 2015 6:54 PM
Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 6:54pm

Hi,

This works out for me.  Thanks a lot because almost i wasted half a  day time on this.

Thanks,

Claudia
  • Edited by claudiarani Tuesday, September 01, 2015 6:54 PM
September 1st, 2015 6:54pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics