Ask a Question related to ASP.NET Building Controls, Design and Development.
-
mna #1
An unhandled exception has occured Unknown Server tag
Hi,
I am using ASP.Net 2.0 Beta 2.
I have a class which inherits from "System.Web.UI.WebControls.Label" class.
I have added that class in a control. Now in design mode of that control I
can see the label. but when I drop the control on a form it give an error
"An unhandled exception has occured Unknown Server tag cc1:BaseLableTest".
However when I run it it just work fine. But it is very hard to develop
anything in design mode. This is something which was working perfectly on
framework 1.1
Any help would be highly appreciated.
The code for control and base class is shown below.
Control.ascx:
<%@ Control Language="VB" AutoEventWireup="false"
CodeFile="tControl.ascx.vb" Inherits="tControl" %>
<%@ Register Assembly="gControl" Namespace="MyControlLib.WebControls"
TagPrefix="cc1" %>
<cc1:BaseLabelTest ID="BaseLabelTest1"
runat="server">Hello</cc1:BaseLabelTest>
Public Class BaseLabelTest
Inherits Label
End Class
mna Guest
-
PDDOCSAVE -throwing unhandled exception
Hi Everybody, When i am using PDDOCSAVE in my application to secure a file using Acrobat 9.0 in VC++ i am getting unhandled exception The code... -
#32101 [Com]: Exception in unknown on line 0 when throwing exception inside exception handler
ID: 32101 Comment by: dhopkins at DonHopkins dot com Reported By: ceefour at gauldong dot net Status: No... -
Unhandled Exception HELP!!
I just dished out 900 bucks for Studio MX Everything else installed fine except for Fireworks MX 2004 ( the one I use the MOST ) At about 90% ... -
Unhandled exception: Server did not recognize the value of HTTP Header SOAPAction
I have the following code with errors on the lines as indicated by the -> and the explanation in the exception details below; ' FORM1.VB Private... -
An unhandled exception of type 'System.Threading.ThreadAbortException' occurred in Unknown Module.
Interesting problem. We have narrowed it down to the exact cause, and would like an explanation of what's going on behind the scenes. Simple bit...



Reply With Quote

