If I have the following code in a open document:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>New document</title>
<meta name="generator" content="TSW WebCoder 2009" />
<script type="text/javascript" src="C:\Users\Martin\Documents\Askjaer-MS\galleryNew\scripts\jquery.js">
</script>
</head>
<body>
</body>
</html>
This error shows up everytime I enter the document, also when I switch between more documents.
When submitting this error, only the following details will be sent. No private information is included!
Message: Objektreferencen er ikke indstillet til en forekomst af et objekt.
TSW WebCoder version: 2009 (8.00 final beta 4)
Windows version: Microsoft Windows NT 6.0.6001 Service Pack 1
IE version: 7.0.6001.18000
Exception type: System.NullReferenceException
Target site: JSParser.JSObjects.JsVariable ParseVariableDeclaration(System.Collections.Generic.List`1[JSParser.DataStructures.Node], Int32 ByRef, JSParser.Interfaces.IScope)
Stacktrace: ved JSParser.Parser.ParserIntern.ParseVariableDeclaration(List`1 nodes, Int32& index, IScope scope)
ved JSParser.Parser.ParserIntern.ParseFunction(List`1 nodes, Int32& index, IScope scope)
ved JSParser.Parser.ParserIntern.ParseDocument(List`1 nodes)
ved JSParser.Parser.Parser.Parse(String code, String[] knownSymbols, String filename)
ved JSParser.Parser.Parser.Parse(String code)
ved TSW.WebCoder.Classes.LinkedJavaScriptFile.ParseDocument(Boolean forceReparse)
ved TSW.WebCoder.MainForm.HtmlParserBackgroundWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
ved System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
ved System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
Regards Martin
