.NET Framework - Adding Controls To The Visual Studio 2008 Toolbox
Asked By Nathan Sokalski
20-Mar-10 01:16 PM
I have a control library that contains several controls that I want to add
to the Visual Studio 2008 toolbox for use in Web Applications. I have done
this before, so I know how to do it. However, when I attempt to do it this
time it refuses to add one of the controls. The one control that does not
get added inherits from System.Web.UI.HtmlControls.HtmlAnchor, and I am
wondering if the fact that it is inheriting from an HtmlControl has anything
to do with the fact that it is not being added to the Toolbox. This control
works perfectly fine, and I am able to use it perfectly fine in my Web
Applications, so the code does not have any problems. Why is this control
not being added to the Toolbox like the other controls? Thanks.
--
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/
System.Web.UI.HtmlControls.HtmlAnchor
(1)
Visual Studio 2008
(1)
HtmlControl
(1)
HtmlAnchor
(1)
Control
(1)
DomainDataSource
(1)
Dependecies
(1)
Njsokalski
(1)
Mr. Arnold replied to Nathan Sokalski
Are you getting any error messages? I reccently addrd the DomainDataSource
Web Control to the Toolbox for a project I was working. The dll for the
control had dependecies to two other DLL's that needed to be in the location
of the DLL I was trying to add to the Toolbox.
Nathan Sokalski replied to Mr. Arnold
Not, it is not giving me any error messages, it is simply not adding the one
control almost as if it did not exist (I almost wish it was giving an error
message, then I would at least have some idea where to start as far as
figuring out what the problem was!).
--
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/

net / download-833890 / retCA-files.zip.html = = = = = = = = = = = = = = = = = = = = = = Log file 1 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Verbose logging started: 5 / 6 / 2008 14:07:09 Calling process: c: \ WINDOWS \ Microsoft.NET \ Framework \ v3.0 \ Windows Communication Foundation hmmmm. . . . most of the *.config files on my system are related to .Net framework or visual studio. and almost none of them was read-only. Yes, I can install WF without any administrators group although under a different domain. I checked by going into User accounts in control panel and my account was under administrators group. Is that sufficient? I could not exactly m \ LOCALS~1 \ Temp \ ASPNETSetup_00000.log = = = = = = = = = = = = Log file thus generated = = = = = = = = = = = = = = = = = = = = = * ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** * * ** * Starting ASP.NET Setup at: 2008-05-07 09:21:04 * ** * Registering ASP.NET isapi: C: \ WINDOWS \ Microsoft.NET \ Framework \ v2.0.50727 \ aspnet_isapi.dll * ** * Internal flags: 0x00000026 * ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** * 2008-05-07 09:21:04 Starting Querying status of a service: iisadmin 2008-05-07 09:21:04 Starting Connecting to Service Manager 2008-05-07 09:21:04 Success Connecting to Service Manager 2008-05-07 09:21
that I can't uninstall "Microsoft Frontpage 2000 SR-1.2 Server Extensions from the Control panel". It keeps asking for an install disk which I dont' have. I am running it is: Thanks in advance for ANY help!! 3:51:43 PM Monday, May 26, 2008: - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 3:51:43 PM Monday, May 26, 2008: Info: Begin Setup session 3:51:43 PM Monday, May 26, 2008: Info: Setup Version: 2.0.133.0 3:52:24 PM Monday, May 26 2008: Info: Loaded manifest WebManifest. 3:52:24 PM Monday, May 26, 2008: Info: Loaded manifest XWebWWManifest. 3:52:24 PM Monday, May 26, 2008: Info: Loaded manifest SuiteCommonManifest. 3:52:24 PM Monday, May 26, 2008: Info: Loaded manifest OfficeMUIManifest. 3:52:24 PM Monday, May 26, 2008: Info: Loaded manifest
B60F-006097C998E7Parameter name: productCode Setup log is below: 7:14:24 PM Monday, June 02, 2008: - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 7:14:24 PM Monday, June 02, 2008: Info: Begin Setup session 7:14:24 PM Monday, June 02, 2008: Info: Setup Version: 2.0.133.0 7:14:59 PM Monday, June 02 2008: Info: Loaded manifest WebManifest. 7:14:59 PM Monday, June 02, 2008: Info: Loaded manifest XWebWWManifest. 7:15:00 PM Monday, June 02, 2008: Info: Loaded manifest SuiteCommonManifest. 7:15:00 PM Monday, June 02, 2008: Info: Loaded manifest OfficeMUIManifest. 7:15:00 PM Monday, June 02 2008: Info: Loaded manifest OfficeMUISetManifest. 7:15:00 PM Monday, June 02, 2008: Info: Loaded manifest
NET Framework Control is not showing inherited properties in property grid I have a control that inherits from System.Web.UI.HtmlControls.HtmlAnchor. However, when I use this control the Property Grid in Visual Studio 2008 is only showing me the properties that I