The dotnet-framework tag has no wiki summary.
2
votes
1answer
313 views
How to fix oobe.exe .Net framework initialization error?
When log into my Windows Server 2008 R2 I get an error
oobe.exe - .NET framework Initialization Error.
Unable to find a version of the runtime to run this application.
What is the cause ...
0
votes
2answers
78 views
0kb file in system32 cannot be deleted on windows server 2008
I am trying to install the .NET framework 4.0 on my Windows Server 2008 R2. I had it installed before, but for some other reason I uninstalled and now wan't to reinstall it.
My problem is, there is a ...
0
votes
1answer
122 views
How to add NETWORK SERVICE to Users permission group?
I'm adapting an application from a different server, their installation guide tells me to
Add Server Name\Network Service identity to Users permission group.
So how can I?
I've tried:
Via ...
2
votes
1answer
59 views
Connection string not workin in Data Source mode
I have a Windows Server 2012 named "XYZ" and an SQL server instance named "XYZ". If I connect via Server=XYZ; it seems to work fine. On the other hand, if I try to connect via Data Source= I am simply ...
2
votes
1answer
95 views
Trying to reinstalling .net framework 4 on windows server 2003 SP2
I had a problem with an application that was using .net framework 4. So I tried to fix the installation but it didn't solved. So I proceed to uninstall the framework and install it again.
But then the ...
1
vote
1answer
705 views
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 ...
0
votes
0answers
402 views
IIS 7.5 VERY slow to respond after website update
After moving an IIS 6 / .Net 2 app to IIS 7.5 - it seems that after I update the website then stop/start IIS it takes forever (almost an hour) for IIS to start serving content again. I've tried ...
0
votes
1answer
367 views
Running asp.net targeting .net framework 4 on Win Server 2003
I have an asp.net website that targets framework 4 and I want to run it on a win 2003 web server. Several questions floating through my mind right now are:
Can I run it on Win Server 2003?
If so, ...
2
votes
2answers
5k views
How do I install dotNet Framework 3.51 on Windows Server 2012 core?
On Windows Server 2008 R2 core I use dism.exe and the featurename: 'NetFx3-ServerCore' this feature is not available on Server 2012 (Windows Server 8).
Using the standard 3.51 Installer on Server ...
0
votes
0answers
690 views
.NET Framework 4 updates breaking MMC.exe and other CLR.dll Exceptions
I've seen this issue floating around the net the last few weeks and I'm facing exactly the same issue. My servers are set to auto install updates using Windows update (not clever, I know), and since ...
0
votes
1answer
122 views
MSDTC - COMException
We currently have 4 load balanced web servers connecting to a SQL 2005 database server. On the web servers is IIS 6 which has our Dot Net web services installed and Dot Net COM+ components also in Dot ...
2
votes
3answers
170 views
Trivial Issue with ASP.NET 1.1 and SMTP
The server is running on:
Windows Server Standard on SP2
IIS 7 with ASP.NET 1.1
IIS 6 for SMTP
The server hosts many websites running ASP.NET 1.1. These websites use the built in SMTP server on ...
0
votes
1answer
1k views
.NET 2.0 Application now running slow on IIS 7.5
I recently moved (and still in testing) an application from a Windows 2003 Server (Physical box) running IIS 6.x to a Windows 2008 R2 Standard (VM) IIS 7.5 server. The application is a .NET framework ...
0
votes
0answers
49 views
SQL Connection Error
I am getting this error while trying to access my website:
Exception information:
Exception type: SqlException
Exception message: An error has occurred while establishing a connection ...
4
votes
2answers
3k views
Install .NET 4 via command line or PowerShell?
How do I install .NET 4 on Windows Server 2008 R2 from the command line or PowerShell?
This post shows how to do it for .NET 3.5 using dism.exe and PowerShell. I am guessing that, since the .NET 4.0 ...
0
votes
1answer
843 views
Migrating Application to IIS7.5
I have a web application built in .Net 3.5.
Due to an upgrade to IIS7.5, I have recomplied the application using .net 4.0.
Everything seems to be fine when debugging via the development server however ...
1
vote
2answers
2k views
Windows Server 2008 R2 64 bit's Automatic Update is stuck
I need to install .NET framework 3.5SP1 on Windows server 2008R2 64 bit server, but windows is not allowing me to do this manually. I tried to do this with Windows Update, but Windows update is stuck ...
0
votes
2answers
13k views
.Net Framework 4 installation did not succeed: HRESULT 0xC80003F3
I just tried to install the .Net Framework 4 on my Windows 7 64 bit system.
The installation did not succeed - HRESULT 0xC80003F3
From the log file:
OS Version = 6.1.7600, Platform 2
OS Description ...
2
votes
2answers
526 views
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 ...
1
vote
2answers
10k views
Repair .NET Framework on Windows 2008 R2
One of our web servers has become inoperable and after some searching we think the .NET Framework might be corrupted in some way.
The server runs Windows 2008 R2 and uses the 2.0 framework for the ...
1
vote
1answer
2k views
.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.
...
0
votes
1answer
109 views
Windows Directory not reporting correctly in Server 2k3?
We have an application that depends on the .NET framework and performs a check at startup to see if the framework is installed. On our client machines, this works fine, but on our servers that run ...
3
votes
6answers
16k views
Error installing dotnet framework 3.5 SP1 on windows 2008
Getting a really wierd error.
One of the developers tried to install Windows 2008 as a Virtual PC. He has also run windows update.
When he tries to install dotnet framework 3.5 SP1 he gets the ...