Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Erik Bloem  
#1 Posted : Tuesday, November 27, 2007 10:01:22 PM(UTC)
Erik Bloem

Rank: Member

Groups: Member
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?

Erik
Sergey Peshekhonov  
#2 Posted : Wednesday, November 28, 2007 5:48:22 PM(UTC)
Sergey Peshekhonov

Rank: Advanced Member

Groups: Member
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.

Users browsing this topic
Guest
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.