Hi,
I was deplopying one of the VS Project in Biztalk 2009 and accidently deployed it to the application which did not exists in BIZTALK applications list.
Now even if I try to change the vSProject - deployment to a different application, it does not allow me
I checked ALL ARTIFACTS - RESOUCRES and I cannot find my project listed there
Error 1 Failed to add resource(s). Resource (-Type="System.BizTalk:BizTalkAssembly" -Luid="ConvertASNSQLToFF, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3df55ae928455eb5") is already in store and is either associated with another application or with another type. 0 0
How can delete the project and redeploy it
Thank you
Sangeetha
Sangeetha,
I would expect to find the assembly in All Artifacts - Resources. If you can't find it, the only other thing I can think of is removing all of the custom BizTalk Applications to delete it that way?
Not the worlds best solution.... Let us know how you get on.
Nick.
Nick Heppleston
An Independent BizTalk Consultant in the UK - Blog at http://www.modhul.com
Hi Sangeetha,
You probably have that assembly cached, so make sure that you go to path C:\Windows\assembly and uninstall the assembly there, then restart BizTalk Host application service.
The next step you do is, in your BizTalk project in Visual Studio, go to Project Properties, click on the Configuration Manager button and change your Active Solution Configuration from Development to Deployment (or vice versa), and make sure that you specify the correct Server and Application Name that you are deploying the artifacts too. Hit Ok to save the changes, rebuild your project and try to deploy it again.
See if the above steps will work for you.
Daniel.
"Google skills are more important than your coding skills."