Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi-- im getting this kind of error:

HTML
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC32206: Indirect reference is being made to assembly RTFBoxTbl version 1.0.4454.18441, which contains 'smartbuy.country_notification_template.RTFBoxTblBody'. This Project references a prior version of RTFBoxTbl version 1.0.4450.29282. To use 'smartbuy.country_notification_template.RTFBoxTblBody', you must replace the reference to RTFBoxTbl with version 1.0.4454.18441 or higher.

Source Error:

[No relevant source lines]


and i don't have any idea about how to upgrade and where will i get the upgrade. Please help.

Thanks,
Posted
Comments
Herman<T>.Instance 12-Mar-12 7:11am    
update your reference to the project that uses that component.
i_am_LemOn 12-Mar-12 7:26am    
Hi digimanus-- thanks for that quick answer. but really that's my problem. i don't know how to update the reference. btw, im using .net2.0 and im having problem with the outdated values that is why i don't know
Herman<T>.Instance 12-Mar-12 7:34am    
is this the default asp.net control or some other kind of control (ajax, etc)?
i_am_LemOn 20-May-12 22:19pm    
i don't know if you can call this a 'default'. But the existing project made a RTF.vb where also used as reference. This application uses asp.net classic (1.0 or 2.0..ithink..)

1 solution

Your project has a reference to another project .DLL, RTFBoxTbl. In your project references, you have to drop the reference to this library and re-add it to the new version and recompile your app.
 
Share this answer
 
Comments
i_am_LemOn 13-Mar-12 0:17am    
Thanks dave! :)

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