Link to home
Start Free TrialLog in
Avatar of mannevenu26
mannevenu26

asked on

iam getting error on The type or namespace name 'ExceptionManagement' does not exist in the namespace 'Microsoft.ApplicationBlocks'

Hi,

I am getting error and i could find to resolve this error i have mention error below

The type or namespace name 'ExceptionManagement' does not exist in the namespace
 'Microsoft.ApplicationBlocks' (are you missing an assembly reference?)      

Please help me out for resolving the error

Thank you in advance
Avatar of Camillia
Camillia
Flag of United States of America image

Is the ddl included in the references?

Also, my coworker had a similar error (another reference error not the exact one). He checked Project Configuration and changed the framework from Framework 4.0 Client Profile to Ftamework 4.0. Not sure if this would fix your issue but check that as well.
Avatar of mannevenu26
mannevenu26

ASKER

hi Camilla,

Yes, ddl was included in the references in my project
.
I have checked Project Configuration also but no changes....every thing is fine.Please help me regarding on this.

Thank you :)
I don't have any other ideas as what this might be. You can always "request attention" for your ticket.

I'll post back if I can think of other solutions for this.
What dll are you referencing and what version is it?
Hi Paul Jackson,

I am referencing the dll is Microsoft.ApplicationBlocks.ExceptionManagement.dll and
Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces.dll

web config file

<add assembly="Microsoft.ApplicationBlocks.ExceptionManagement, Version=3.0.0.0, Culture=neutral, PublicKeyToken=76D09AFD81300B1A"/>
        <add assembly="Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=76D09AFD81300B1A"/>

thanks you
Which section of your configuration file is the above snippet taken from?
SOLUTION
Avatar of Ashutosh Vyas
Ashutosh Vyas
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi Ashutosh
,

Still iam getting error.please help me out
Did you do a Re-Install of Enterprise library ?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
nice suggestion to all