valid

Validity of .NET Assemblies Causing Runtime Error

Hello, I created a library of classes in C++ and compiled it to a .dll. Everything compiles fine in .NET framework 3.5 using VS2008. Then I want to reference my .dll in a C# project I'm working on in VS2010. The .dll is linked fine and all the methods are loaded properly (meaning if I type a class variable and then a ".", it drops do...

problem with extended_valid_elements and custom elements in tinymce

I have used extended_valid_elements : "info,second,tittle,defalut", custom_elements: "info,second,tittle,defalut", for adding new tags to tinymce editor.The contents in tinymce editor is something like <tittle>contents here </tittle>.i can save the content as it is in both browser.when i am adding external css for editor due to custo...