Re: Building BizTalk Solution, Access to path <path > denied

Home Page Forums BizTalk 2004 – BizTalk 2010 Building BizTalk Solution, Access to path <path > denied Re: Building BizTalk Solution, Access to path <path > denied

#24901

Hi,

May be there a cross reference? You could build and deploy from the beginning?
Look, I have some solution – in my case there are
1. Schemas project it’s a “base” project
2. Maps project – has a reference to schemas’s dll
3. Orchestrations project – has a reference to schemas’ and to maps’ projects dll’s

The base of them is schemas, for deploying it – I delete references from maps and orchestrations, after deploy I add reference of schemas to maps, deploy maps, after it I add reference from Orchestrations to schemas and maps and deploy.
In my case it’s not a problem – cause I don’t add schemas  to the project every 5 minutes. Maybe this is a way for you too. Orchestrations could be deployed as many times as I need – without a problem.