Results 1 to 12 of 12

Thread: .NET Framework ver4?

  1. #1

    Thread Starter
    Lively Member blacksaibot's Avatar
    Join Date
    Jan 2009
    Location
    East Coast, USA
    Posts
    94

    .NET Framework ver4?

    I am on windows vista 32bit.

    I installed .NET4 and my projects will not open.
    I had to uninstall and go back to 3.5 w/ SP1.

    Is .NET4 not yet "complete" and compatible with VisualSutdio 2010 Ultimate?

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: .NET Framework ver4?

    well, since FW4.0 is ONLY used by VS2010.... I doubt that's the problem... I'm using VS2010 Ulitmate w/o issues, as are a great number of people... wait... if you have VS2010 installed, why are you "installing .NET4" ??? It should already be installed... it comes with VS2010... VS2010 won't install w/o it...

    Also, make sure you're getting the x86 (32-bit) versions... not the 64-bit versions...

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    Lively Member blacksaibot's Avatar
    Join Date
    Jan 2009
    Location
    East Coast, USA
    Posts
    94

    Re: .NET Framework ver4?

    That's weird. I installed VS2010 Ult. and when I look in my "Programs and Features" it was not listed. Only 3.5 w/ SP1

    Plus when I downloaded and installed .NET F4 it didn't tell me it was already on my machine...........................

    Quote Originally Posted by techgnome View Post
    Also, make sure you're getting the x86 (32-bit) versions... not the 64-bit versions...

    -tg
    x86 of VS2010?

  4. #4
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: .NET Framework ver4?

    there are two versions of VS2010... x86, the 32-bit version... and the 64-bit version... if your OS is 32-bit Vista, then you need the x86 32-bit install... otherwise you can use the 64-bit version...

    I just wanted to make sure that you are using the correct version.

    That aside... so... VS2010 is installed... but not FW4.0? Have I got that right?

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #5

    Thread Starter
    Lively Member blacksaibot's Avatar
    Join Date
    Jan 2009
    Location
    East Coast, USA
    Posts
    94

    Re: .NET Framework ver4?

    Well now FW4.0 is installed. But when I loaded my project(s) it says it cannot load and I had to redirect (or something) the project to use 3.5 SP1 (which is the framework I originally used to create my project).

  6. #6
    Banned
    Join Date
    Mar 2009
    Posts
    764

    Re: .NET Framework ver4?

    i suggest redoing it(the project) instead of loading it

  7. #7

    Thread Starter
    Lively Member blacksaibot's Avatar
    Join Date
    Jan 2009
    Location
    East Coast, USA
    Posts
    94

    Re: .NET Framework ver4?

    Quote Originally Posted by moti barski View Post
    i suggest redoing it(the project) instead of loading it


    Well I can see myself being quite busy for the next couple of days...

    Can I just save the individual files of my project, create a brand new project, and just "add to project..." my already existing forms and what not?

  8. #8
    VB For Fun Edgemeal's Avatar
    Join Date
    Sep 2006
    Location
    WindowFromPoint
    Posts
    4,255

    Re: .NET Framework ver4?

    Quote Originally Posted by techgnome View Post
    there are two versions of VS2010... x86, the 32-bit version... and the 64-bit version...
    Where did you see VS 2010 (x64) 64-bit? I don't see it on MSDN, only framework 4, VS 2010 SP1 beta and few other things are available in x64 but not VS 2010 itself.

  9. #9
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: .NET Framework ver4?

    When I log into MSDN, and go to my subscriber downloads... I see VS2010 options for both x86 (32-bit) and x64 (64-bit)... if you're not seeing it, then it's probably due to your subscription, or you're not looking in the right place.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  10. #10
    VB For Fun Edgemeal's Avatar
    Join Date
    Sep 2006
    Location
    WindowFromPoint
    Posts
    4,255

    Re: .NET Framework ver4?

    Quote Originally Posted by techgnome View Post
    When I log into MSDN, and go to my subscriber downloads... I see VS2010 options for both x86 (32-bit) and x64 (64-bit)
    OK then, but I can't find any sign of VS 2010 x64, and according to this page (updated Aug.2010) Visual Studio 2010 is a 32-bit application.

    Visual Studio installs the 32-bit version of the CLR on an x86 computer, and both the 32-bit version and the appropriate 64-bit version of the CLR on a 64-bit Windows computer. (Because Visual Studio 2010 is a 32-bit application, when it is installed on a 64-bit system, it runs under WOW64.)

  11. #11
    Banned
    Join Date
    Mar 2009
    Posts
    764

    Re: .NET Framework ver4?

    Quote Originally Posted by blacksaibot View Post


    Well I can see myself being quite busy for the next couple of days...

    Can I just save the individual files of my project, create a brand new project, and just "add to project..." my already existing forms and what not?
    always save your source code in txt files m'k

  12. #12

    Thread Starter
    Lively Member blacksaibot's Avatar
    Join Date
    Jan 2009
    Location
    East Coast, USA
    Posts
    94

    Re: .NET Framework ver4?

    Quote Originally Posted by moti barski View Post
    always save your source code in txt files m'k

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