Tagged Questions

4
votes
1answer
906 views

Hosting WCF in IIS 7.5 vs Windows Service for Performance Considerations

I have a simple and direct question: is there any performance benefits (or any other type of benefit) I am unaware of when comparing hosting of a WCF service in IIS 7.5 vs. a Windows Service? I am ...
3
votes
2answers
562 views

Reset password on Windows Server 2008 R2

We have an Employee Self Service application running on standalone server. One of the feature of the application is "forgotten password", so employees can reset their own passwords. It works fine an ...
2
votes
2answers
168 views

TeamCity Agent Missing DotNetFramework4.0_x86, but not?

I've been trying to move our TeamCity install from an old server onto a new Windows Server 2008 R2 server, I've finally got everything configured. However the build agent is saying that ...
2
votes
5answers
153 views

Moving files between Windows computers without creating network shares

What's needed: To move several directories between two Windows 2008 servers on a regular basis. Due to security requirements, neither server is supposed to have network shares set up or extraneous ...
2
votes
1answer
165 views

What .net Features are *not* available on Windows 2008 R2 Server Core?

So Windows Server Core 2008 R2 added support for ASP.net, but only a subset: Subset of .NET Framework 2.0 Subset of .NET Framework 3.0 and 3.5 – WCF, WF, and LINQ Now the question is, ...
1
vote
2answers
71 views

Add Blocked IPs using .NET Framework

We have a lot of machines, and it can be a pretty big pain in the ass when a customer on one of them requests that we block some IPs. We run Game Servers, so generally IPs that need to be blocked can ...
1
vote
1answer
124 views

How to enable WCF net.tcp in IPSec?

I'm trying to connect from a web app to another web app using the WCF.NET NET-TCP protocol. This net.tcp protocol is enabled in IIS and is using the port TCP 808 in my case. I've configured IP Filter ...
1
vote
2answers
170 views

How can I use the Browse for Folder dialog from a WPF app on Windows Server Core?

I've tried using the FolderBrowserDialog and that seems to work on my development machine. However, this is not supported on a Windows 2008 R2 Server Core. I tried running this code anyway - the ...
1
vote
3answers
580 views

Run a .net framework 1.1 program under .net framework 4.0

I want to run the freeware version of codesmith (2.6, that has been built on .net framework 1.1) on Windows Server 2008 r2 64bit There is a way to force it run under the .net framework 4.0? The .net ...
1
vote
3answers
2k views

How to write to eventlog in Windows Server 2008 using C#?

I have the following piece of code that works well in Windows Server 2003. It writes to the Application Event Log in EventViewer. The same code doesn't work in Windows 2008. The application crashes. ...
1
vote
0answers
595 views

Enable ODP.Net performance counters

How can I enable the ODP.Net Performance Counters for my web app??? I'm Using: .Net 2.0 Oracle 11g Windows 2008 R2
0
votes
2answers
79 views

Unable to delete local user using System.DirectoryServices.AccountManagement.UserPrincipal.Delete()

I am trying to delete local user account using System.DirectoryServices.AccountManagement.UserPrincipal I am using VS 2010 running on Windows Server 2008 R2 Enterprise SP1 Here is my code using ...
0
votes
1answer
19 views

How to allow the user to build a schedule and execute some code (.net)?

I'm trying to build an application that will allow the user to setup N number of schedules, and then execute some different custom code for each schedule. I know I could manually set this stuff up ...
0
votes
0answers
34 views

Windows Form App crashes in Server 2008 obtaining Firewall Manager

I wrote a small C# application to do firewall tasks like block IPs, enable/disable the firewall, etc. It works perfectly on Windows 7 x64 but as soon as I try it on Windows Server 2008 x64 it crashes. ...
0
votes
1answer
173 views

The following exception was thrown by the web event provider 'EventLogProvider' [closed]

I can't get a new ASP.NET 4.0 application to work on IIS 7, in Windows 2008 R2. All I can see in my event log is the below error. I can't seem to find any information about what it means, can anybody ...
0
votes
0answers
25 views

svctraceviewer exe in Windows 2008 Enterprise Server

I have a WCF service running on a Windows 2008 Enterprise Server. I just enabled Tracing on in App.config of the service. I have been trying to find the svctraceviewer.exe on the server and am not ...
0
votes
1answer
33 views

EventLog stops sending EntryWritten events after clear

In Windows 2008 server, when I clear the EventLog, I stop getting subsequent EntryWritten events. The code to see this is very simple: private void eventLog1_EntryWritten(object sender, ...
0
votes
1answer
66 views

Why isn't my machine.config HttpModule running in my web app?

I wrote a HttpModule in .NET 3.5, 32 bit Win 2003, IIS 6 that worked great. Its assemblies were in the GAC and the config was in the machine.config. Everything has been great for years. I just ...
0
votes
0answers
187 views

System.UnauthorizedAccessException: Retrieving the COM class factory for component

I have a problem with a VB2010 (ASP.NET 4) project in Visual Studio 2010. I'm using Windows Server 2008 R2 SP1 and Access 2010 (32bit). The error message I'm getting is: ...
0
votes
2answers
140 views

MSMQ service does not recover when restarted with Recoverable message on queue

I have a private, non-transactional message queue running on Win2008 R2. The queue breaks when I do the following: Place a recoverable message on a queue like so: Message msg = new Message { Body ...
0
votes
0answers
230 views

InstallUtil Weird Error - Not Showing in Services List

OK, for some strange reason, I created a service (32 bit), it has an installer setup in Visual Studio. I run: installutil /i c:\path\service.exe It's pointing to the 32 bit version of installutil. ...
0
votes
1answer
157 views

Installing .net 3.5 on Windows 2008 R2

Is there a way to silently install .net 3.5 on Windows 2008 R2 using the dotNetFx35setup.exe (2.5) meg file and silent mode, or do you alway have to install from Server manager? Thanks
0
votes
2answers
217 views

Detect Server Display Resolution

On windows server 2008 can I have a web service or something I can query from a C# application as to the display properties (resolution (height & width)). The C# application does not run on the ...
0
votes
2answers
195 views

Running Nant 0.86 in Windows Server 2008 R2

Hi i'm trying to run Nant but keep getting this error when i tried to build Failed to initialize the 'Microsoft .NET Framework 3.5' target framework Property evaluation failed Expression:$> ...
0
votes
0answers
64 views

Current URIs Cache issue taking high CPU utilization

I just shifted to Win 2k8 server and my .Net 3.5 apps is taking high on CPU utilization. There is a specific process called as Current URIs Cached which takes high CPU utilization. How can I reduce ...