BizTalk Utilities CV ,   Jobs ,   Code library
 
Go to the front page to continue learning about XML or select below:

Contents

ReBlogger Contents

Previous posts in BizTalk 2006 R2

 
 
Page 2828 of 19643

BizTalk Namespace Issue

Blogger : BloggingAbout.NET
All posts : All posts by BloggingAbout.NET
Category : BizTalk 2006 R2
Blogged date : 2008 Jul 11

Here is a little gem that I have come across recently...  I have only confirmed this in BizTalk 2006 R2.

If you create a receive shape with a filter expression of (BTS.Operation=="somevalue") and your namespace contains BTS. then you will get a build failure similar to:

The type or namespace name 'Operation' does not exist in the namespace 'Spike.BTS' (are you missing an assembly reference?)

It appears that during compilation it is trying to resolve the BTS.Operation in the project assembly.  I was surprised by this one and have created several projects in the past with BTS. in the namespace without encountering an issue.

To illustrate, I created a project named Spike.BTS.WeirdSubscriptionIssue

image

If a receive shape is created with a filter expression referencing any BTS.* class, you will not be able to compile. 

 

image

Where

image

Strange...

Anyone else encountered this before?


Read comments or post a reply to : BizTalk Namespace Issue
Page 2828 of 19643

Newest posts
 

    Email TopXML