VSNET: Problems adding VS 2005 extensions for .Net 3.0

D

Dave

I am running vs.net 2005 on an up to date XP SP2 system.

I just added the .Net 3.0 framework as well as the "Windows SDK for
Windows Vista" just fine.

I think I am supposed to add the two VS 2005 extensions for .Net Framework
3.0 for WWF and another for WCF and WPF. Problem is I get an unspecified
error
(see below) trying to install each of them and am merely allowed to report
the problem
to MSFT but did not see any logs etc. and am told the install failed.

If I run VS with just the SDK installed I can see that I am already able
to build projects for .Net Framework 3.0 for WCF and WPF so I am now
wondering if I should actually be installing the extension that supposedly
adds
these types of projects. On the other hand I see nothing for a WWF project.

So...after installing the Vista SDK should one install the VS 2005
extensions for WCF, WPF and WWF??? Prereq says the SDK is necessary
but doesn't specify the version. The Vista SDK that I installed is V6.

Here are some of the error from the app event log:

Product: Visual Studio 2005 extensions for .NET Framework 3.0 (WCF & WPF),
November 2006 CTP -- Error 1722. There is a problem with this Windows
Installer package. A program run as part of the setup did not finish as
expected. Contact your support personnel or package vendor. Action
InstallVSTemplates, location: C:\Program Files\Microsoft Visual Studio
8\Common7\IDE\devenv.exe, command: /setup

Bucket 250460925, bucket table 1, faulting application devenv.exe, version
8.0.50727.42, stamp 4333e699, faulting module ntdll.dll, version
5.1.2600.2180, stamp 411096b4, debug? 0, fault address 0x0003215b.

Faulting application devenv.exe, version 8.0.50727.42, stamp 4333e699,
faulting module ntdll.dll, version 5.1.2600.2180, stamp 411096b4, debug? 0,
fault address 0x0003215b.

[and a lot of these template errors]
Error in Template (c:\Program Files\Microsoft Visual Studio
8\Common7\IDE\ItemTemplates\Web\VisualBasic\WinFxServiceItemTemplate.zip),
file (WinFxService.vstemplate). Unknown element (MaxFrameworkVersion).
Parsing will attempt to recover.

Thanks,

Dave Kolb
DotNetCodeSlingers.com
 
M

Michael Nemtsev

Hello Dave,

D> So...after installing the Vista SDK should one install the VS 2005
D> extensions for WCF, WPF and WWF???
Try to install extensions first and then SDK

D> Prereq says the SDK is necessary but doesn't specify the version. The
Vista SDK that I installed is
D> V6.

Where did u get the SDK? Are u sure that u use the latest version?
There are http://msdn.microsoft.com/windowsvista/downloads/products/default.aspx
is the latest version which works fine


---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
D

Dave

Yes I installed the Vista version of the SDK - version 6000.0.0 it says.
That installed and works just fine.

It is the 2 VSNET 2005 extension packages for WCF, WPF and WWF that did not
install.

Thanks,
Dave
 
M

Michael Nemtsev

Hello Dave,

Do u use the .NET 3.0 RTM? the release version?
Have u had any other version previousy installed? if had, download and run
pre-release .NET removal tools.
try to clear the temporary folders where they are extracted before install


D> Yes I installed the Vista version of the SDK - version 6000.0.0 it
D> says. That installed and works just fine.
D>
D> It is the 2 VSNET 2005 extension packages for WCF, WPF and WWF that
D> did not install.
D>
D> Thanks,
D> Dave
D> D>
Hello Dave,

D> So...after installing the Vista SDK should one install the VS 2005
D> extensions for WCF, WPF and WWF??? Try to install extensions first
and
then SDK
D> Prereq says the SDK is necessary but doesn't specify the version.
The
Vista SDK that I installed is
D> V6.
Where did u get the SDK? Are u sure that u use the latest version?
There are
http://msdn.microsoft.com/windowsvista/downloads/products/default.asp
x is the latest version which works fine

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour
"At times one remains faithful to a cause only because its opponents
do not cease to be insipid." (c) Friedrich Nietzsche
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
D

Dave

Michael,

I think I installed the recently released final .Net 3.0 and had never
installed any previous 3.0 version.
File was called fx3setup.exe says it is version 3.0.04506.30 and calls
itself "SFX Setup".
Will try deleting the temp directories.

Thanks,
Dave

[snip from Michaels email]
Do u use the .NET 3.0 RTM? the release version?
Have u had any other version previousy installed? if had, download and run
pre-release .NET removal tools.
try to clear the temporary folders where they are extracted before install


PS: don't reply me by email, reply to newsgroup
[snip from Michaels email]
 
M

Michael Nemtsev

Hello Dave,

D> I think I installed the recently released final .Net 3.0 and had
D> never
D> installed any previous 3.0 version.
D> File was called fx3setup.exe says it is version 3.0.04506.30 and
D> calls
D> itself "SFX Setup".
D> Will try deleting the temp directories.

If this doent help ask guys from the windows.developer.winfx.* groups about
your problem

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top