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

Notification

Icon
Error

Options
Go to last post Go to first unread
joanmjc  
#1 Posted : Friday, April 17, 2009 9:58:56 PM(UTC)
joanmjc

Rank: Member

Groups: Member
Joined: 11/26/2008(UTC)
Posts: 17

Hello, as soon as I place the ImageUpload control to the design mode in VB 2008 I get this message

Warning 1 Generation of designer file failed: Unknown server tag 'cc1:ImageUploader'. C:\Users\Joan\Documents\Visual Studio 2008\Projects\WebApplication1\WebApplication1\Default.aspx 17 0 WebApplication1


How can I fix it?
Dmitry  
#2 Posted : Sunday, April 19, 2009 2:54:46 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

Have you registered Image Uploader namespace? To perform it you shoul add the following string to your default.aspx:
Code:

<%@ Register Assembly="Aurigma.ImageUploader" Namespace="Aurigma.ImageUploader" TagPrefix="cc1" %>
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
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.