|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
Using this controls with LAMP?
Is it possible to use this controls with LAMP (linux, apache, mysql, php)?
Thanks |
|
#3
|
|||
|
|||
|
no
__________________
Regards, James Yang .NET Developer / Network Engineer MCSE, MCDBA, MCSA, CCNA http://www.yellowpin.com/ http://www.opentechsupport.com/ |
|
#4
|
|||
|
|||
|
hi
Could you please tell me where am i supposed to declare sIFrameSrc gives me error while executing. thanks Sridhar |
|
#5
|
|||
|
|||
|
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 |
|
#6
|
|||
|
|||
|
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. |
|
#7
|
|||
|
|||
|
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? |
|
#8
|
|||
|
|||
|
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 |
|
#9
|
|||
|
|||
|
No Idea
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > Article Discussion: IE Web Controls in VB.NET: TreeView |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|