473,503 Members | 2,259 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

300Mb Download to run a .NET2.0 Application?


I spent most of yesterday looking into this, and still didn't really find
an answer...

I have a .NET2.0 app that I need to install on a server, and then possibly
several other servers later, it requires access to LAN and internet. I
installed the 20mb Framework, then drop my program on there, but theres no
Framework Configuration for 2.0 only the 1.1 version (MSCORCFG.MSC) so I
can't alter the security, and so my app fails to access the LAN etc.

I then tried copying the 2.0 MSCORCFG.MSC and DLL across to see if I can
run that, but it failed.

The only way I see of resolving this is to install the .NET2.0 SDK on each
server and PC. All the applications I develop require LAN and Internet
access, and some require installing onto several PCs, so a 300mb Download
isn't really acceptable.

Scott
Nov 29 '05 #1
5 4928
Scott,

You only need the framework redist package.

32bit 23 megs
http://www.microsoft.com/downloads/d...displaylang=en

64bit x64 version 46 megs
http://www.microsoft.com/downloads/d...displaylang=en

64bit ia64 version 53 megs
http://www.microsoft.com/downloads/d...displaylang=en

Ken
------------------
"Scott H" <x@y.com> wrote in message
news:op***************@scottupstairs.custardgroup. co.uk...

I spent most of yesterday looking into this, and still didn't really find
an answer...

I have a .NET2.0 app that I need to install on a server, and then possibly
several other servers later, it requires access to LAN and internet. I
installed the 20mb Framework, then drop my program on there, but theres no
Framework Configuration for 2.0 only the 1.1 version (MSCORCFG.MSC) so I
can't alter the security, and so my app fails to access the LAN etc.

I then tried copying the 2.0 MSCORCFG.MSC and DLL across to see if I can
run that, but it failed.

The only way I see of resolving this is to install the .NET2.0 SDK on each
server and PC. All the applications I develop require LAN and Internet
access, and some require installing onto several PCs, so a 300mb Download
isn't really acceptable.

Scott

Nov 29 '05 #2
"Ken Tucker [MVP]" <vb***@bellsouth.net> schrieb:
You only need the framework redist package.

32bit 23 megs
http://www.microsoft.com/downloads/d...displaylang=en


.... which doesn't include the control panel.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 29 '05 #3

Sorry Ken, but Theres no "Framework 2.0 Configuration" when the 23mb
Framework is installed, so I can't alter the security, tried it on two
Windows 2003 Servers now, then I put the SDK on one of them, and the
Config program appeared.

Its not that its simply not putting it in the start menu, the MSCORCFG.MSC
for 2.0 is not on the PC.

Ouch! So maybe I should stick with .NET 1.1 and wait for .NET 2.1 to come
out :-)

On Tue, 29 Nov 2005 11:26:10 -0000, Ken Tucker [MVP] <vb***@bellsouth.net>
wrote:
Scott,

You only need the framework redist package.

32bit 23 megs
http://www.microsoft.com/downloads/d...displaylang=en

64bit x64 version 46 megs
http://www.microsoft.com/downloads/d...displaylang=en

64bit ia64 version 53 megs
http://www.microsoft.com/downloads/d...displaylang=en

Ken
------------------
"Scott H" <x@y.com> wrote in message
news:op***************@scottupstairs.custardgroup. co.uk...

I spent most of yesterday looking into this, and still didn't really
find
an answer...

I have a .NET2.0 app that I need to install on a server, and then
possibly
several other servers later, it requires access to LAN and internet. I
installed the 20mb Framework, then drop my program on there, but theres
no
Framework Configuration for 2.0 only the 1.1 version (MSCORCFG.MSC) so I
can't alter the security, and so my app fails to access the LAN etc.

I then tried copying the 2.0 MSCORCFG.MSC and DLL across to see if I can
run that, but it failed.

The only way I see of resolving this is to install the .NET2.0 SDK on
each
server and PC. All the applications I develop require LAN and Internet
access, and some require installing onto several PCs, so a 300mb
Download
isn't really acceptable.

Scott



Nov 29 '05 #4
"Scott H" <x@y.com> schrieb:
Sorry Ken, but Theres no "Framework 2.0 Configuration" when the 23mb
Framework is installed, so I can't alter the security, tried it on two
Windows 2003 Servers now, then I put the SDK on one of them, and the
Config program appeared.
You can actually still alter security by using the "CASPOL.EXE" command-line
tool which is IIRC still part of the .NET Framework. In large heterogenous
corporate networks it may be possible to deploy a security policy via an MSI
package alternatively:

How do I deploy my security policy?
<URL:http://staff.newtelligence.net/michaelw/PermaLink.aspx?guid=b424f73a-f762-42e2-9046-edaa08a75b8c>
Its not that its simply not putting it in the start menu, the MSCORCFG.MSC
for 2.0 is not on the PC.


Maybe the control-panel applet has been removed because it has been rarely
used by "home users". I cannot imagine a home user changing security
settings for an assembly without reducing security by setting the wrong
options...

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 30 '05 #5

Thanks, I'll have a look at that URL, as I'm still not clear on that.

I have found a kind of solution that seems to work well, and I can't
belive how easy it is...there must be a catch :-)

The new "ClickOnce" technology. Not only does it install the framework if
required, but sets the security, installs a shortcut and updates itself,
all I have to do is "Publish"...Brilliant!

It seems to be working well so far.

Scott


On Wed, 30 Nov 2005 00:35:35 -0000, Herfried K. Wagner [MVP]
<hi***************@gmx.at> wrote:
"Scott H" <x@y.com> schrieb:
Sorry Ken, but Theres no "Framework 2.0 Configuration" when the 23mb
Framework is installed, so I can't alter the security, tried it on two
Windows 2003 Servers now, then I put the SDK on one of them, and the
Config program appeared.


You can actually still alter security by using the "CASPOL.EXE"
command-line tool which is IIRC still part of the .NET Framework. In
large heterogenous corporate networks it may be possible to deploy a
security policy via an MSI package alternatively:

How do I deploy my security policy?
<URL:http://staff.newtelligence.net/michaelw/PermaLink.aspx?guid=b424f73a-f762-42e2-9046-edaa08a75b8c>
Its not that its simply not putting it in the start menu, the
MSCORCFG.MSC for 2.0 is not on the PC.


Maybe the control-panel applet has been removed because it has been
rarely used by "home users". I cannot imagine a home user changing
security settings for an assembly without reducing security by setting
the wrong options...


Nov 30 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1255
by: Roman Troshkov | last post by:
Hello, I Hope to see any opinions on this problem: After installing Net framework 2 on one of our Win2003 Web server I have experiencing trouble accessing MS SQL 2000 database. Configuration...
2
1323
by: D. Shane Fowlkes | last post by:
ASP.NET 2 (VB) I'm experimenting with MS VWD and .NET2. I'm tinkering with the Code Behind method as demonstrated on MS's tutorial at...
1
1673
by: Winista | last post by:
I have a library that reads PDF file and manipilates its content. And I use SharpZip library to decompress the streams included in PDF file. All well and good. I have 3 lines of my test code that...
4
2501
by: hvj | last post by:
I need to run a .NET1.1 program in a .NET2.0 CLR. The .NET1.1 exe starts correctly in .NET2.0. Now I want to debug in Visual Studio 2005. But when I try to open the .NET1.1 project, Visual Studio...
1
1165
by: Palani | last post by:
Hi I have started writing an ASP.NET2.0 FTP web client, I would like to use FTPWebRequest class. I am new to ASP.NET2.0. Can anybody help me with a sample ASP.NET application?
4
1925
by: dreamamit2001 | last post by:
Hi, I would like to know the ASP.NET2.0's(Controls, Menubar, Validations, Object Data Souce Controls, Treeview Control) compatibility with IE5.0 browser on Mac OS. If I don't use Client side...
3
1404
by: Marcus | last post by:
Hi, I converted my .Net1.1 application (written in VS2003) to a .Net2.0 application. I let VS2005 do the job as it suggested when trying to load my VS2003 project in VS2005. I then included the...
1
1318
by: =?Utf-8?B?SWJyYWhpbQ==?= | last post by:
I have probelm to deploy ASP.net2 Application implement in this Application the Virtual path provider techinque what I have done : 1- built the web Application with Asp.net2 as File system...
3
2700
by: cypherkro | last post by:
Hi I have a requirement to automatically download a file using a WebBrowser control without having the "Download File" pop up windows display. I cannot use Webclient!! I am using VS2005, .net2...
0
7093
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7357
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7012
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7468
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5598
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4690
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3180
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3171
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
748
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.