|
-
Mar 26th, 2003, 08:16 PM
#1
Thread Starter
Junior Member
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.
-
Mar 26th, 2003, 08:24 PM
#2
Fanatic Member
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
-
Mar 26th, 2003, 08:56 PM
#3
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.
-
Mar 26th, 2003, 10:36 PM
#4
Thread Starter
Junior Member
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?
-
Mar 26th, 2003, 10:57 PM
#5
Fanatic Member
thats correct
he can then just copy all the files into one folder and run the exe
-
Mar 26th, 2003, 10:59 PM
#6
The picture isn't missing
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  .
-
Mar 26th, 2003, 11:28 PM
#7
Thread Starter
Junior Member
well you know some people "blah blah microsoft's the devil"
-
Mar 27th, 2003, 10:06 AM
#8
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.
-
Mar 27th, 2003, 10:40 AM
#9
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|