Ask a Question related to ASP.NET General, Design and Development.
-
Steve - DND #1
Use Design Mode with User Control?
I have created a user control using the HTML view, and I now want to switch
to Design mode so that it will automatically enter the controls used on the
page in the code-behind, but the option to switch over is not available.
Also, whenever I load up my controls, I get the message:
"The file failed to load in the Web Form designer. Please correct the
following error, then load it again: An exception occurred while trying to
create an instance of <Control>. The exception was "Object reference not set
to an instance of an object.".
This is starting to get incredibly annoying, as it pops up this message
everytime I open the control to make changes. What's the deal here guys?
Thanks,
Steve
Steve - DND Guest
-
Custom Control Design Mode
Hey, I'm writing a Custom control, and I want to write a ControlDesigner for it. But I want the html the ControlDesigner to render will use an... -
resize control inherited from System.Web.UI.Control in design mode
How I can resize control inherited from System.Web.UI.Control in design mode. Thanks a lot. -
Custom Control doesn't appear in Design Mode
Hi, I created a custom tabstrip control, referenced in my aspx page, and added to my source. How come it doesn't appear as a grey box in... -
VS.NET 2003 Bug when ASP.NET control is in Design mode
Odd problem it is... on the design surface the web control is shown with red letters claiming that VS.NET was "Unable to create Control". But the... -
Custom Control won't appear in design mode?
Hi, I created a custom control, regisitered it at the top of the page, and it works fine. However, it doesn't appear on the page during design... -
Sreejumon[MVP] #2
Use Design Mode with User Control?
Hi,
I think problem is with your ascx html syntax. Does your
inherrit keyword in the page directive matches with the
namespace mentioned in the codebehind?. If there is a mis
match between the namespace this error can happen. Can you
able to compile and run your code? Could you please sent
your ascx code.
regards
Sreejumon[MVP]
DOTNET makes IT happennow want to switch>-----Original Message-----
>I have created a user control using the HTML view, and Icontrols used on the>to Design mode so that it will automatically enter thenot available.>page in the code-behind, but the option to switch over iscorrect the>Also, whenever I load up my controls, I get the message:
>
>"The file failed to load in the Web Form designer. Pleaseoccurred while trying to>following error, then load it again: An exceptionwas "Object reference not set>create an instance of <Control>. The exceptionup this message>to an instance of an object.".
>
>This is starting to get incredibly annoying, as it popsdeal here guys?>everytime I open the control to make changes. What's the>
>Thanks,
>Steve
>
>
>.
>Sreejumon[MVP] Guest



Reply With Quote

