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
2
votes
2 answers

Is it safe to install dotnet 3.5 on an IIS server running a dotnet 1.1 web application?

If I recall correctly, this is fine, the different versions coexist peacefully, but I just want to double-check there's no possibility of problems (I'm installing the newer version of the .net framework on an older production server in preparation…
MGOwen
  • 307
  • 2
  • 4
  • 11
2
votes
2 answers

Not finding .NET 3.5 SP1 in the Roles menu

When I download the .NET 3.5 SP1 exe and run it, it unpacks and I get a message saying that "Use the Roles Manager to configure .NET 3.5 SP1" When I go to the Role Manager, I do not see the .NET 3.5 SP1 listed. Here's a screenshot:
user25164
  • 411
  • 2
  • 5
  • 17
1
vote
2 answers

Can't install .net 3.5 sp1 on windows server 2008

I am trying to install subtext via the Web Platform Installer on my Windows server 2008 VPS. To install it I need the .net framework version 3.5 SP1. It actually fails definetly each time I try, so I tried to install the SP1 manually. I failed with…
Erick
  • 181
  • 1
  • 5
1
vote
1 answer

What SxS files are needed to install .net 3.5?

I'm provisioning a Windows Server 2012 R2 machine using Chef. One of the things I need to do is install .NET Framework 3.5. I'm using a cookbook to install the role and I'm using the SxS folder from the Windows iso as a source. However, the SxS…
Red 5
  • 113
  • 1
  • 4
1
vote
1 answer

Is .Net Framework 3.5 installed on this Windows Server 2012 already?

I am running an installer of a third party app. I am baffled by this message from the installer. Here is the screenshot of the dialog box: However when I check "Add Roles and Features", I can see Does it mean the .Net Framework 3.5 is already…
Anthony Kong
  • 2,976
  • 10
  • 53
  • 91
1
vote
2 answers

Program Missing DLLS

Recently one of the programs on my server (PWsvr.exe) has stopped working. I opened the program in dependency walker to see if it is missing any required files, and dependency Walker said that GPSVC.dll, IESHIMS.DLL, MF.DLL, MFPLAT.DLL, and…
1
vote
1 answer

Windows 7 .NET 3.5.1 - 2.0 Slightly Corrupted, How to Repair?

My Windows 7 included .NET installation (3.5 to 2.0) appears very slightly and particularly corrupted and I am trying to fix it without reinstalling Windows or trying to revert to backups. Everything was working and then my hard drive started…
1
vote
2 answers

.NET 3.5 and 4.0 on Windows 2008 R2

I'm standing up a new Windows 2008 R2 Web Server. I've checked the application pool in IIS 7.5, and found that .NET 2.0 is available, but not 3.5 or 4.0. I would have thought that 2008 R2 would have come at least with 3.5 and possibly 4.0. Am I…
Rod
  • 535
  • 2
  • 10
  • 20
1
vote
1 answer

Setting to limit allowed time for an IIS 7 request to complete?

In IIS 7, you can view the worker processes and see which requests are currently executing. I am encountering some requests that remain in the "ExecuteRequestHandler" stage for hours - basically until the application pool is recycled. I am unsure…
Bitwise
  • 11
  • 2
1
vote
1 answer

Requirements to load balance .NET 3.5 web servers

We're planning to load balance 10 .NET 3.5 web servers. We're using SQL 2008 session state server for session management. What do we need to load balance the .NET web servers? Things we've identified so far: web contents will need to be the…
dxcrpham
  • 11
  • 1
1
vote
1 answer

"PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler"

After migrating servers today, one site keeps getting the error above. A quick search on Google showed that it's a fairly common problem, and there are lots of fixes, so far I tried the following: 1.…
Shagglez
  • 181
  • 1
  • 7
1
vote
1 answer

IIS7 .NET Web Site Delays Detection Of File Changes On UNC Path

I'm dealing with an issue and have been unable to find any posts or documentation that already address this specific problem. The setup: This issue is regarding a heavily accessed web site, written in .NET 3.5 and running on IIS7. The application…
Justin
  • 31
  • 3
1
vote
3 answers

.Net Framework corrupted

We are facing a problem of .Net framework corruption for one our clients with the following environment: OS : Windows 2008 Server SP2; Framework : .NET Framework 3.5 SP1; Application Details Database : SQL Server 2008; Server : WCF hosted…
Samsudeen B
1
vote
1 answer

.net Framework won't install on Server 2003 SP2 x64

When I install the .net Framework 3.5 SP1 on my rental VPS, I get the message that setup has failed. It's a Server 2003 VPS w/ SP2 installed (64-bit). The .net Framework v 2.0 installed correctly. How do I fix this? This is the installation…
friedkiwi
  • 282
  • 3
  • 14
0
votes
1 answer

.Net Framework 3.5 not being installed on Windows Server 2008

Server : Windows Server 2008 (Standard) Service pack 2 All website running before on Framework 3.5 was stopped working and was giving error : Error Code : 0x80070032 Config Error : The configuration section 'appSettings' cannot be read because…
par
  • 101
  • 1