Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I got the below error while deploying the BizTalk project.
Error :

Failed to add resource(s). Resource (-Type="System.BizTalk:BizTalkAssembly" -Luid="MyApplication.Acc.BizTalk.Process, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a47ac1c3edd5fbf0") is already in store and is either associated with another application or with another type
Posted

1 solution

Answer,

You have to looks few things to resolve the below issue

1. You might have not given the application name and trying to deploy.
2. You might have first deployed application with blank name and now trying with by providing application name. In such a case
Even after giving application name if you are facing the issue, go to BizTalk admin console --> BizTalk Application 1--> check the artifact, if you are facing in project which has orchestration then check in orchestration folder in BizTalk Admin console.
The same can happen for Schema, maps, pipeline, resources, check in respective folder and delete the file and deploy the project again .
3. Its because the dll has got deployed in the BizTalk admin console at some other project, with the same name. To avoid this we give strong name key which register unique name. If you are still confuse and not working , delete your strong name key file and add with some other name and try again.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900