Results 1 to 9 of 9

Thread: help needed here!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2003
    Location
    colorado
    Posts
    17

    help needed here!

    okay how to i make my projects into an .exe that works on windows other then xp? some .dll error and registry thing.

  2. #2
    Fanatic Member rudvs2's Avatar
    Join Date
    Mar 2001
    Location
    NZ
    Posts
    935
    if you havnt registered your dlls during the install process into the GAC (Global assembly cache) then you will need to place them in the same directory as the exe

    Note this only applies to dll's that are not inherent in the .netframework distributable

    eg anything you downloaded and referenced or anything you created yourself

  3. #3
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    All computers even XP will need the .NET framework installed. It can be downloaded via Windows Update or it is contained on the VS.NET disc. From there you can make a Setup Package unless you have VB.NET Standard or you can just copy all the files from the bin folder to the destinatio computer. Most dlls wont need to be registered in the GAC, unless they are shared by multiple applications, they just need to be in the same folder as the application.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Mar 2003
    Location
    colorado
    Posts
    17
    so let's say my friend downloads Microsoft .NET framework off of kazaa or something, and installs it

    now when i want to send him my program (let's say via AIM), i just send him everything in my bin folder?

  5. #5
    Fanatic Member rudvs2's Avatar
    Join Date
    Mar 2001
    Location
    NZ
    Posts
    935
    thats correct
    he can then just copy all the files into one folder and run the exe

  6. #6
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    i don't see why anyone would download the framework off kazaa.... it's faster through microsoft, and it is free.
    Remember, if someone's post was not helpful, you can always rate their post negatively .

  7. #7

    Thread Starter
    Junior Member
    Join Date
    Mar 2003
    Location
    colorado
    Posts
    17
    well you know some people "blah blah microsoft's the devil"

  8. #8
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Originally posted by SamuraiMooCow
    well you know some people "blah blah microsoft's the devil"
    That doesnt make any sense. Why would they not want to download from Microsoft directly, but want to go through Kazza? It is still a Microsoft product either way.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  9. #9
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    If you download from Kazaa, you have a chance of the framework being affected by a hacker. Could contain a virus or other such bad things. It isn't worth it, trust MS for your updates.

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