Tagged Questions

10
votes
3answers
1k views

How to write in a registry key own by TrustedInstaller

In order to install a new property page into the Active Directory SnapIn, I need to write into the following registry key of W2K8 R2 (as documented by Microsoft) ...
3
votes
2answers
71 views

Finding source of web performance issue

We are tring to track down a performance issue on a asp.net solution on windows 2008. The error page that has no database access and very little logic takes 10 sec. Other pages over 70 seconds. ...
3
votes
2answers
582 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
1answer
41 views

Setting the permissions of a file correctly after moving

I transfer a file from one location to another. The problem is when I transfer the file to the new location, the permissions on the file are what they were before I moved it. Suppose I have User ...
2
votes
2answers
556 views

ADODB COM object not found

I am using ADODB COM object in my c# application which is developed on Windows 2008 R2 Standard 64bit. Now I have moved application on prod server with Windows 2008 Standard 64bit(not R2) and now I ...
2
votes
1answer
647 views

Remotely change computer name for a Windows Server 2008 machine using C#?

Might someone be able to point me towards a conclusive resource to learn how to remotely change a computer name on a Windows Server 2008 machine using C# I've looked at lots of sites for help and ...
2
votes
2answers
529 views

Proper use of Message Queue on 2008R2

I am not a programmer but I am trying to help them out by giving them some guidance. We no longer have any in house expertise on msmq. We are trying to use this to integrate some functions with a ...
2
votes
2answers
2k views

applicationHost.config Error: Cannot write configuration file due to insufficient permissions with IIS shared configuration

I use the Microsoft.Web.Administration.ServerManager class to manage a web site in a windows service. I use impersonation in my code, with an admin user, the user has the right to modify my ...
2
votes
2answers
795 views

Access to the path is denied

I'm trying to use a ASP.NET(C#) application on a IIS-Server. Everything is working great, i have only one problem. I'm trying to create a CSV-File in the 'C:\inetpub\wwwroot\bin' directory, but i get ...
1
vote
1answer
54 views

How retrieve directory of the assembly

In order to call a webservice, I've created a DLL in C# .NET 2.0 . After registering the DLL in SQL Server 2008 R2, I tried, in this DLL, to retreive its directory in order to load a configuration ...
1
vote
1answer
282 views

how do I run multiple WCF services on one port?

I have 4 services running from one WCF service application, and it all works great if use 4 separate ports and is running on my local machine, hosted in a console app. That's fine for development, ...
1
vote
1answer
2k views

KERNELBASE.dll error running c# app on Windows Server 2008 R2?

I have a .NET 3.5 executalbe, compiled with 'Any CPU' and when I attempt to run it on Windows Server 2008 x64 R2 - It gives me: Faulting application name: mcb.exe, version: 0.1.0.8, time stamp: ...
1
vote
1answer
511 views

MSMQ on Windows Server 2008 R2

I have installed MSMQ on Win 2008 Server R2 and it has no public queue node. Do you know how to fix this? Server runs in a domain. Domain controller is Win 2003.
1
vote
1answer
210 views

Reading / Writing security properties to objects in Active Directory (the same way Delegation of rights work) C#

I'm looking for a way to read and set security permissions on an object (OU or users/computers) in Active Directory on Windows Server 2008+. The same way that Delegation by using Active Directory ...
1
vote
1answer
213 views

plink process doesn't end if calling user isn't logged in

I'm calling plink from C# code which is running as a certain Windows user. I call plink like plink.exe user@hostname -pw password commands Usually the plink process ends immediately after the ...
1
vote
4answers
3k views

What are the causes and solutions of exception code c0000005 in mscorwks.dll?

The exception code c0000005 is thrown from mscorwks.dll when the application is run on Windows Server 2008 R2 launched using test complete. Other platforms (WinXP, Server 2003 R2, Windows 7 32-bit and ...
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
2answers
2k views

Programmatically attaching a VHD to a remote Hyper-V VM

Using Hyper-V Manager, I can connect to a remote VM host, go to the settings of a VM, and add an existing .VHD file as a new hard disk. If the VM host is running Server 2008 R2, and the disk is being ...
1
vote
4answers
1k views

Why can't I receive a message from my remote public transactional queue?

I'm using C# on Windows Server 2008, and I want to receive a message from a public transactional queue on another machine in the same domain. The error looks like this: ...
0
votes
0answers
9 views

What are the feature differences between Windows Server AppFabric running on Windows 2008, vs. 2008 R2?

I am trying to understand what all the differences are between Windows Server AppFabric running on Windows 2008, vs. Windows 2008 R2. This is to help guide a decision about whether to upgrade servers ...
0
votes
2answers
98 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
2answers
178 views

Access to the path 'C:\Windows\System32\ is denied

i wrote a website for someone and want to disable it after two mothns. (because he should pay for it after two months, if not i should blow it up) so, i called a DateTime WebService from my web site ...
0
votes
0answers
75 views

WMI vs NETSH for Adding IP's to NIC with C#?

I am writing a small tool to simplify some of the stuff I do at work day to day, and the Windows GUI for adding IP's to the NIC is horrid. I am looking to find a decent way to... Pull all Static ...
0
votes
0answers
47 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
0answers
286 views

HTTP Error 503 - Service is unavailable (how fix?) [closed]

i have a web site for download mobile files and there many users in my web site. sometimes i have the error below : HTTP Error 503 - Service is unavailable 1-so why this error happens and what is ...
0
votes
1answer
318 views

The remote host closed the connection Error, how fix?

i am using elmah -> Elmah.axd in my project for finding errors. there is an error like this : System.Web.HttpException: The remote host closed the connection. The error code is 0x800703E3. ...
0
votes
1answer
93 views

Why is nservicebus ignoring my subscription message?

I have two simple console applications to integrate nservicebus. One is a publisher, the other a subscriber. The subscriber in the case also receives other messages via Send() from yet another web ...
0
votes
0answers
218 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
1answer
64 views

ArgumentException from DataRow.Item() in Turkish Window server 2008 installtion

Our software was installed on (customer site) Window Server 2008 R2 Foundation in Turkey (So locale is set to Turkish, and thus all menus and messages are displayed in Turkish). We are using SQL ...
0
votes
2answers
92 views

Home page in MVC app is not correctly routed with IIS 7.5

I deployed an MVC app in Windows Server 2008 R2 with IIS 7.5 (Integrated Mode). The first page that the browser should show if I enter the address (http://192.168.3.5:2011/) is a Login page. The thing ...
0
votes
0answers
46 views

LsaEnumerateAccountsWithUserRight fails when connecting to Windows Server 2008 r2

I have some c# code that uses the "advapi32.dll" to connect to various servers to collect various information for documentation purposes. Part of that documentation is getting user permissions from ...
0
votes
1answer
298 views

Errors scheduling a C# console app that sends faxes via FAXCOMEXLib

I have a console app written in C# that uses MS Fax (FAXCOMEXLib) to send faxes. If I run the application manually or from a command prompt it works as expected. If I schedule the application with ...
0
votes
1answer
332 views

Accessing Remote Registry of Windows 7 and Server 2008 through C#

I've been searching for a way to access a Remote Registry of a computer in my Network ( no domain configured ) but failed several times. Only way I can successfully get access is previously going to ...
0
votes
2answers
224 views

ASP.NET application using the wrong file path when publishing to a windows server 2008 machine

I have an asp.net application that i am modifying. I setup visual studio 2010 to publish to are development server which is running windows server 2008 RC 2 (dont think it matters). I added a new ...
0
votes
1answer
198 views

Unable to update excel (.xls) file in WCF deployed on Windows server 2008 R2

This issue is specific to a case, when i am trying to update an existing excel file via WCF. Please note that i am able to read excel files and the issue only occurs when i try to update any excel ...
0
votes
2answers
452 views

scheduled task run .exe problem

I have a c# console app that writes some text to a txt file when runs. I have added it in scheduled task. the task runs without error on a scheduled time... but the console window dose neither pop up ...
0
votes
1answer
436 views

Calling dism.exe from System.Diagnostics.Process Fails

For enabling Microsoft-Hyper-V and Microsoft-Hyper-V-Management in Windows 2008 R2 Server(64bit), I'm calling dism.exe as a process. The command I've used is Dism.exe /online /Get-FeatureInfo ...
0
votes
3answers
624 views

Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation error in prod server

I am getting some errors in production box which we are not getting in our local testing. We are not using any modal dialogue popuups or not any window message popups in entire popups. Is that causing ...
0
votes
0answers
242 views

login Lockout through Active Directory in windows 2008 server R2

My login control with active directory membership provider in a Windows 2008 server R2, doesn't got locked if user fails (few times) in the login. Here is my web.config: <membership ...
0
votes
2answers
229 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
1answer
527 views

Why does GetWindowThreadProcessId return 0 when called from w3wp.exe

When running the following code, GetWindowThreadProcessId returns 0. I've read about the same problem happening with a service, but this code is being run as an Application Pool in IIS (namely, ...
0
votes
1answer
296 views

More Complex Data Types in WCF, Association Attribute, Include Attribute etc

I have found this question: Complex data types in WCF? which has a very similiar problem, except it's based on enumvalue problems. My problem is a little more complex. I have a service with methods ...
0
votes
1answer
200 views

c# WebBrowser SVG Windows 2008 R2

I have a WebBrowser in my C# application, in which i want to show a SVG file. However, when I run the app on a Windows 2008 R2 machine, the SVG file does not show up. When I have a look at the same ...
0
votes
1answer
158 views

Use of StateServer with C# Website?

I've got two web portals that are almost identical in architecture. One requires that I add the following to my web.config and enabling the state server, as the logged-in user sessions expire after ...
0
votes
1answer
136 views

FTP7.5 - C# IFtpLogProvider incorrect LocalIP/RemoteIP

I am running into the following issue, which applies to Server 2008 R2 only. Microsoft FTP 7.5 has an extensibility interface, IFtpLogProvider, that I am trying to implement to do some custom logging ...
-2
votes
1answer
266 views

The system cannot find the file specified

I am getting the following error when invooking the follwoing code. if (Directory.Exists(Destination)) { Ent.Installer.Tasks.ShellOperations.ShellCommand sc = new ...