|
 |
aspx_beginners thread: .NET
Message #1 by "Tony Davies" <tony.davies@i...> on Sun, 9 Dec 2001 13:59:35
|
|
I have installed .NET Beta 2. When I try and create a project, I receive
an error which reads
An error occured while loading the document. Fix the error, and then
try loading the document again. The error message follows:
File or assembly name EnvDTE, or one of its dependencies, was not found.
I have seen a post that suggests that re-registering the EnvDTE DLL might
fix the problem. Can anybody explain how to do this?
Thanx for any help you can offer.
Message #2 by "Mitch Denny" <mitch.denny@w...> on Mon, 10 Dec 2001 09:59:48 +1100
|
|
Tony,
I'm pretty sure that EnvDTE is a pure .NET assembly, it
exists in the following directory:
%SystemRoot%\Microsoft .NET\<version>\EnvDTE.dll
I couldn't see the EnvDTE.dll assembly registered in the
GAC on my machine, so I suspect that that isn't the root
cause of your problem. Is COM interop working on your
system? Maybe the problem is more systemic.
----------------------------------------
- Mitch Denny
- http://www.warbyte.com
- mitch.denny@w...
- +61 (414) 610-141
-
> -----Original Message-----
> From: Tony Davies [mailto:tony.davies@i...]
> Sent: Sunday, 9 December 2001 2:00 PM
> To: aspx_beginners
> Subject: [aspx_beginners] .NET
>
>
> I have installed .NET Beta 2. When I try and create a
> project, I receive
> an error which reads
>
> An error occured while loading the document. Fix the
> error, and then
> try loading the document again. The error message follows:
>
> File or assembly name EnvDTE, or one of its dependencies,
> was not found.
>
> I have seen a post that suggests that re-registering the
> EnvDTE DLL might
> fix the problem. Can anybody explain how to do this?
>
> Thanx for any help you can offer.
> $subst('Email.Unsub').
>
Message #3 by "Todd Bryant" <Todd.Bryant@n...> on Tue, 11 Dec 2001 08:22:44 -0800
|
|
Tony,
envdte.dll is a pure DotNet Assembley. It should be located in your
global assembly cache. Below is the path to mine on my machine.
C:/WINNT/microsoft.net/framework/v1.0.2914/envdte.dll
Once you find it, all you have to do is drag and drop it into your
Global Assembly Cache using Windows explorer.
The path to the cache should be
C:\winnt\assembly
Good Luck
Todd Bryant
Netdesk Corporation
xxx.xxx.xxxx FAX xxx.xxx.xxxx
e-mail: Todd.Bryant@n...
Get Ready for .NET at http://www.netdesk.com/nettraining
-----Original Message-----
From: Tony Davies [mailto:tony.davies@i...]
Sent: Sunday, December 09, 2001 6:00 AM
To: aspx_beginners
Subject: [aspx_beginners] .NET
I have installed .NET Beta 2. When I try and create a project, I
receive
an error which reads
An error occured while loading the document. Fix the error, and then
try loading the document again. The error message follows:
File or assembly name EnvDTE, or one of its dependencies, was not
found.
I have seen a post that suggests that re-registering the EnvDTE DLL
might
fix the problem. Can anybody explain how to do this?
Thanx for any help you can offer.
$subst('Email.Unsub').
Message #4 by "Tony Davies" <tony.davies@i...> on Wed, 12 Dec 2001 18:48:35 -0000
|
|
Todd,
Thanks for that. I've got it working now.
Tony Davies.
-----Original Message-----
From: Todd Bryant [mailto:Todd.Bryant@n...]
Sent: 11 December 2001 16:23
To: aspx_beginners
Subject: [aspx_beginners] RE: .NET
Tony,
envdte.dll is a pure DotNet Assembley. It should be located in your
global assembly cache. Below is the path to mine on my machine.
C:/WINNT/microsoft.net/framework/v1.0.2914/envdte.dll
Once you find it, all you have to do is drag and drop it into your
Global Assembly Cache using Windows explorer.
The path to the cache should be
C:\winnt\assembly
Good Luck
Todd Bryant
Netdesk Corporation
xxx.xxx.xxxx FAX xxx.xxx.xxxx
e-mail: Todd.Bryant@n...
Get Ready for .NET at http://www.netdesk.com/nettraining
-----Original Message-----
From: Tony Davies [mailto:tony.davies@i...]
Sent: Sunday, December 09, 2001 6:00 AM
To: aspx_beginners
Subject: [aspx_beginners] .NET
I have installed .NET Beta 2. When I try and create a project, I
receive
an error which reads
An error occured while loading the document. Fix the error, and then
try loading the document again. The error message follows:
File or assembly name EnvDTE, or one of its dependencies, was not
found.
I have seen a post that suggests that re-registering the EnvDTE DLL
might
fix the problem. Can anybody explain how to do this?
Thanx for any help you can offer.
$subst('Email.Unsub').
$subst('Email.Unsub').
Message #5 by "srikieat" <srikieat@y...> on Thu, 20 Dec 2001 07:21:08
|
|
Hi all developers,
I am asp developer. I try to use asp.net to develop some web application.
I have installed Visual Studio.net Beta1. I use this tool to create .net
application and I install SQL 2000 too. When I connect to this database ,
it has some error occured.
The error line is
<%@ import namespace ="system.data.sqlclient" %>
The error description is
BC30466: The namespace or type 'sqlclient' for the
import 'System.data.sqlclient' cannot be found.
What wrong with it? Please help...
Message #6 by Elissa Setarehshenas <elissasetareh@y...> on Thu, 20 Dec 2001 05:44:31 -0800 (PST)
|
|
srikieat,
Whatever you do don't use Beata1. Its full of bugs
and very different from Beta2. Anything you do in
Beta1 will have to be done over again in Beta2. Try
to get Beta2 and start from there.
Good Luck,
Elissa
--- srikieat <srikieat@y...> wrote:
> Hi all developers,
> I am asp developer. I try to use asp.net to develop
> some web application.
> I have installed Visual Studio.net Beta1. I use this
> tool to create .net
> application and I install SQL 2000 too. When I
> connect to this database ,
> it has some error occured.
>
> The error line is
>
> <%@ import namespace ="system.data.sqlclient" %>
>
> The error description is
>
> BC30466: The namespace or type 'sqlclient' for the
> import 'System.data.sqlclient' cannot be found.
>
> What wrong with it? Please help...
>
>
>
$subst('Email.Unsub').
__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com
|
|
 |