User-1796506859 posted
Hi Folks,
I have an asp.net 4 application that uses the AJax Control Toolkit calendar control and HtmlEditor and am upgrading it to 15. I've removed all of the old Toolkit references and installed the new version using the DevExpress installer. The new
toolkit is showing in Visual Studio 10 toolkit menu and I can drag components onto the screen, however I am getting a 'Missing type or namespace' error.
I notice that I no longer have an assembly reference (the old one was removed), but have not been able to find where the new ones were installed.
My question is, does anyone know where the assemblies are installed on the machine so I can add them as a reference? Also, how can I ensure that the assemblies and references are copied with the web project when it is published (I cannot
use the DevExpress installer in the production environment).
Update: After having another go at removing everything and dragging a control back onto the design surface, it added the reference to the assembly and copied this into the bin folder (so I guess the second part of my question is answered). It
would still be useful to understand where DevExpress installed the actual product though.
Regards
Andy