Archive for December, 2008

Happy Holidays

Just wanted to say happy holidays to everyone!

– Jason

Invalid FORMATETC structure

I have ran into this issue a few times while working on an ASP.NET project when using ASP.NET AJAX community control toolkit and Telerik’s ASP.NET AJAX RadControls.  There seem to be several solutions out there to this common problem, but the one I found to work is quite simple.

Before adding a control to your page from the toolbox (which would give you the very helpful error above), simply make sure your project contains a reference to the correct DLL file and build the project after adding the new reference DLL file.

- Jason