I am begginner to .Net development. I want to install .Net framework4 on my windows 7(64bit) machine.
I undersand that, by installing Visual Studio SP1 Pack for VS and VWD through web platform installer, will get me all the required components.(Visual Web Developer Express 2010 Service Pack 1 ,MVC 3, IIS 7.5 Express, SQL Server Compact 4.0 with tooling,
and Web Deploy 2.0).
I have few questions regarding this.
1. Does the SQL Server Compact 4.0 have management studio so that i can create database and database objects through it? Do i need to install it seperately?
2. Do i need to have seperate SQL server installation? If so, which one?
You are perfect to visualize that installing VS 2010 in your x64 system will fulfill all the requirements of installation of .net framework 4 .
1. SQL Server Compact 4.0 does not have a seperate Management studio , it's the SQL CE edition of SQL Server. So you need to install either SQL Server Management Studio seperately or go for any download of SQL Server Express / SQL Server express for Advanced
series which will contain SQL Server Compact too.
Member
1 Points
2 Posts
Install .net framework4 on win7(64bit)
Dec 01, 2011 06:47 PM|sriveera|LINK
Hi,
I am begginner to .Net development. I want to install .Net framework4 on my windows 7(64bit) machine.
I undersand that, by installing Visual Studio SP1 Pack for VS and VWD through web platform installer, will get me all the required components.(Visual Web Developer Express 2010 Service Pack 1 ,MVC 3, IIS 7.5 Express, SQL Server Compact 4.0 with tooling, and Web Deploy 2.0).
I have few questions regarding this.
1. Does the SQL Server Compact 4.0 have management studio so that i can create database and database objects through it? Do i need to install it seperately?
2. Do i need to have seperate SQL server installation? If so, which one?
Please explain me clearly..
Thanks in advance,
lakshmi
Participant
1660 Points
399 Posts
Re: Install .net framework4 on win7(64bit)
Dec 01, 2011 11:28 PM|Anindita.Basak|LINK
You are perfect to visualize that installing VS 2010 in your x64 system will fulfill all the requirements of installation of .net framework 4 .
1. SQL Server Compact 4.0 does not have a seperate Management studio , it's the SQL CE edition of SQL Server. So you need to install either SQL Server Management Studio seperately or go for any download of SQL Server Express / SQL Server express for Advanced series which will contain SQL Server Compact too.
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=3743 for SQL Server 2008 R2 Express
http://www.microsoft.com/download/en/details.aspx?id=22985 for SQL Server 2008 R2 Management Studio Express.
If you would like to install Express with advanced series http://www.microsoft.com/download/en/details.aspx?id=25174 which includes SSMS itself as well as SSRS , Full Text Search such features.
Let me know if you have any queries...
Thanks,
Anindita
http://anindita9.wordpress.com
Anindita
http://anindita9.wordpress.com
Contributor
3455 Points
919 Posts
Re: Install .net framework4 on win7(64bit)
Dec 01, 2011 11:39 PM|Mastan Oli|LINK
Hi,
1) I dont think so you will get Management Studio while install VS2010.
2) You can install any version of SQL Server.
pls look before install http://www.icetips.com/blog/index.php/2010/09/09/installing-visual-studio-2010-and-sql-se
playingOOPS | மெய்ப்பொருள் காண்பதறிவு
Mark as Answer If you find helpful
Contributor
5231 Points
1602 Posts
Re: Install .net framework4 on win7(64bit)
Dec 02, 2011 06:55 AM|necro_mancer|LINK
hi sriveera,
SQL Management Studio tool comes with SQL Server Standard version or above. Please refer to Microsoft website at http://www.microsoft.com/sqlserver/en/us/product-info/competitor-compare.aspx
Please mark this response as an "answer" if it helps you. Thanks heaps!
Contributor
3390 Points
1079 Posts
Re: Install .net framework4 on win7(64bit)
Dec 07, 2011 07:02 PM|kctt|LINK
You can install MSSQL 2008 R2 express and Management studio express tool to manage mssql database.
They are all free, can be installed from WPI. You can also download from Microsoft website and install manually.
SSD Windows Cloud VPS Scalable to 24CPUs 48GB RAM
Member
10 Points
51 Posts
Re: Install .net framework4 on win7(64bit)
Feb 27, 2012 02:09 AM|Sam Johns|LINK
Hi,
YOu won't required to install sql server management studio.
You can handle it with inbuilt sql server comapct edition.
Sam Johns