Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am upgrading ms enterprise library from 4.0 to 6.0 in visual studio professional and i Used a namespace Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder and
also a type ICustomFactory. But once upgraded to EL 6.0, both namespace and types are not available. Please let me know about any alternatives.

Error 1 The type or namespace name 'AssemblerAttribute' could not be found (are you missing a using directive or an assembly reference?)

Error 2 The type or namespace name 'Assembler' could not be found (are you missing a using directive or an assembly reference?)

Error 3 The type or namespace name 'ConfigurationReflectionCache' could not be found (are you missing a using directive or an assembly reference?)

Error 4 The name 'LogFormatterCustomFactory' does not exist in the current context

Error 5 The type or namespace name 'TraceListenerAsssembler' could not be found (are you missing a using directive or an assembly reference?)

Error 6 The name 'InstrumentationProvider' does not exist in the current context
Posted
Comments
senthil2kr 8-Mar-24 10:59am    
Any solution available..?

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