I am running into an issue where I want to deploy schema.dll in two different applications when I want to deploy one of the application an error is raised and it says that “resource failure :dll is already in store” can anyone help me to find a way to deploy one DLL in two different applications
All the DLLs go into the same database, so you can’t deploy the same one to two different apps. You can, however, deploy the DLL to one application and add a reference to the other application to make the DLL avaliable.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.