Search

You searched for the word(s): userid:642265

Matching Posts

  • Invalid FORMATETC structure (Exception from HRESULT: 0x80040064(DV_E_FORMATETC))

    Now I've tried to create my own class library and reference it, when I drag and drop a control (Basket) from the library in VS.Net 2005 I get the error: Invalid FORMATETC structure (Exception from HRESULT: 0x80040064(DV_E_FORMATETC)) The code in the class library is: Basket.cs: ---------- using System; using System.Collections.Generic; using System.Text; using System.Web; using System.Web.UI; using System.ComponentModel; namespace WebUI.Basket { [ParseChildren(true)] class Basket : Control, INamingContainer
    Posted to Custom Server Controls (Forum) by ebdrup on 1/31/2006
Page 1 of 1 (1 items)