I am trying to install SQL Server 2008 R2 in Windows 10 Pro edition. Windows 10 Pro is installed in 64 bit. But the installation fails. It requires .Net Framework 3.5 SP 1. So I made sure that .NET Framework 3.5 is installed with Windows 10 Add/Remove features from the control panel. Despite the installation of .NET Framework 3.5 from Add/Remove features of Windows 10, SQL Server 2008 R2 still requires the same framework. Now I am confused and don't know what to do. Can anyone please help me to solve this problem.
SQL Server 2008 R2 installation in Windows 10 requires .NET Framework 3.5 SP1
1.1k Views Asked by mnu-nasir At
0
There are 0 best solutions below
Related Questions in SQL-SERVER-2008-R2
- Trouble with SQL Server locks
- Compare each records of same table in sql server and return duplicates
- SQL, Finding values in column S that map to the same value in column B
- How to enter server name in SQL Server
- BizTalk Server - Can't configure Groups
- sumifs on excel linked sql server query with date
- Grouping and checking for conditions using a query
- How to collate sysname in sql server
- T-SQL Using Unsupported Column In Query
- Last 6 months duplicate records in SQL Server using t-sql?
- Connection to SQL Server 2008 R2 isn't working
- IIS and SQL Server ASP.Net C# Entity Framework Windows authentication
- SQL Server Versions - 2012 vs 2014
- 2008R2 How do I average the total scores summed?
- Find intervals when flag was active
Related Questions in WINDOWS-10
- How to set a app tile properties for a Universal Windows App
- How to debug missing dlls on Windows 10
- does not implement interface member IComponentConnector2
- Eventrigger routed event for AppBarButton?
- How to achieve AlarmApplicationManager AlarmAccessStatus as AllowedWithWakeupCapability?
- Different views with different code behinds but one binary in Windows 10
- Windows 10 xaml Controls Centre Screen
- Is .Net Native automatically enabled on a Windows Store App in Visual Studio 2015 on Windows 10?
- IE compatibility Changing is not working in Windows10 using meta tag
- Compiled Binding Two way
- Programmatic access to USSD from the Windows 10 Desktop
- Windows RT XAML Controls - GridWrap Column autosizing to window size
- Visual Studio Enterprise RC 2015: Windows 10.0.10069 SDK etc install errors
- WP10 TP Unable to get License Information 0xC03F7000
- SystemMediaTransportControl GetForCurrentView() fails in audio background task on Desktop Device Family (UWP C#
Related Questions in .NET-3.5
- How to "sign" a big string to be identified later?
- What is the correct way to code event handlers for serializable model objects?
- linq multi left join to same property
- Application.Run(form) how to receive messages from the "form" c#
- out parameter assigned by passing it to another function as an out parameter
- I am getting a The type or namespace name 'listcolumns' could not be found (are you missing a using directive or an assembly reference?)
- I'm having trouble deploying an ASP.NET Web Forms application (now targeting .NET 3.5) onto a Windows Server 2003 running IIS 6
- Javascript copy to clipboard
- Using Invoke() to show Form from Threading.Time() thread
- .NET CE 3.5 WinForm Hiding main form right after Application.Run();
- Logging with NLog and runtime parameters to Database
- Why would I get a format exception when updating a boolean binding with WriteValue?
- base.dispose() causing Object Reference Not Set To An Instance Of An Object
- Data binds to the UI after the click has been completely executed in WPF
- Attempt to raise Null exception in disassembled code in Visual Studio
Related Questions in DATABASE-INSTALLATION
- DB Installation Issue: Binary files folder (bin) is missing in downloaded zip for MongoDB (Windows 64-bit)
- MongoDB one server problems/pittfalls
- Oracle 11g configuration with Enterprise manager on windows 2008 standard R2
- DB2 Client Installation Error
- Oracle - Instant Client
- Installing Oracle 11g 64 bit on Rhel 6
- Pics included to make my Q more clear.How to write correct command line arguments for installing SQL Server 2008 R2?
- Can I install Oracle XE or any free version on Ubuntu 18.04?
- mongod command for using mongodb-community version in Macos Mojave gives error
- InstallAware database rollback
- Sql Server Compact Edition database deployment strategy
- Discrepancy in Number of Tables in Database of each Magento Installation of same Version
- Oracle 18c Database Installation issue
- SQL Server 2008 R2 installation in Windows 10 requires .NET Framework 3.5 SP1
- Oracle database installer in linux [INS-10102] Installer initialization failed
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?