Questions tagged [.net-3.5]

The .NET Framework version 3.5 is a software framework for Microsoft Windows operating systems. It includes a large library, and it supports several programming languages which allows language interoperability.

Please note that the .NET Framework is not specific to any one programming language. The C#, VB.NET, C++/CLI and F# programming languages from Microsoft, and many other languages from other vendors, all use the same .NET Framework.

43 questions
0
votes
2 answers

Windows server 2012: MSSQL missing .NET 3.5 Framework. Unable to install

The MSSQL installer does not go through - it's missing .NET 3.5 framework to complete. Unfortunately I've been unable to solve this, what I've tried: Manually download and transfer the /sxs folder(which should contain the driver) to the C: drive,…
cbll
  • 143
  • 7
0
votes
1 answer

Unable to use 80 as a HTTPS port in IIS6 when .NET Framework 3.5 is installed

After upgrading to .NET Framework 3.5, I can't set 80 as a HTTPS port in IIS6. Only when I uninstalled .NET Framework 3.5, IIS accepts 80 as a HTTPS port again and operate normally. The question is whether this behaviour is by design or a bug…
Lei Yang
0
votes
2 answers

Hotfix 2600100 won't install despite meeting Prerequisites

I'm trying to install a Microsoft Hotfix (http://support.microsoft.com/kb/2600100) on a Win Server 2k8 box which has .Net Framework 3.5 SP1 installed, but its telling me None of the products that are affected by this install would be affected All…
Paddy
  • 126
  • 4
0
votes
3 answers

Offline installer for .net 3.5 sp1 not working

I download a big file of .Net 3.5 SP1 from http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe Now when I try to install it on Windows Server 2012, I get the following screenshot: What the?? When will…
Tim Tom
  • 681
  • 2
  • 7
  • 8
0
votes
2 answers

P1-P10 fields in .NET Runtime error (Application event log)

Our Application event log is showing several .NET runtime errors (Event ID 5000) that look like this: EventType ulsexception12, P1 w3wp.exe, P2 6.0.3790.3959, P3 45d691cc, P4 missing, P5 missing, P6 missing, P7 missing, P8 missing, P9 c0000005, P10…
Jeff Costa
  • 481
  • 3
  • 9
0
votes
1 answer

how to set up an production environment with .net 3.5, iis6, sql server express 2005 on windows server 2003?

I have a clean installation of windows server 2003. This will be my production environment. I need to deploy an asp .net 3.5 project on this production environment. But I don't know the installation sequence. Also, I found this…
0
votes
1 answer

W3wp.exe process may crash intermittently when an application handles requests for extensionless URLs in IIS 7.0 or in IIS 7.5

http://support.microsoft.com/kb/2522807 I just wanted to know if anyone else has run this patch and have found any issue with it reducing the amount of IIS connection it is accepting. Now it could be our LB that is causing this and we are checking…
enterzero
  • 453
  • 6
  • 15
0
votes
1 answer

IIS & .net framework 3.5 + 4 side by side => causes Server Application Unavailable error

i really confused about this issue ... i have some web apps that are using difference .net framework 3.5 + 4 i configured them in iss by setting their asp.net ver... it seems my configuration in dns and iis are ok - but Server Application…
SilverLight
  • 290
  • 3
  • 10
  • 22
0
votes
1 answer

Erroneous error in AD FS 2.0 Federation Server Configuration Wizard

I am trying to set up AD FS 2.0 on a Windows Server 008 R2 Enterprise, but I am stuck on getting an error when trying to run the "AD FS 2.0 Federation Server Configuration Wizard": The error states that "Microsoft .NET Framework 3.5 is required for…
Jørn Schou-Rode
  • 710
  • 1
  • 6
  • 12
0
votes
1 answer

IIS6 and Windows Server 2003 unable to access ASP.Net site through external IP Address

When I access the site from the server itself (via remote PC) or within the network using the name of the machine I can access the site just fine, but when I try to use the external IP of the server I get generic errors If I specify the path…
Sean
0
votes
2 answers

HTTP 401 Challenge and HTTP 302 Login/Redirect won't work together in IIS7

I am developing a website using .NET 3.5 that allow users to visit the site and create logins using the standard Microsoft login controls. However, users do not need to login to do general things like view products. Now I need to setup the site…
Ben Hoffman
  • 101
  • 5
0
votes
1 answer

Installing .NET 3.5 SP1 on Windows Server 2008

My installation of Windows Server 2008 already has .NET 3.5. But I need to install SP1. I downloaded the exe from: http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=ab99342f-5d1a-413d-8319-81da479ab0d7&displayLang=en When I double…
user25164
  • 411
  • 2
  • 5
  • 17
0
votes
0 answers

Getting error while turning on WCF for .Net in Windows 10

I am trying to turn on Windows feature from control panel like below: When I click on Ok, I get below error: Internet is working fine on my machine. Can someone please help me here. Though I tried to check all under .Net Framework 4.8 Advanced…
वरुण
  • 101
  • 1
1 2
3