|
||
< =>
function OnToggleTOCLevel1()
{
var elemSrc = window.event.srcElement;
var elemLevel2 = document.all(elemSrc.level2ID);
if (elemLevel2.style.display == 'none')
{
elemLevel2.style.display = '';
if (elemSrc.usesGlyph == '1')
elemSrc.innerHTML = '6';
}
else {
elemLevel2.style.display = 'none';
if (elemSrc.usesGlyph == '1')
elemSrc.innerHTML = '4';
}
}
>
Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET Version:1.0.3705.288 Thanks, Mart. ![]()
dpyers |
Senior Member
Joined: 12 May 2003 Status: Offline Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 October 2003 at 10:29pm
|
Is the directory flagged as a .net app?
|
Lead me not into temptation... I know the short cut, follow me. ![]()
Mart |
Senior Member
Joined: 30 November 2002 Status: Offline Points: 2304
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 October 2003 at 10:35am
|
Yea all directorys on my server have asp.net enabled...
![]()
Bunce |
Senior Member
Joined: 10 April 2002 Location: Australia Status: Offline Points: 846
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 October 2003 at 5:05am
|
If you have installed the recent IE6 patch then this is a known bug with V1 of the framework. See here: Cheers,
|
There have been many, many posts made throughout the world...
This was one of them. ![]()
Mart |
Senior Member
Joined: 30 November 2002 Status: Offline Points: 2304
|
Post Options
Thanks(0)
Quote Reply
Posted: 24 October 2003 at 3:19pm
|
I've got version 1.1 of .net framework. This is what the fix says: 'Version 1.1 appears to be installed, you should not need to run this file' Any other ideas?
![]()
dpyers |
Senior Member
Joined: 12 May 2003 Status: Offline Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 24 October 2003 at 5:28pm
|
i.i may be on your local machine, but the error on the remote is a 1.0 error. Are you using Visual Studio? Version 2002 defaulted to 1.0. You may want to check out the project files/settings that are used for the final compile, and the web.config running on the remote. Some starterkit apps must be in a subdirectory some must be in the root web directory - not either/or. As you created it in a subdir off of your www root, try it in a subdir on the remote. If you've had both 1.0 and 1.1 versions of .net, in your aspnet_client/system_web directory, put in the subdirs for both. If the problem goes away, it's a versioning problem.
|
Lead me not into temptation... I know the short cut, follow me. ![]()
|
|||||||||||||||||||||||||||||
|
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice
Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales. Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK. Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only. |