문제

Are there generated .cs files for Biztalk 2010 orchestrations, and if so where are they located? In Biz 09 they were File0.cs but I haven't been able to find any odx.cs or .cs files that correspond to orchestrations for my Biz 2010 projects.

도움이 되었습니까?

해결책

I've just checked some old BTS 2009 projects and there aren't any .cs files in the same directory as the source .odx either. Maps (.btm.cs), Schemas (.xsd.cs), Pipelines (.btp.cs) do have generated .cs files in the source folder.

However, in both BTS 2009 and 2010, files are placed in the obj\Debug\BizTalk\XLang folder, but are renamed File0.cs, File1.cs etc. Reference here

Out of interest, why do you want to view the .odx.cs files?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top