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.
Are there generated .cs files for Biztalk 2010 orchestrations, and if so where are
Share
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\XLangfolder, but are renamedFile0.cs, File1.csetc. Reference hereOut of interest, why do you want to view the .odx.cs files?