|
-
Feb 5th, 2008, 08:59 PM
#1
Thread Starter
New Member
.exe files
i currently use Visual studio 2008 for visual basic and i have created an application. you probably already know that Visual Studio creates 2 folders:
"Debug" & "Release". Inside of these folders are .exe files for the programs that you created right. What im really trying to do is email .exe files that i created through Visual Studio to a recipient. I have already tried attaching the exe and emailing it but that was unsuccessful. I have already tried to upload the file on zshare.net and email the link to a recipient but when the recipient recieved it, the file crashed as soon as it opened.
any help on emailing .exe files created through Visual Studio 2008to a recipient?
-
Feb 5th, 2008, 10:06 PM
#2
Re: .exe files
They must have the .NET framework installed. It must be the same version, or newer, than what you used to create it in.
Visual Studio 2008 is.. .NET 3.0 I'm pretty sure.. correct me if I'm wrong someone?
chem
Visual Studio 6, Visual Studio.NET 2005, MASM
-
Feb 5th, 2008, 10:43 PM
#3
Re: .exe files
VS 2008 uses framework 3.5 so must advise your users about this mandatory prerequisite that can be downloaded directly from MS.
-
Feb 6th, 2008, 07:35 AM
#4
Re: .exe files
Does your receipent have VS Studio 2008 on their machines?
-
Feb 6th, 2008, 03:57 PM
#5
Re: .exe files
Instead of emailing them the exe, create a setup program and send them the msi. That will check to see if they have the needed version of the .NET Framework on their machine when they try and install it and give them the option to download the framework.
-
Feb 8th, 2008, 05:30 PM
#6
Re: .exe files
 Originally Posted by dyakub
i currently use Visual studio 2008 for visual basic and i have created an application. you probably already know that Visual Studio creates 2 folders:
"Debug" & "Release". Inside of these folders are .exe files for the programs that you created right. What im really trying to do is email .exe files that i created through Visual Studio to a recipient. I have already tried attaching the exe and emailing it but that was unsuccessful. I have already tried to upload the file on zshare.net and email the link to a recipient but when the recipient recieved it, the file crashed as soon as it opened.
any help on emailing .exe files created through Visual Studio 2008to a recipient? 
What was the error you're client got? perhaps the file wasn't completely downloaded.
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Feb 9th, 2008, 03:26 AM
#7
Re: .exe files
You can't just send EXEs around unless they're native with no dependencies, which barely any non-trivial application is nowadays. Create an installation package, as advised above. The Application Deployment section of this site will help with that.
-
Feb 9th, 2008, 04:53 AM
#8
Re: .exe files
 Originally Posted by RhinoBull
It doesn't JUST use it though you made it sound like it did. It can target the 2.0 framework and above
-
Feb 9th, 2008, 08:07 AM
#9
Re: .exe files
Of course it does. Not sure what you are trying to say...
-
Feb 9th, 2008, 09:08 AM
#10
Re: .exe files
The way you said it, sounded like you thought it only targeted the 3.5 framework.
-
Feb 9th, 2008, 09:39 AM
#11
Re: .exe files
What in the world are you talking about?
VS 2008 is based on .Net Framework 3.5 - without it your app will not run.
Period, end of story. For more information go to MS site and read all about it.
-
Feb 9th, 2008, 09:45 AM
#12
Re: .exe files
 Originally Posted by RhinoBull
What in the world are you talking about?
VS 2008 is based on .Net Framework 3.5 - without it your app will not run.
Period, end of story. For more information go to MS site and read all about it.
http://msdn2.microsoft.com/en-us/library/bb398197.aspx
The key benefit of multi-targeting is that you can use Visual Studio 2008 to create projects that target .NET Framework version 2.0, 3.0, or 3.5. This also lets you continue to develop projects that were created in Visual Studio 2005 without adding new .NET Framework dependencies.
-
Feb 9th, 2008, 10:07 AM
#13
Re: .exe files
I'm well aware of that. However, default is 3.5 and that's the bottom line as vast majority won't even bother (not to mention be aware) about backward compatibility.
And frankly I don't see any points in developing in most recent version with "limited functionality" in mind - it's almost the same as you would develop in VB 2008 using VB4 syntax/technics.
-
Feb 9th, 2008, 09:44 PM
#14
Re: .exe files
 Originally Posted by RhinoBull
I'm well aware of that. However, default is 3.5 and that's the bottom line as vast majority won't even bother (not to mention be aware) about backward compatibility.
And frankly I don't see any points in developing in most recent version with "limited functionality" in mind - it's almost the same as you would develop in VB 2008 using VB4 syntax/technics.
I use it for 2.0 development and you can change the default framework version
-
Feb 9th, 2008, 10:31 PM
#15
Re: .exe files
This is going nowhere.........
Bottom line is that any application developed using the .NET Framework requires that that version of the Framework be installed in order to run.
Since the release of Visual Studio 2008, the Visual Studio version used to develop an application is no longer 1:1 tied to which Framework version is required to run it.
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
|