Please Help Error Type Not Defined.

incucoumb

New Member
Hello,<BR><BR>I am getting the following error, <BR>Compiler Error Message: BC30002: Type 'HtmlEditor' is not defined.<BR><BR>I have researched microsoft's site as well as some list servers and cannot solve this. <BR><BR>The following is where the code is tripping: <BR><BR>Public Class HTMLEditSample<BR> Inherits System.Web.UI.Page<BR> Protected WithEvents HTMLEditor1 As HtmlEditor<BR> Protected WithEvents copyrichtext As Button<BR> Protected WithEvents EnteredValue As Label<BR><BR>This code is coming from a independant control I downloaded at <BR>http://www.rbuilder.net/HTMLEdit.ASPX<BR><BR>Any help in regards to this would be greatly appreciated.<BR><BR>Here is the full error message:<BR><BR>C:WINNTsystem32> "c:winntmicrosoft.netframeworkv1.0.3705vbc.exe" /t:library /utf8output /R:"c:winntassemblygacsystem.drawing1.0.3300.0__b03f5f 7f11d50a3asystem.drawing.dll" /R:"c:winntmicrosoft.netframeworkv1.0.3705 emporary asp.net files
oot17ce34b5a0118494assemblydl3d235dc130af296e_90e4 c101quote.dll" /R:"c:winntassemblygacsystem.xml1.0.3300.0__b77a5c5619 34e089system.xml.dll" /R:"c:winntmicrosoft.netframeworkv1.0.3705 emporary asp.net files
oot17ce34b5a0118494assemblydl210e24da30dee571_4de5 c101 est2.dll" /R:"c:winntassemblygacsystem.web1.0.3300.0__b03f5f7f11 d50a3asystem.web.dll" /R:"c:winntassemblygacsystem1.0.3300.0__b77a5c561934e0 89system.dll" /R:"c:winntassemblygacsystem.data1.0.3300.0__b77a5c561 934e089system.data.dll" /R:"c:winntassemblygacsystem.web.services1.0.3300.0__b 03f5f7f11d50a3asystem.web.services.dll" /R:"c:winntassemblygacsystem.enterpriseservices1.0.330 0.0__b03f5f7f11d50a3asystem.enterpriseservices.dll" /R:"c:winntmicrosoft.netframeworkv1.0.3705 emporary asp.net files
oot17ce34b5a0118494assemblydl46a2682f04b41ec_4bf0 c101adodblib.dll" /R:"c:winntmicrosoft.netframeworkv1.0.3705 emporary asp.net files
oot17ce34b5a0118494assemblydl8b44098de09ae1e4_95ef c101adodb.dll" /out:"C:WINNTMicrosoft.NETFrameworkv1.0.3705Temporary ASP.NET Files
oot17ce34b5a0118494fclx4f0t.dll" /debug- "D:Intranet_DEVWebhtmlEditHTMLEditSample.aspx.vb"<BR><BR><BR>Microsoft (R) Visual Basic .NET Compiler version 7.00.9466<BR>for Microsoft (R) .NET Framework version 1.00.3705.209<BR>Copyright (C) Microsoft Corporation 1987-2001. All rights reserved.<BR><BR>D:Intranet_DEVWebhtmlEditHTMLEditSample.aspx.vb(5) : error BC30002: Type 'HtmlEditor' is not defined.<BR><BR> Protected WithEvents HTMLEditor1 As HtmlEditor<BR> ~~~~~~~~~~<BR>D:Intranet_DEVWebhtmlEditHTMLEditSample.aspx.vb(6) : error BC30002: Type 'Button' is not defined.<BR><BR> Protected WithEvents copyrichtext As Button<BR> ~~~~~~<BR>D:Intranet_DEVWebhtmlEditHTMLEditSample.aspx.vb(7) : error BC30002: Type 'Label' is not defined.<BR><BR> Protected WithEvents EnteredValue As Label<BR> ~~~~~<BR>
 
Back
Top