Hello,
Whenever I try to drop a NetAdvantage control on a VS2008 ASP.NET web form, I get the following error...
The operation could not be completed. Invalid FORMATETC structure
Standard Microsoft ASP controls work fine. Any ideas on how to correct this?
Hmm...never see that one before. Is this an existing project you have upgraded, or a brand new project?
I would suggest closing VS, deleting all of the DLL from your projects BIN directory then restarting to see if that fixes the problem.
After a quick search of the ASP.NET forums, it looks like this is a fairly common problem with non-inbox controls. You might also take a quick look through the ASP.NET forums to see if there are any other suggestions on fixing the problem.
Devin
This is a new web project on a fresh install of VS2008. I have installed NetAdvantage 2007 Vol 3 along with the December 27 hotfix. Winform applications work fine, however I can't add any Infragistic controls to a web project. No DLLs get copied to the bin directory and no references get in the web.config file.