Does anyone have a solution? Please, this is very frustrating.
Christopher,
Reinstalling the Windows Scrpting Host
(http://www.microsoft.com/downloads/details.aspx?FamilyID=c717d943-7e4b-4622
-86eb-95a22b832caa&DisplayLang=en) should resolve this issue.
Thanks! Robert Gruen
Microsoft, VB.NET
This posting is provided "AS IS", with no warranties, and confers no rights.
--------------------
| From: "Christopher Vendemio [495737]" <bangbang023@hotmail.com>
| References: <eOMe8Pl0DHA.2604@TK2MSFTNGP09.phx.gbl>
[quoted text clipped - 10 lines]
| NNTP-Posting-Host: ool-18b96f27.dyn.optonline.net 24.185.111.39
| Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.
phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.vsnet.general:15598
| X-Tomcat-NG: microsoft.public.vsnet.general
|
| Does anyone have a solution? Please, this is very frustrating.
Darrell Scott - 14 Jan 2004 20:30 GMT
Hi,
I just encountered this problem today. Reinstalling WSH
5.6 didn't work for me. I isolated the problem to Program
Files\Microsoft Visual Studio .NET\Vb7
\VBWizards\WinForm\Scripts\1033\default.js.
The line
var refs = VSProject.References;
is causing an exception (error no -2147319779).
Since the project references required for Windows forms
are already in place from the initial creation of a
project (this functions perfectly), I don't care if I
can't add those same references again. A workaround for
me at the moment is to change default.js such that the
form file is created and added to the project before
attempting to add the references. I also check for error -
2147319779 and return 0 so no error message is displayed.
I'd like to know the root cause all the same though!
Thanks,
Darrell
>-----Original Message-----
>Christopher,
[quoted text clipped - 31 lines]
>
>.
Sean Wilkins - 11 Feb 2004 20:58 GMT
How do you resolve this issue? I reinstalled the Scirpting 5.6 exe and
reinstalled the newest MDAC 2.8, what else can I do?
> Hi,
>
[quoted text clipped - 66 lines]
> >
> >.
the link is down. Can you plase point to a working one.
Nevermind, I found a working link for the install, version 5.6. Thank you so
much. I have been trying to fix this for at least 3 months now.