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

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

Viewing 1 reply thread
  • Author
    Posts
    • #26454
    • #26479

      is your application deployed? C:\Windows\Microsoft.NET\assembly\GAC_MSIL check your dll from here and delete

      • #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

        • #26482

          Open Visual studio command Prompt and type this:

          gacutil /u <YourAssemblyName>  –> It removes your assembly from GAC

          ReBuild the Project again and try to deploy….Its a problem of versioning

          • #26484

            In the BizTalk administration console, go to Applications -> <All Artifacts -> Resources and look where the dll:s are located (which application). Then go to that application and either replace the dll (rightclick -> Modify) or delete it and add the new one.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.