Click here to Skip to main content
15,922,407 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have designing in my web page
The error r occur

<pre lang="sql">Warning 1   Unable to update auto-refresh reference 'msgbox.dll'. Cannot find assembly '\\192.168.16.62\project assemblies\msgBox.dll'. D:\jothiproject\project\FinanceManagment\Bin\msgbox.dll.refresh D:\...\FinanceManagment\




How to clear

Thanks Advance
Posted
Comments
R. Giskard Reventlov 25-Jul-11 7:23am    
It's telling you that a dll you are referencing in your code is not where it is expected to be.

1 solution

Just delete the current reference to the DLL, and re-add it.
 
Share this answer
 
Comments
malliga2 25-Jul-11 7:46am    
how to delete
Philippe Mori 25-Jul-11 21:55pm    
Delete key on your keyboard when the node is selected under the reference node.

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