Biztalk 2009 call helper from expression shape
i'm using biztalk 2009 beta. have 1 project contains orchestration (.odx) , helper class (.cs) file. according i've read should possible in biztalk 2009. compiles fine when add expression shape orchestration , try call the method keeps saying 'identifier not exist, missing assembly reference....'. class public.
so question how call method in 'embedded' class expression shape?
thanks
hi jen,
i believe limitation of biztalk 2009 [beta]. yes have ability add class biztalk project cannot call class orchestration within same project.
to around should able create biztalk project, add class , reference new project original project. note new project be a biztalk project not a c# library project.
i know gets half way...it simpliefies install don't have manually gac(or use build scripts) require add additional project.
kent
http://kentweare.blogspot.com
i believe limitation of biztalk 2009 [beta]. yes have ability add class biztalk project cannot call class orchestration within same project.
to around should able create biztalk project, add class , reference new project original project. note new project be a biztalk project not a c# library project.
i know gets half way...it simpliefies install don't have manually gac(or use build scripts) require add additional project.
kent
http://kentweare.blogspot.com
BizTalk Server > BizTalk Server General
Comments
Post a Comment