Results 1 to 8 of 8

Thread: [02/03] Common Language Runtime......

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2006
    Posts
    82

    [02/03] Common Language Runtime......

    hi there.........
    i've created a little toolkit which can be distributed among other computer users as a little software. vb.net 2003 was used to build it & a "setup" has also been prepaired using vb.net itself....
    Everything is Ok but one... if the machine on which this software's being installed doesn't have the dotnet framework..(common language runtime)..then, it won't work (obviosly !!)
    I found that my problem can be solved by usting a file named 'notnetfx.exe' (from the MSDN)...
    but i don't know exaclty how can i do it....
    would anyone help me please..... to give my software the ability to work properly on the machines which the dot net framework's not been installed.....

    thanking in advance

  2. #2
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: [02/03] Common Language Runtime......

    Use [code] source code here[/code] tags when you post source code.

    My Articles

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

    Re: [02/03] Common Language Runtime......

    Install the bootstrapper plug-in and the installer that your Setup project creates will include the Framework redistributable by default. It's quite possible that at least one of Shuja Ali's links mention this.
    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

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jun 2006
    Posts
    82

    Re: [02/03] Common Language Runtime......

    i red the MSDN... but i haven't found an exact way to do it...
    please help me.
    i just need to distirbute my toolkit with the Common Language Runtime

    thankx

  5. #5
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: [02/03] Common Language Runtime......

    Have you gone through the links that I provided im my previous post. The first link shows you exactly how to re-distribute the .NET framework.
    Use [code] source code here[/code] tags when you post source code.

    My Articles

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Jun 2006
    Posts
    82

    Re: [02/03] Common Language Runtime......

    thanks for ur links...
    i red them...
    but i'm not clear how to do it

  7. #7
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: [02/03] Common Language Runtime......

    Ok Tell us what all have you understood till now from the Links.
    Use [code] source code here[/code] tags when you post source code.

    My Articles

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

    Re: [02/03] Common Language Runtime......

    Um, did my post go unnoticed? Install the bootstrapper plugin and then when you build your Setup project it will include the Framework automatically. That's all you need. I'm assuming from your first post that you have already create a Setup project. Is that true?
    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