Click here to Skip to main content
15,905,682 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Could not load file or assembly 'msgBox' or one of its dependencies. The module was expected to contain an assembly manifest.

<%@ Register TagPrefix="cc1" Namespace="BunnyBear" Assembly="msgBox" %>

what can i do?
Posted

Add a manifest to your dll ? I assume it's something you wrote, or why would it be called 'bunnybear' ? Why would you put a message box control in a dll ? I assume it's an HTML control and not a windows one ?

Oh, it's a CP article. You could compare his sample app with yours and see what his does different. Do you have a reference to the dll in your project ? What if you just copy the source code in to your project and not use the DLL ?
 
Share this answer
 
v2
Comments
faezeh66 18-Jun-11 3:43am    
it is a msgbox.dll that is downloaded from codeproject,i wrote it like code project example
You must have Assembly entry added in web.config file with proper version.

try to add reference of the dll.
 
Share this answer
 

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