472,986 Members | 2,725 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,986 software developers and data experts.

Distributing EXE via Academic VS.NET?

Is there a restriction with the academic version of VS.NET 2003 in the way
of distributing an EXE? Or, what is the difference in this version and the
commercial versions with respect to distribution? Is there some mechanism
in place that prevents distribution?

Thanks,
Brett
Nov 21 '05 #1
6 1423
'Maybe' the answer you are looking for is on the following page:

http://msdn.microsoft.com/vstudio/pr...emic/overview/
Nov 21 '05 #2

"Crouchie1998" <Cr**********@discussions.microsoft.com> wrote in message
news:23**********************************@microsof t.com...
'Maybe' the answer you are looking for is on the following page:

http://msdn.microsoft.com/vstudio/pr...emic/overview/


There isn't anything there that discuss it but this sentence is interesting,
"It combines all of the features of Visual Studio .NET 2003 Professional
with new tools and features". Pro is fully able to distribute its EXEs. If
Academic has inherited this capability, it should also. If it will, who
knows?
Nov 21 '05 #3
You can copy the Application exe and all the assoicated DLL's that are in
your project's bin directory that were created and compiled under the
Academic version to any computer which has the .net framework (assuming it's
at least the version or higher that you compiled your project under) and it
will run ok. However, the license restrictions for the Academic version say
you aren't licensed to distribute applications created by the Academic
version I think.

"Brett" wrote:
Is there a restriction with the academic version of VS.NET 2003 in the way
of distributing an EXE? Or, what is the difference in this version and the
commercial versions with respect to distribution? Is there some mechanism
in place that prevents distribution?

Thanks,
Brett

Nov 21 '05 #4
There is no M$ tech support on the academic ver.
You should be able to make exe from the VS.net academic ver, but you should
not develop commercial s/w with academic ver. I think it is in the EUL.

Egghead

"Brett" <no@spam.net> wrote in message
news:OT**************@TK2MSFTNGP12.phx.gbl...
Is there a restriction with the academic version of VS.NET 2003 in the way
of distributing an EXE? Or, what is the difference in this version and the commercial versions with respect to distribution? Is there some mechanism
in place that prevents distribution?

Thanks,
Brett

Nov 21 '05 #5
> There is no M$ tech support
What's an M$? Some kind of old-fashioned string variable??/

Bob Lehmann

"Egghead" <ro******@shaw.ca> wrote in message
news:9xn%d.741752$Xk.482653@pd7tw3no...
There is no M$ tech support on the academic ver.
You should be able to make exe from the VS.net academic ver, but you should not develop commercial s/w with academic ver. I think it is in the EUL.

Egghead

"Brett" <no@spam.net> wrote in message
news:OT**************@TK2MSFTNGP12.phx.gbl...
Is there a restriction with the academic version of VS.NET 2003 in the way of distributing an EXE? Or, what is the difference in this version and

the
commercial versions with respect to distribution? Is there some mechanism in place that prevents distribution?

Thanks,
Brett


Nov 21 '05 #6

"Brett" <no@spam.net> wrote in message
news:e5***************@TK2MSFTNGP15.phx.gbl...

"Crouchie1998" <Cr**********@discussions.microsoft.com> wrote in message
news:23**********************************@microsof t.com...
'Maybe' the answer you are looking for is on the following page:

http://msdn.microsoft.com/vstudio/pr...emic/overview/


There isn't anything there that discuss it but this sentence is
interesting, "It combines all of the features of Visual Studio .NET 2003
Professional with new tools and features". Pro is fully able to
distribute its EXEs. If Academic has inherited this capability, it should
also. If it will, who knows?

To answer your question:
Visual Studio .NET 2003 Academic Edition and Visual Studio .NET 2003
Professional Edition are identical with two exceptions:
1) Visual Studio .NET 2003 Academic Edition does *not* support remote
debugging, and
2) Visual Studio .NET 2003 Academic Edition comes with an extra Academic
Tools CD which does not come with the Professional Edition.
That means that you can add a Deployment Project to your solution to set it
up for distribution in Academic just as you can in Professional.
The licensing terms associated with the Academic Edition are a bit cloudy.
AFAIK, *if* you purchased the "retail box" Academic Edition, there is no
restriction on distribution of your work, but if you acquired the Academic
Edition through an academic institution or from some other source, you are
restricted from distributing your work on a commercial basis (i.e. for
profit).
I'd suggest two additional sources of information on the licensing:
1. On your distribution CD's, you should be able to find a file named
"eula.txt", which is the governing document for your license.
2. If you have questions on the EULA, call Microsoft and get an
authoritative interpretation.
Disclaimer: I am neither a Microsoft representative nor an attorney.

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Nov 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: lpe | last post by:
http://www.pycode.com I was kinda suprised when I could not find any good sites with 3rd party modules (other than the Vaults of Parnassus, where you must host files elsewhere), so I decided to...
5
by: cppaddict | last post by:
Hi, I'm trying to figure out which version of Visual Studio .NET to buy. Ebay has some listings for the academic version, and it's MUCH cheaper than the regular version. What are the drawbacks?...
13
by: Comet | last post by:
Hi I have had a look on the net with regards to whether you can sell applications you created with Visual Studio .NET 2003 Academic. It seems to be as clear as mud! Can anyone help? Are you?...
1
by: Cruz | last post by:
What is the difference between these 2 products?
5
by: Julian Milano | last post by:
I'm confused. Of the number of ppl selling VS Net 2003 Pro Academic, one persons says there are 2 CDs, another 4, another 7 and yet another 9!!?? They all claim to be selling the Academic Pro...
7
by: matthewtec | last post by:
From what I've read, it looks like the Academic Version of Visual Studio 2003 has all the features of 2003 Professional. Has anyone found that the Academic version does not have the features...
2
by: Wayne | last post by:
Is the Academic version of Office 2007 Professional identical to the non-academic version? In particular, does it contain the Access runtime licence?
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.