Aurigma Forums
»
Graphics Mill
»
Discussions – Graphics Mill
»
Control cannot be created because VS can't find the control's type
Rank: Member
Groups: Guest
Joined: 11/27/2007(UTC) Posts: 2
|
I am a newbee to aurigma and try to start with a new project. When I try to put a Bitmapviewer webcontrol on to an .aspx page I get the following error message: Control cannot be created because Visual Studio cannot find the control's type in the control assembly. Aftyer this the following error appears: FORMATETC-structure (Exception from HRESULT: 0x80040064 (DV_E_FORMATETC)) What is causing this error? |
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 6/5/2007(UTC) Posts: 57
|
Hello, Erik. Unfortunately we can't reproduce your problem. But we think that this error is relative to Design mode of Visual Studio. To eliminate it you may try do the following (if you use GraphicsMill AjaxControls): 1. Remove Aurigma controls from the toolbox. 2. Close your Visual Studio. 3. Reopen. 4. Create another MS AJAX 1.0 website. 5. Open Default.aspx. 6. Re-add Aurigma controls to the toolbox. 7. Switch to design view. 8. Dragg a control on. If this will not help you may add BitmapViewer manually: 1. Add Aurigma.GraphicsMill.dll and Aurigma.GraphicsMill.AjaxControls.dll to bin directory of your Web Site. 2. Switch to source view of Default.aspx. 2. Register AjaxControls on your Default.aspx. (Add the following string immediately after Page tag: Code:
<%@ Register Assembly="Aurigma.GraphicsMill.AjaxControls" Namespace="Aurigma.GraphicsMill.AjaxControls"
TagPrefix="aur" %>
3. Add BitmapViewer control to your Default.aspx. Code:
<aur:BitmapViewer ID="BitmapViewer1" runat="server" />
If you will have some questions please feel free to ask us. Edited by user Monday, December 17, 2007 9:16:55 AM(UTC)
| Reason: Not specified |
Sincerely yours, Sergey Peshekhonov. Aurigma Technical Support Team.
|
|
|
|
Aurigma Forums
»
Graphics Mill
»
Discussions – Graphics Mill
»
Control cannot be created because VS can't find the control's type
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.