Blog Home  Home |  Breeze Home RSS 2.0 Atom 1.0 CDF  
Mick's Breeze Blogs - Biztalk/Sharepoint/... - View the C# files behind your BizTalk Project
Things hard and not so hard....
 Saturday, November 18, 2006

As you may know, the BTS VS.NET IDE plugin during a build goes off and compiles your BizTalk maps, schemas and orchestrations to C#.

Then from there we have another compile and viola - we have dlls produced.

The IDE uses the compiler XSharpP.exe to produce your C# files.

Wouldnt it be nice to see what the C# files are - also very useful for line by line debugging.fingerscrossed

All you need to do is to create the appropriate Registry Key and corresponding value
Key Location: HKCU\Software\Microsoft\VisualStudio\8
Key Name: BizTalkProject
Value Type: DWORD
Value Name: GenerateCSFiles (this is the only acceptible value at this point)
Value : 1
Done! Load a BTS Project up, and compile - you'll see some changes.

 

Note: I have had this fail a couple of times on some huge BTS solutions with over 40 odd 'Solution Folders' (and bts projects under those etc).

Saturday, November 18, 2006 10:29:10 PM (AUS Eastern Standard Time, UTC+10:00)  #    Comments [1]   BizTalk | Tips  | 
Copyright © 2008 Breeze Training. All rights reserved.