Click here to Skip to main content
15,886,830 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
1) My application given this error, i was search a lot, but don't understand accurately, I am fresh developer, please help me. That is the creating error control. The complete error is:

creating error control:
the giving assembly name or code base was invalid (exception from HRESULT: 0x8131047).

2)The second thing is that, I am getting error at uploading AjaxControlKit.dll file in toolbox tab,

The error is:
C#
could not load type 'system.runtime.versioning.TargetFrameworkAttribute'from assembly 'mscorlib, Version=4.0.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

Please seniors help me.
Thanks
Posted
v2
Comments
madhav_jain 13-Mar-13 14:10pm    
check your web.config which version of VS you r using Example compilation targetframework="4.0" debug="true">
frostcox 13-Mar-13 18:09pm    
Try removing the dll and re-adding it, I had this error a few weeks back with a different dll and that worked for me.

1 solution

check your web.config which version of VS you r using? Example compilation targetframework="4.0" debug="true">
 
Share this answer
 
v4

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