Results 1 to 5 of 5

Thread: .Net framework

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    334

    .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!

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    334

    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....

  4. #4
    Fanatic Member
    Join Date
    May 2001
    Posts
    837

    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"?
    The human brain cannot hold all of the knowledge that exists in this world, but it can hold pointers to that knowledge.

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width