locked
“Unable to emit assembly: Referenced assembly 'Microsoft.Practices.EnterpriseLibrary.Data” RRS feed

Answers

  • Did you try to use the 'Strong Naming Guidance Package' that is shipped with the ETL?

    If not, open the project('Strong Naming Guidance Package') which is situated in the ETL directory and compile/build it. after that run the msi/exe created after building it.


    Wednesday, February 11, 2009 8:29 AM

All replies

  • Did you try to use the 'Strong Naming Guidance Package' that is shipped with the ETL?

    If not, open the project('Strong Naming Guidance Package') which is situated in the ETL directory and compile/build it. after that run the msi/exe created after building it.


    Wednesday, February 11, 2009 8:29 AM
  •  my scenario was that i got a project with 11 class libraries in that, and one webservice project , what happened when i took get latest, i got same error not loading an assemblies of microsoft enterprise library,

    i installed Microsoft enterprise library and reference to project where i need to add dll , i.e. Microsoft.Practices.EnterpriseLibrary.Common. but when i add reference i was still getting this erorr. i recycle the iis pool but that didnt work.

    solution : remove all the reference dll from the web service application and compile and also update the public token key in your web config to your all enterprise library referencing dll.

     


    http://www.abdulazizfarooqi.wordpress.com BizTalk Developer UBL Transformation
    Saturday, April 16, 2011 8:25 AM