Programming Tools
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingProgramming Tools

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old February 26th, 2003, 12:24 AM
Vantera Vantera is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Location: South Coast of NSW, Australia
Posts: 108 Vantera User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via ICQ to Vantera
Article Discussion: IE Web Controls in VB.NET

IE Web Controls in VB.NET If you have any questions or comments about this article please post them here.

You can read the article here .
__________________
Kind Regards,
John Rebbeck
john@interspire.com
ICQ# 74637937

Reply With Quote
  #2  
Old February 26th, 2003, 05:24 AM
neonex neonex is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Nov 2002
Posts: 1 neonex User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Using this controls with LAMP?

Is it possible to use this controls with LAMP (linux, apache, mysql, php)?

Thanks

Reply With Quote
  #3  
Old February 26th, 2003, 08:57 AM
James Yang James Yang is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Atlanta, Georgia
Posts: 284 James Yang User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 45 sec
Reputation Power: 7
Send a message via ICQ to James Yang
no
__________________
Regards,

James Yang
.NET Developer / Network Engineer
MCSE, MCDBA, MCSA, CCNA

http://www.yellowpin.com/
http://www.opentechsupport.com/

Reply With Quote
  #4  
Old March 13th, 2003, 11:47 PM
ammula_sridhar ammula_sridhar is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Location: Australia
Posts: 1 ammula_sridhar User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 36 sec
Reputation Power: 0
hi


Could you please tell me where am i supposed to declare sIFrameSrc gives me error while executing.

thanks

Sridhar

Reply With Quote
  #5  
Old April 18th, 2003, 04:19 PM
deltron deltron is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 1 deltron User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I cant install them! I copied the dll to the samples/bin directory, but when i try to run any of the samples, I get this error:

Line 1:
Line 2: <%@ Register TagPrefix="ie" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %>
Line 3:
Line 4: <html>

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.Web.UI.WebControls' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = Microsoft.Web.UI.WebControls
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: Microsoft.Web.UI.WebControls
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/root/2135a508/8d69a834/Microsoft.Web.UI.WebControls.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/root/2135a508/8d69a834/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/bin/Microsoft.Web.UI.WebControls.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/bin/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/root/2135a508/8d69a834/Microsoft.Web.UI.WebControls.EXE.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/root/2135a508/8d69a834/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/bin/Microsoft.Web.UI.WebControls.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/bin/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.EXE.




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET Version:1.0.3705.288

Reply With Quote
  #6  
Old November 10th, 2003, 11:47 AM
numbernine numbernine is offline
Up To His Eyes In Ads
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Location: Chicago
Posts: 160 numbernine User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 25 sec
Reputation Power: 7
I'm having the same problem...

Code:
Namespace or type 'WebControls' for the Imports 'Microsoft.Web.UI.WebControls' cannot be found.


I've got the compiled .dll copied to my bin directory too.

Reply With Quote
  #7  
Old January 11th, 2004, 11:55 PM
rclancy rclancy is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 1 rclancy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
namespace Microsoft.Web.UI.WebControls cannot be found

I can run the samples and create treeviews fine, though deploying apps to another server and accessing treeview pages remotely doesn't work (locally on the server is ok). Giving up for a while on that problem, I've turned my attention to why I can't import the namespace into the code behind page. This generates an error:

Imports Microsoft.Web.UI.WebControls
error: namespace ... cannot be found

How can the treeview register the assembly ok in the aspx page and draw the control ok, but not find the namespace in the code behind?

Reply With Quote
  #8  
Old February 21st, 2004, 07:28 AM
katerahul katerahul is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 2 katerahul User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Unhappy Treeview Problem

Hello!
I am working on a web based application wherein I have used the tree view, and a toolbar control. I have deployed the application on the WEB Server, using the setup and deployment wizard in the VS.NET IDE. Also tried by copying the files on to the webserver, but I am not able to see the treeview control and the toolbar control.instead of that it shows the names of the nodes just like the labels. Kindly suggest what has to be done for this problem. I have also installed the framework on the webserver.
Regards
Rahul

Reply With Quote
  #9  
Old March 2nd, 2004, 08:17 AM
gvraghuramraju gvraghuramraju is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2002
Location: Hyderabad
Posts: 2 gvraghuramraju User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via Yahoo to gvraghuramraju
No Idea

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingProgramming Tools > Article Discussion: IE Web Controls in VB.NET: TreeView


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT