智能导航错误 [英] Smart Navigation Error

查看:62
本文介绍了智能导航错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用SmartNavigation。 Windows2003 Server Framework 1.0(3705)IIS6和我

已将IIS配置为使用1.0框架。


任何想法为什么我会得到以下jscript错误

Smartnav.js?


htmlfile:指针无效。


它出现在79行hdm上。 appendChild(k);

在此先感谢

Rod

Using SmartNavigation. Windows2003 Server Framework 1.0 (3705) IIS6 and I
have IIS configured to utilize the 1.0 framework.

Any Ideas why I would be getting the following jscript error within
Smartnav.js?

htmlfile: Invalid pointer.

it is occuring on line 79 hdm.appendChild(k);
Thanks in Advance
Rod

推荐答案

Rod,


我们正在调查smartnav.js文件中可能存在的错误。你可以通过编辑行来解决这个问题:


if(k!= null)hdm.appendChild(k)


我们会在收到更多结论性信息后立即回复。


Jim Cheshire,MCSE,MCSD [MSFT]

开发人员支持

ASP.NET
ja **** **@online.microsoft.com


此帖子按原样提供,不提供任何保证,也不授予任何权利。

--- -----------------
Rod,

We are investigating a possible bug in the smartnav.js file right now. You
may be able to work around this by editing the line to read:

if (k != null) hdm.appendChild(k)

I''ll post back as soon as we have more conclusive information on this.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.
--------------------
From:" RodBillett" < No *** @ NoWhere.Com>
主题:智能导航错误
日期:2003年11月19日星期三09:17:39 -0700
行数:15
X -Priority:3
X-MSMail-Priority:正常
X-Newsreader:Microsoft Outlook Express 6.00.3790.0
X-MimeOLE:微软MimeOLE制作V6.00.3790.0
消息ID:< ut ************** @ TK2MSFTNGP12.phx.gbl>
新闻组:microsoft.public.dotnet.framework.aspnet
NNTP-Posting -Host:216.150.210.194
路径:
cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA05.phx.gbl!TK2MSFTNGP08

..phx.gbl! TK2MSFTNGP12.phx.gblXref:cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:191260
X-Tomcat-NG:microsoft.public.dotnet.framework.aspnet

使用SmartNavigation的。 Windows2003 Server Framework 1.0(3705)IIS6和我
IIS配置为使用1.0框架。

任何想法为什么我会在
Smartnav.js中收到以下jscript错误?

htmlfile:指针无效。

它出现在第79行hdm.appendChild(k);

先谢谢了
Rod
From: "RodBillett" <No***@NoWhere.Com>
Subject: Smart Navigation Error
Date: Wed, 19 Nov 2003 09:17:39 -0700
Lines: 15
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.3790.0
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Message-ID: <ut**************@TK2MSFTNGP12.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: 216.150.210.194
Path: cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA05.phx.gbl!TK2MSFTNGP08
..phx.gbl!TK2MSFTNGP12.phx.gblXref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:191260
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Using SmartNavigation. Windows2003 Server Framework 1.0 (3705) IIS6 and I
have IIS configured to utilize the 1.0 framework.

Any Ideas why I would be getting the following jscript error within
Smartnav.js?

htmlfile: Invalid pointer.

it is occuring on line 79 hdm.appendChild(k);
Thanks in Advance
Rod






Jim,

我按你提供的方式应用了修改并收到以下内容

错误


"指令:0x7473d83a"引用内存在0x00000004。

内存无法读取。


只是为了确保它不是安装/配置问题我跑了

框架3705(_288 js文件)和4322.我确保我已经允许或禁止Web服务中的其他框架

扩展,以及当错误消息出现时 - 我验证了js文件

来自正确的子目录。


谢谢

Rod Billett 。


" Jim Cheshire [MSFT]" < JA ****** @ online.microsoft.com>在消息中写道

新闻:AJ ************** @ cpmsftngxa07.phx.gbl ...
Jim,
I applied the modification as you provided and am receiving the following
error

"the instruction at :0x7473d83a" referenced memory at "0x00000004". The
memory could not be "read".

Just to make sure it wasn''t a installation/configuration issue I ran with
both framework 3705 (_288 js files) and 4322. I made sure that I had
properly allowed or prohibited the other framework within Web Service
Extensions, and when the error message came up - I verified that the js file
was from the correct subdirectory.

Thanks
Rod Billett.

"Jim Cheshire [MSFT]" <ja******@online.microsoft.com> wrote in message
news:AJ**************@cpmsftngxa07.phx.gbl...
Rod,
我们正在调查smartnav.js文件中可能存在的错误。
您可以通过编辑行来解决这个问题:

if(k!= null)hdm.appendChild(k)

我'我们会在收到更多结论性信息后立即回复。

Jim Cheshire,MCSE,MCSD [MSFT]
开发人员支持
ASP.NET
< a href =mailto:ja ****** @ online.microsoft.com> ja ****** @ online.microsoft.com

这篇文章提供原样没有保证,也没有赋予任何权利。

--------------------
Rod,

We are investigating a possible bug in the smartnav.js file right now. You may be able to work around this by editing the line to read:

if (k != null) hdm.appendChild(k)

I''ll post back as soon as we have more conclusive information on this.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.
--------------------
来自:" ; RodBillett" < No *** @ NoWhere.Com>
主题:智能导航错误
日期:2003年11月19日星期三09:17:39 -0700
行数:15
X -Priority:3
X-MSMail-Priority:正常
X-Newsreader:Microsoft Outlook Express 6.00.3790.0
X-MimeOLE:微软MimeOLE制作V6.00.3790.0
消息ID:< ut ************** @ TK2MSFTNGP12.phx.gbl>
新闻组:microsoft.public.dotnet.framework.aspnet
NNTP-Posting -Host:216.150.210.194
路径:
From: "RodBillett" <No***@NoWhere.Com>
Subject: Smart Navigation Error
Date: Wed, 19 Nov 2003 09:17:39 -0700
Lines: 15
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.3790.0
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Message-ID: <ut**************@TK2MSFTNGP12.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: 216.150.210.194
Path:



cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA05.phx.gbl!TK2MSFTNGP08 phx.gbl!TK2MSFTNGP12。 phx.gbl


cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA05.phx.gbl!TK2MSFTNGP08 phx.gbl!TK2MSFTNGP12.phx.gbl

外部参照:cpmsftngxa07.phx.gbl
microsoft.public.dotnet.framework.aspnet:191260X-Tomcat-NG:microsoft.public.dotnet.framework.aspnet

使用SmartNavigation。 Windows2003 Server Framework 1.0(3705)IIS6和
Ihave IIS配置为使用1.0框架。

任何想法为什么我会在
Smartnav.js中收到以下jscript错误?

htmlfile:指针无效。

它出现在第79行hdm.appendChild(k);

先谢谢
Rod
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:191260X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Using SmartNavigation. Windows2003 Server Framework 1.0 (3705) IIS6 and Ihave IIS configured to utilize the 1.0 framework.

Any Ideas why I would be getting the following jscript error within
Smartnav.js?

htmlfile: Invalid pointer.

it is occuring on line 79 hdm.appendChild(k);
Thanks in Advance
Rod



嗨Rod,


哇,这是出乎意料的。我没有测试过,但肯定认为它应该工作。


继续将smartnav.js恢复到原始配置并且我'一旦我们知道appendChild方法发生了什么,就会在这里跟进


Jim Cheshire,MCSE,MCSD [MSFT]

开发人员支持

ASP.NET
ja *** ***@online.microsoft.com


此帖子按原样提供,不提供任何保证,也不授予任何权利。


--------------------
Hi Rod,

Wow, that''s unexpected. I didn''t test that, but sure thought it should
work.

Go ahead and restore the smartnav.js to its original configuration and I''ll
follow-up here once we know what''s going on with the appendChild method.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
From:" RodBillett" < No *** @ NoWhere.Com>
参考文献:< ut ************** @ TK2MSFTNGP12.phx.gbl>
< AJ ************** @ cpmsftngxa07.phx.gbl>主题:回复:智能导航错误
日期:星期四,2003年11月20日08:04: 27 -0700
行数:76
X-Priority:3
X-MSMail-Priority:正常
X-Newsreader:Microsoft Outlook Express 6.00.3790.0
X- MimeOLE:由Microsoft MimeOLE制作V6.00.3790.0
消息ID:< ul ************** @ tk2msftngp13.phx.gbl>
新闻组:microsoft .public.dotnet.framework.aspnet
NNTP-Posting-Host:216.150.210.194
路径:
cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA05.phx.gbl! TK2MSFTNGP08

.phx.gbl!tk2msftngp13.phx.gblXref:cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:191555
X-Tomcat-NG:microsoft.public。 dotnet.framework.aspnet

Jim,
我按你提供的方式应用了修改,并收到以下
错误

指令: 0x7473d83a"引用内存在0x00000004。
内存无法读取。

只是为了确保它不是安装/配置问题我用
框架3705(_288 js文件)运行我确保我已经正确地允许或禁止Web Service
Extensions中的其他框架,并且当出现错误消息时 - 我验证了js
文件来自正确的子目录。

感谢
Rod Billett。

Jim Cheshire [MSFT]" < JA ****** @ online.microsoft.com>在消息中写道
新闻:AJ ************** @ cpmsftngxa07.phx.gbl ...
From: "RodBillett" <No***@NoWhere.Com>
References: <ut**************@TK2MSFTNGP12.phx.gbl> <AJ**************@cpmsftngxa07.phx.gbl>Subject: Re: Smart Navigation Error
Date: Thu, 20 Nov 2003 08:04:27 -0700
Lines: 76
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.3790.0
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Message-ID: <ul**************@tk2msftngp13.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: 216.150.210.194
Path: cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA05.phx.gbl!TK2MSFTNGP08
.phx.gbl!tk2msftngp13.phx.gblXref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:191555
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Jim,
I applied the modification as you provided and am receiving the following
error

"the instruction at :0x7473d83a" referenced memory at "0x00000004". The
memory could not be "read".

Just to make sure it wasn''t a installation/configuration issue I ran with
both framework 3705 (_288 js files) and 4322. I made sure that I had
properly allowed or prohibited the other framework within Web Service
Extensions, and when the error message came up - I verified that the js filewas from the correct subdirectory.

Thanks
Rod Billett.

"Jim Cheshire [MSFT]" <ja******@online.microsoft.com> wrote in message
news:AJ**************@cpmsftngxa07.phx.gbl...
Rod,
我们正在调查smartnav.js文件中可能存在的错误。
Rod,

We are investigating a possible bug in the smartnav.js file right now.


可以通过编辑行来解决这个问题:

如果(k!= null)hdm.appendChild(k)

我们会在收到更多结论性信息后立即回复。
Jim Cheshire,MCSE,MCSD [MSFT]
开发人员支持
ASP.NET
ja ****** @ online.microsoft.com

此帖子按原样提供,不提供任何保证,也不授予任何权利。

--- -----------------
may be able to work around this by editing the line to read:

if (k != null) hdm.appendChild(k)

I''ll post back as soon as we have more conclusive information on this.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.
--------------------
>来自:" RodBillett" < No *** @ NoWhere.Com>
>主题:智能导航错误
>日期:2003年11月19日星期三09:17:39 -0700
>行: 15
> X-Priority:3
> X-MSMail-Priority:正常
> X-Newsreader:Microsoft Outlook Express 6.00.3790.0
> X-MimeOLE :由Microsoft MimeOLE制作V6.00.3790.0
>消息ID:< ut ************** @ TK2MSFTNGP12.phx.gbl>
>新闻组:microsoft.public.dotnet.framework.aspnet
> NNTP-Posting-Host:216.150.210.194
>路径:
>From: "RodBillett" <No***@NoWhere.Com>
>Subject: Smart Navigation Error
>Date: Wed, 19 Nov 2003 09:17:39 -0700
>Lines: 15
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.3790.0
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Message-ID: <ut**************@TK2MSFTNGP12.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: 216.150.210.194
>Path:


cpmsftngxa07.phx。 gbl!cpmsftngxa10.phx.gbl!TK2MSFT NGXA05.phx.gbl!TK2MSFTNGP0


cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFT NGXA05.phx.gbl!TK2MSFTNGP0



8


8

phx.gbl!TK2MSFTNGP12 .phx.gbl
phx.gbl!TK2MSFTNGP12.phx.gbl
>外部参照:cpmsftngxa07.phx.gblmicrosoft.public.dotnet.framework.aspnet:191260> X-Tomcat-NG:microsoft.public.dotnet.framework.aspnet
>
>使用SmartNavigation。 Windows2003 Server Framework 1.0(3705)IIS6和I>已配置IIS以使用1.0框架。
>
>任何想法为什么我会在
>中获得以下jscript错误Smartnav.js?
>
> htmlfile:指针无效。
>
>它出现在第79行hdm.appendChild(k);
>
>
>提前致谢
> Rod
>
>
>
>Xref: cpmsftngxa07.phx.gblmicrosoft.public.dotnet.framework.aspnet:191260 >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>Using SmartNavigation. Windows2003 Server Framework 1.0 (3705) IIS6 andI >have IIS configured to utilize the 1.0 framework.
>
>Any Ideas why I would be getting the following jscript error within
>Smartnav.js?
>
>htmlfile: Invalid pointer.
>
>it is occuring on line 79 hdm.appendChild(k);
>
>
>Thanks in Advance
>Rod
>
>
>







这篇关于智能导航错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆