CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.internet_explorer_web_controls Tags:
Item Type: NewsGroup Date Entered: 11/3/2003 1:14:22 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 6 Views: 26 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
7 Items, 1 Pages 1 |< << Go >> >|
webcontroluser
Asp.Net User
Using style sheet in tabstrip crashes11/3/2003 1:14:22 AM

0/0

I can run a simple site on my localhost using the MS ie tabstrip control with sytle sheets. However, when I try to run this on an external hosting server, I get the following error:

Parser Error Message: Could not load type Microsoft.Web.UI.WebControls.Design.CssCollectionEditor from assembly mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.

The tabstrip control works fine on the external server as long as I don't use style sheets. Not sure what is wrong. I've installed the ie webcontrols per the readme, and it works ok as long as I don't use style sheets....

tia for help




Bill2clone
Asp.Net User
Re: Using style sheet in tabstrip crashes11/3/2003 8:38:40 AM

0/0

You can find this assembly in your Global Assembly Cache (C:\YourWin\assembly),
whereas your host may not have included it in his GAC.

OR/AND your host is running dotnet on Framework 1.0 (you use 1.1, "5000").
DNN skins Forum
Tressleworks modules
DNN & webhosting
IEWCtrls
webcontroluser
Asp.Net User
Re: Using style sheet in tabstrip crashes11/3/2003 5:44:39 PM

0/0

Thanks for the reply. My host is using .net 1.1, as I am. Likely they don't have the ie web controls in their GAC. I have the following registration line, and the control works except for the style sheet. It seems to find the dll ok.

<%@ Register TagPrefix="ie" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %>

Do I need to modify the registration statement somehow to inlcude the .Design class explicitly?
Still confused....thanks.
roman--
Asp.Net User
Re: Using style sheet in tabstrip crashes11/19/2003 2:50:53 AM

0/0

I have exactly the same problem - works in-house but fails at webhost. Did you find a workaround for this?

Cheers,
Roman.
Bill2clone
Asp.Net User
Re: 3 points...11/19/2003 10:06:24 AM

0/0

1st, as webcontroluser said, check you have no reference to IE Web Control installed in your GAC, and use:
<%@ Register TagPrefix="ie" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %>

2nd, be sure you and your host have the same Framework 1.x version
You can add this in your web.config:

<configuration>
<startup>
<requiredRuntime version="v1.0.3705"/>
<supportedRuntime version="v1.1.4322"/>
</startup>
</configuration>

....according to your required and supported versions

3rd, check webctrl_client\1_0 dir is under your remote site root.
DNN skins Forum
Tressleworks modules
DNN & webhosting
IEWCtrls
roman--
Asp.Net User
Re: 3 points...11/20/2003 12:26:48 AM

0/0

Thanks, Bill. However, no luck.

1. As far as GAC goes, I use this line in the aspx page:

<%@ Register TagPrefix="ie" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %>

and also set CopyLocal to 'True' in the reference properties for Microsoft.Web.UI.WebControls.dll.

Also, when I remove the Microsoft.Web.UI.WebControls assembly from /bin, assembly loading error comes up so I take it that the local assembly is being loaded.

2. With the framework, webhost and I use v1.1.4322.

3. I understand that webctrl_client\1_0 only contains behaviours and does not really affect correct loading of types contained in assembly. When I was testing it locally everything would still load without that folder in root, even though it would not render correctly. Anyhow, I do have that folder there.

Ideas?
magnus-g
Asp.Net User
Re: 3 points...12/1/2003 9:52:13 AM

0/0

There is a workaround...
Set the stylesheets using
TreeView.Attributes["SelectedStyle"] = "color:red";
instead of in the asp tag...

Magnus


7 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
CodeProject: TabStrips: A TabControl in the Visual Studio 2005 way ... For design-time behavior of the TabStrip control, I'm using a sub-class of the ... pt) method of the designer, but I don't know why it crashes my VS. ...
Safe save method of HTML files using recovery files including a ... Recovery from System Crash During File Creation Using Write Ahead ...... Rename stylesheet.cs_ → stylesheet.css. Rename tabstrip.ht_ → tapstrip.htm ...
IE 60 crashes. - telerik Forum To make it clear, I am using an developer version of Q2 SP1. ... have seen IE crash due to css only when there are lots of css style sheets ...
The Official Win32 20080910 [Trunk] build is out. • mozillaZine Forums #183348 [Core:Style System (CSS)]-[FIX]Cloning sheets with children is .... It's on far right of tab strip....next to the tab right arrow. ...
Nitobi User Forums-View topic - Crash in On version of IE6 when ... css/style.css" rel="stylesheet" type="text/css"> .... I would recommend using another one of the themes if possible, for the time being ...
Troubleshooting IE6 crashes - telerik Knowledge Base Very rarely a web application may cause IE6 to crash. ... already fixed in IE7) which may cause this (for example: adding too many style sheet references) . ...
middleware and scripting languages Resources | TechRepublic This chapter from Creating Vista Gadgets: Using HTML, CSS and JavaScript with ... Topics include the new Cascading Style Sheets CSS and HTML design tools, ...
CodeGuru Forums - bamboozled by microsoft yet again $&#%$ the property sheets had for tabstrip controls in vs6.0. where is it? ..... ( maybe you are already doing this) and when the program crashes, ...
What's new The westwind.css default style sheet has been updated with many enhancements. ..... We've added a new TabStrip control to the Web Control framework. ...
CodeProject: The XTable Extended Table Server Control. Free source ... Aug 2, 2005 ... His example uses style sheets, but I get nervous about using style ... used in Microsoft's now-unsupported TabStrip control for my own use. ...




Search This Site:










buiding something like fuel gauge

installation error

internet explorer web controls download packages

tabstrip not showing in ie but showing in firefox

treeview

treeview click

treeview control

how to collect checked nodes value from a treeview control in asp.net

treenode.text with an image causes a problem ?

error when i using tabstrip in usercontrols

how to add textbox into each node?

treeview

dynamically adding tabs to a tabstrip iewc

build.bat does not generate microsoft.web.ui.webcontrols.dll

treeview: <table> tag in xsl???

style problems with treeview

treeview - select a node

select multiple nodes

problem eith ie web controls

problems to run treeview

problem installing ie webcontrols

not able to use ie web controls

microsoft web contorols -> tab strip

changing tabs on tabstrip.

dynamically create tabstrip/multipage?

dll file not created in ie webcontrol download

checking

treeview: extending the plus sign

sort tree nodes

tabstrip and multipage usage

  Privacy | Contact Us
All Times Are GMT