Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - RC1 Presentation*.dll trouble with VS 2005

 
 
Old 09-06-2006   #1 (permalink)
bonk


 
 

RC1 Presentation*.dll trouble with VS 2005

After installing the .NET Runtime 3.0 RC1 as well as the Windows SDK RC1,
Visual Studio is not capable of finding any WPF dlls (PresentationCore.dll,
PresentationFramework.dll etc.) in the GAC. Allthough they definatedly ARE
installed in the GAC (I doubledchecked). When I try to add references to
those Dlls in a C# project in Visual Studio 2005 Team System, those
Assemblys are not listed (under the ".NET" tab). When I copy those dlls from
the GAC into my local project directory everything compiles and runs fine
tough.
This brings me to two questions:

1.) How does VS dteremine, wich Assemblies show up under the ".NET"-tab in
the "Add Reference"-Dialog? Exactly what folders or exactly what registry
keys does it scan?

2.) How can I make those assemblies stored in the GAC show up in
the".NET"-tab in the "Add Reference"-Dialog. (I already tried to uninstall
and reinstall the assemblies in question using the explorer shell extension
as well as gacutil.exe - no luck).



My System SpecsSystem Spec
Old 09-06-2006   #2 (permalink)
Dennis Cheng [MSFT]


 
 

Re: RC1 Presentation*.dll trouble with VS 2005

The "Add Reference" dialog looks for Net3.0 references in
"%ProgramFiles%\Reference Assemblies\Microsoft\Framework\v3.0". There must
have been a setup problem if the assemblies are not there. Can you double
check? thanks


"bonk" <bitbonk@msn.com> wrote in message
news:e5lJrBd0GHA.1304@TK2MSFTNGP05.phx.gbl...
> After installing the .NET Runtime 3.0 RC1 as well as the Windows SDK RC1,
> Visual Studio is not capable of finding any WPF dlls
> (PresentationCore.dll, PresentationFramework.dll etc.) in the GAC.
> Allthough they definatedly ARE installed in the GAC (I doubledchecked).
> When I try to add references to those Dlls in a C# project in Visual
> Studio 2005 Team System, those Assemblys are not listed (under the ".NET"
> tab). When I copy those dlls from the GAC into my local project directory
> everything compiles and runs fine tough.
> This brings me to two questions:
>
> 1.) How does VS dteremine, wich Assemblies show up under the ".NET"-tab in
> the "Add Reference"-Dialog? Exactly what folders or exactly what registry
> keys does it scan?
>
> 2.) How can I make those assemblies stored in the GAC show up in
> the".NET"-tab in the "Add Reference"-Dialog. (I already tried to uninstall
> and reinstall the assemblies in question using the explorer shell
> extension as well as gacutil.exe - no luck).
>
>



My System SpecsSystem Spec
Old 11-14-2006   #3 (permalink)
Gary


 
 

Re: RC1 Presentation*.dll trouble with VS 2005

I am having the same problem with the RTM release. The assemblies do
exist in the location you mentioned, but they are not available in
Visual Studio's "Add Reference" dialog. I have to browse for the files
manually. I received no errors during setup. I can build and run apps
fine, but I have to manually hunt down the DLLs for every new project.

Dennis Cheng [MSFT] wrote:
> The "Add Reference" dialog looks for Net3.0 references in
> "%ProgramFiles%\Reference Assemblies\Microsoft\Framework\v3.0". There must
> have been a setup problem if the assemblies are not there. Can you double
> check? thanks
>
>
> "bonk" <bitbonk@msn.com> wrote in message
> news:e5lJrBd0GHA.1304@TK2MSFTNGP05.phx.gbl...
>> After installing the .NET Runtime 3.0 RC1 as well as the Windows SDK RC1,
>> Visual Studio is not capable of finding any WPF dlls
>> (PresentationCore.dll, PresentationFramework.dll etc.) in the GAC.
>> Allthough they definatedly ARE installed in the GAC (I doubledchecked).
>> When I try to add references to those Dlls in a C# project in Visual
>> Studio 2005 Team System, those Assemblys are not listed (under the ".NET"
>> tab). When I copy those dlls from the GAC into my local project directory
>> everything compiles and runs fine tough.
>> This brings me to two questions:
>>
>> 1.) How does VS dteremine, wich Assemblies show up under the ".NET"-tab in
>> the "Add Reference"-Dialog? Exactly what folders or exactly what registry
>> keys does it scan?
>>
>> 2.) How can I make those assemblies stored in the GAC show up in
>> the".NET"-tab in the "Add Reference"-Dialog. (I already tried to uninstall
>> and reinstall the assemblies in question using the explorer shell
>> extension as well as gacutil.exe - no luck).
>>
>>

>
>

My System SpecsSystem Spec
Old 11-17-2006   #4 (permalink)
Dennis Cheng [MSFT]


 
 

Re: RC1 Presentation*.dll trouble with VS 2005

Sounds like a setup problem with the VS Extensions. Can you try uninstalling
and re-installing the November CTP of the VS extensions with .Net 3.0?
Hopefully that re-write the registry extry to fix the problem.


"Gary" <gary@discussions.microsoft.com> wrote in message
news:ubR%23nECCHHA.3448@TK2MSFTNGP03.phx.gbl...
>I am having the same problem with the RTM release. The assemblies do exist
>in the location you mentioned, but they are not available in Visual
>Studio's "Add Reference" dialog. I have to browse for the files manually. I
>received no errors during setup. I can build and run apps fine, but I have
>to manually hunt down the DLLs for every new project.
>
> Dennis Cheng [MSFT] wrote:
>> The "Add Reference" dialog looks for Net3.0 references in
>> "%ProgramFiles%\Reference Assemblies\Microsoft\Framework\v3.0". There
>> must have been a setup problem if the assemblies are not there. Can you
>> double check? thanks
>>
>>
>> "bonk" <bitbonk@msn.com> wrote in message
>> news:e5lJrBd0GHA.1304@TK2MSFTNGP05.phx.gbl...
>>> After installing the .NET Runtime 3.0 RC1 as well as the Windows SDK
>>> RC1, Visual Studio is not capable of finding any WPF dlls
>>> (PresentationCore.dll, PresentationFramework.dll etc.) in the GAC.
>>> Allthough they definatedly ARE installed in the GAC (I doubledchecked).
>>> When I try to add references to those Dlls in a C# project in Visual
>>> Studio 2005 Team System, those Assemblys are not listed (under the
>>> ".NET" tab). When I copy those dlls from the GAC into my local project
>>> directory everything compiles and runs fine tough.
>>> This brings me to two questions:
>>>
>>> 1.) How does VS dteremine, wich Assemblies show up under the ".NET"-tab
>>> in the "Add Reference"-Dialog? Exactly what folders or exactly what
>>> registry keys does it scan?
>>>
>>> 2.) How can I make those assemblies stored in the GAC show up in
>>> the".NET"-tab in the "Add Reference"-Dialog. (I already tried to
>>> uninstall and reinstall the assemblies in question using the explorer
>>> shell extension as well as gacutil.exe - no luck).
>>>
>>>

>>


My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
Presentation Settings - Turn On or Off Tutorials
Presentation Mode Vista General
Presentation instability Vista performance & maintenance
Installing Visual Studio 2005 Std Ed, SQL Server 2005 Expr./Compac Vista installation & setup
Printer sharing trouble between Vista RC1 and XP MCE 2005 Vista networking & sharing


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46