-
.Net framework
I have just completed my first asp.net application, which has a VB.NET application attached (through IFRAME html tag)
Now, I have to set up the computers of the users who will use this new application. One of the computers does not have the .Net Framework, and therefore cannot run the VB.Net app... what do I need to do to get .Net Framework? Can I download it from somewhere?
Thanks!
-
Re: .Net framework
Are you saying that you have an ASP.NET app written in VB, or that your ASP.NET app is actually running a WinForms app on the local machine?
You can download the Framework from Microsoft.
-
Re: .Net framework
i have .Net 1.1 framework and 2.0 framework on my computer... but in admin tools I only have "Microsoft .NET Framework 1.1 Configuration" and do not have "Microsoft .NET Framework 2.0 Configuration"... why is that???
On another computer I have only "Microsoft .NET Framework 2.0" installed, and I cannot see "Microsoft .NET Framework 2.0 Configuration" in the admin tools for that computer either!!!
Why is that? Basically I want to give full trust to the folder that has the VB.Net application so that it can be run on that computer....
-
Re: .Net framework
I have "Microsoft .NET Framework 2.0 Configuration" under Admin tools, so I have no idea why you wouldn't. Do you have a folder on your hard drive such as this: "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727"?
-
Re: .Net framework
I believe that the configuration tools for .NET 1.1 come with the Framework itself, while with .NET 2.0 they come with the SDK, which you can download from MSDN.