Tinymcetextbox file or assembly is missing

I have a project that I am doing some maintenance work on and got solution files etc. and tried to build it and got the following error: -

Error 4 Could not load file or assembly 'TinyMCETextBox' or one of its dependencies. The system cannot find the file specified.

This is a .net 2.0 project. Can anyone give me any guidance on this to get me started? I downloaded the tinymce package from my site and there seems to be no DLL in there, so I downloaded a .net 2 application containing one DLL called Moxiecode.TinyMCE.dll. I referenced this dll but still seem to be getting the same errors. Can anyone point me in the right direction?

Greetings

0


source to share


2 answers


I found out what it was. There is an AJAX extender called TinyMCETextbox that someone put together. Once I downloaded and added a link to it, everything seemed to work well. Thanks for typing



0


source


Presumably they have their own version of the app deployed somewhere? Could you just grab this and trace the build from there?



0


source







All Articles