1
General Board / Script error?
« on: October 21, 2006, 02:59:14 am »
When clicking on 'Design Model' in Visual Studio, I get this error: "A Runtime Error has occured. Do you whish to Debug?", Line: 11, Error: Object expected.
If I answer 'Yes', I come to this file:
<!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">
<head>
<title>Design Model</title>
<link href="file=ea.css" type="text/css" rel="stylesheet" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script src="file=ea.js" type="text/javascript"></script>
</head>
<body onLoad="PageDetails('model_url'); ToggleShowFirst(); ShowAfterRefresh(); SetHomePage(this.location);" oncontextmenu="return false">
<script>ClickObjectIcon('tree','26','diagram');
What is the solution?
If I answer 'Yes', I come to this file:
<!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">
<head>
<title>Design Model</title>
<link href="file=ea.css" type="text/css" rel="stylesheet" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script src="file=ea.js" type="text/javascript"></script>
</head>
<body onLoad="PageDetails('model_url'); ToggleShowFirst(); ShowAfterRefresh(); SetHomePage(this.location);" oncontextmenu="return false">
<script>ClickObjectIcon('tree','26','diagram');
What is the solution?