hi everyone,
I have developed an application using VB.NET 2010 express and SQL Server 2008 R2 express.
its my first time developing an application so i dont know what ms licenses i need for this project.
of course i need license for vb.net express and sql express (which are free for commercial use) but what else?
here i want your help,
my application reads some data from serial port, saves them to a database (.mdf,.ldf) and creates a chart.
Imports statments are:
Imports System.Data.SqlClient
Imports System.Windows.Forms.DataVisualization.Charting
Imports System.IO.Ports
Imports System.Threading
There are these references:
System .Net
System.Core .Net
System.Data .Net
SystemData.DataSetExtensions .Net
System.Deployment .Net
System.Drawing .Net
System.Windows.Forms .Net
System.Windows.Forms.DataVisualization .Net
System.Xml .Net
System.Xml.Linq
.Net
And the prerequisites are:
SQL SERVER 2008 EXPRESS
WINDOWS INSTALLER 3.1+4.5
MICROSOFT .NET FRAMEWORK (x86 and x64)
Questions:
AS i know
- I need VB.NET 2010 express license to develop and sell my app but its free so there is no problem. Am i right?
- I also need SQL Server 2008 R2 express license but its also free so ...
- and license for MICROSOFT .NET FRAMEWORK 4 (x86 and x64) which is also free
Do i need any other licenses such as for SqlClient, or charts or anything else so as to search for these EULAs? I dont want to use any microsoft's programs without permition by my fault.
Thanks.
PS
Can i distribute
- SQL SERVER 2008 R2 EXPRESS (i think yes)
- MICROSOFT .NET FRAMEWORK (x86 and x64) (i think yes)
- WINDOWS INSTALLER 3.1+4.5 (?)
- Database files (.mdf,.ldf) (i think yes)
with my application?