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.
Sincerely yours,
Sergey Peshekhonov.
Aurigma Technical Support Team.