Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Error 2 Failed to add resource(s). Resource (-Type="System.BizTalk:BizTalkAssembly" -Luid="Interval.Integration.Common.Schemas, Version=1.0.0.0, Culture=neutral, PublicKeyToken=315c5a2bafe1cc5a") is already in store and is either assoc › Re: Error 2 Failed to add resource(s). Resource (-Type="System.BizTalk:BizTalkAssembly" -Luid="Interval.Integration.Common.Schemas, Version=1.0.0.0, Culture=neutral, PublicKeyToken=315c5a2bafe1cc5a") is already in store and is either a
December 15, 2014 at 4:59 AM
#26481
Open Visual studio command Prompt and type this:
gacutil /u <YourAssemblyName> –> It removes your assembly from GAC
Build the Project again and try to deploy