Where is the .NET Framework Configuration Tool in .NET SDK 3.5
Where is the .NET Framework Configuration Tool in .NET SDK 3.5
am 03.04.2008 09:35:34 von Robert Kochem
Hi,
I have some problems locating .NET Framework Configuration Tool for
configuring an snk as fully trusted. On the PC I want to do this only
the frameworks up to 3.5 were installed therefore I wanted to download
the .Net SDK 2.0 - but the download page said that it is outdated [1],
superseded by the "Windows SDK for Windows Server 2008 and .NET
Framework 3.5". Therefore I downloaded the WebInstaller and installed
all .Net related packages. After installation I wanted to open .NET
Framework Configuration Tool but it is nowhere to find neither in
start menu nor on hard disk. Did Microsoft forget to include it in
the .NET SDK 3.5?
Robert
[1]http://www.microsoft.com/downloads/details.aspx?FamilyID= fe6f2099-
b7b4-4f47-a244-c96d69c35dec&displaylang=en
Re: Where is the .NET Framework Configuration Tool in .NET SDK 3.5 (Mscorcfg.msc)?
am 03.04.2008 16:19:35 von Norman Yuan
There isn't .NET Framework 3.5 Configuration Applet as .NET 1.x/2.0.
..NET 3.5 is just .NET 2.0 + SP1 + extra add-on (.NET3.0 SP1+.NET3.5). That
is, .NET2.0 is the major part of so called .NET 3.5 plus something added to
it (WPF, WF, WCF...).
So, you still use .NET 2.0 Configuration Applet (when .NET2.0 SDK
installed), or .NET2.0's CASPOL.exe (when no SDK installed).
"Robert Kochem" wrote in message
news:78997d94-4e98-4253-b7bb-ea33839a3ad7@24g2000hsh.googleg roups.com...
> Hi,
>
> I have some problems locating .NET Framework Configuration Tool for
> configuring an snk as fully trusted. On the PC I want to do this only
> the frameworks up to 3.5 were installed therefore I wanted to download
> the .Net SDK 2.0 - but the download page said that it is outdated [1],
> superseded by the "Windows SDK for Windows Server 2008 and .NET
> Framework 3.5". Therefore I downloaded the WebInstaller and installed
> all .Net related packages. After installation I wanted to open .NET
> Framework Configuration Tool but it is nowhere to find neither in
> start menu nor on hard disk. Did Microsoft forget to include it in
> the .NET SDK 3.5?
>
> Robert
>
> [1]http://www.microsoft.com/downloads/details.aspx?FamilyID= fe6f2099-
> b7b4-4f47-a244-c96d69c35dec&displaylang=en
Re: Where is the .NET Framework Configuration Tool in .NET SDK 3.5
am 04.04.2008 09:40:28 von Robert Kochem
Hi Norman.
> .NET 3.5 is just .NET 2.0 + SP1 + extra add-on (.NET3.0 SP1+.NET3.5). That
> is, .NET2.0 is the major part of so called .NET 3.5 plus something added to
> it (WPF, WF, WCF...).
I knew that this applys for the .Net Framework as I wrote this is not
true for the .Net SDK, as the 3.5 SDK does not include the 2.0 SDK.
> So, you still use .NET 2.0 Configuration Applet (when .NET2.0 SDK
> installed), or .NET2.0's CASPOL.exe (when no SDK installed).
I prefer a GUI version, therefore I installed .NET SDK 2.0 and added
my strong name key as fully trusted - but it did not helped me much as
my application still refuses to work. Looks like Microsoft replaced
the DLL hell with a .Net configuration hell. Can't say which hell is
worse :-(
Robert
Re: Where is the .NET Framework Configuration Tool in .NET SDK 3.5 (Mscorcfg.msc)?
am 04.04.2008 16:08:44 von Norman Yuan
"Robert Kochem" wrote in message
news:27256a70-e0c6-4dd6-95d7-f05f9d72796a@m3g2000hsc.googleg roups.com...
> Hi Norman.
>
>> .NET 3.5 is just .NET 2.0 + SP1 + extra add-on (.NET3.0 SP1+.NET3.5).
>> That
>> is, .NET2.0 is the major part of so called .NET 3.5 plus something added
>> to
>> it (WPF, WF, WCF...).
>
> I knew that this applys for the .Net Framework as I wrote this is not
> true for the .Net SDK, as the 3.5 SDK does not include the 2.0 SDK.
>
>> So, you still use .NET 2.0 Configuration Applet (when .NET2.0 SDK
>> installed), or .NET2.0's CASPOL.exe (when no SDK installed).
>
> I prefer a GUI version, therefore I installed .NET SDK 2.0 and added
> my strong name key as fully trusted - but it did not helped me much as
> my application still refuses to work. Looks like Microsoft replaced
> the DLL hell with a .Net configuration hell. Can't say which hell is
> worse :-(
In the regard of .NET configuration tool, the GUI is simply doing the same
thing as you do with command tool CASPOL.exe. It is with .NET2.0 SDK,
installing .NET 3.5 does not have affect on this. No DLL hell here for sure.
If it does not work for you, I can only say that you did not do iy
correctly.
>
> Robert