windows-server-2008

Why is my Subversion (SVN) Repositories error.log 16 GB?

Hi For some reason I have a file error.log which is 16GB In my Repositories folder on my SVN Server. It is normal? Why is it so big? Can I delete it? ...

Event Logging in C# on Windows 7/ 2008 Server.

Hi i am trying to make an event logger for my cmd line application. However I get this error when it tries to create the log for the first time. The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security. So I found this is a because of windows 7 and some new security. So right now...

A process crashed in windows .. Crash dump location

A windows process got crashed for some reason.. I need to analyse the crash dump. What is the crash dump file location? in windows 2003 pc health helped us to find the crash dump file.. How to get the crash dump file in windows 2008? ...

I cannot see turtoisesvn on windows server after installing it

Hello I just installed tortoisesvn on windows server 2008 but it is not showing any menus for tortoise when i right click any folder. can anyone help? ...

P/Invoke errors only on Vista/Windows Server 2008

I have code that uses methods from the SSPI dll (security.dll) via P/Invoke, which has worked perfectly on every platform tested (Windows XP, Windows Server 2003 both x86 and x64), however we are in the process of migrating to Windows Server 2008, and have found that the P/Invoke calls are crashing the process. I have put together the f...

How do I invoke a WSE3.0 service to be deployed to Windows Server 2008?

One of our C# ASP.Net projects has some dependencies on the Microsoft WSE 3.0 library, in order to consume a WSE3.0 web service. However, we're migrating the project to Windows Server 2008, which does not support WSE3.0. So I need to refactor the code to remove the dependency to WSE 3.0 but still maintain its functionality. The code is ...

How to determine if the currently logged-in user has been set to have roaming profile

How to determine if the currently logged-in user has been set to have roaming profile on the Domain Controller/AD machine. Environment = windows2003/2008 ...

azure developement fabric dll hell

Hello I am trying to package and start up azure developement fabric on a windows 2008 server, I am so close yet still far. The steps I take are 1) run cspack.exe command /copyOnly to generate the .csx folder 2) run csrun.exe commmand /LaunchBrowser to start up the developement fabric and startup the browser the error is as follows ...

Ruby on Rails on IIS?

I'm writing a Ruby on Rails app that normally runs on Heroku or a Linux Box, but I'd need to deploy it to a Windows Server as well. The Server is a 64-Bit Win2008 Server with IIS 7.0 installed, so normally I'd prefer using IIS instead of setting up an Apache next to it. I just don't know if Ruby/Rails works with IIS? Do Gems work? Is 6...

Start Windows Task from Outlook Macro

Is it possible to run a scheduled Task in Windows Server 2008 from an Outlook Macro? Background is that it should be possible to start this task on incoming emails with a special subject. The task normally runs every day, but sometimes it should be triggered manually and not everybody has access to the server. Maybe someone has a solutio...

IIS7 Restrict website access by MAC address?

Is it possible to restrict access to a website in IIS7 using MAC address rather than IP address? We are wanting to restrict access to our website to only known PCs as mentioned here: link text. These PCs will be external to our network, but because some users could be remote, we would rather do this on MAC address rather than IP address...

WF4 Instances and Windows Server 2008

I'm developing a Win Service app that hosts a WF service and a WF application on a Windows 7 machine. When I deploy it to a 2008 Server machine, my logs document activity from the Win Service but not from either of my Workflows. It's running under LocalSystem, would that cause my issue or is there another problem hosting WFs on a 2008 Se...

Really tough one... Windows Service throws System.BadImageFormatException on server 2008, x64, .net 4 migrated from 3.5

I'm really hoping someone's seen this before, because I'm dying on this one. I have tried compiling the service exe as AnyCPU, x86, and x64 It works on my win 7 x64 box I'm installing with installutil, the .net 4 version When I start the service, I get an error. It says nothing, but does point to which modules are loaded. Those of ...

unable to access local site using my serve name or ip address when it is possible on localhost

Hi, I have installed reporting services and share point server on my windows server 2008. Also IIS 7.0 is running. I am able to run: http://localhost:81/Reportserver but cannot run with the IP address or server name. Please assist I am working on it for days now, Thanks, buzzi ...

svn post-commit hook fails to run with psexec

Below is the script in my SVN post-hook fails to execute on every commit into SVN and hangs c:\PsTools\Psexec.exe \192.168.1.64 -u SERVER1\Administrator -p PASSWORD c:\mybatchfiles\checkin.bat This is to run a batch file on the remote machine (SERVER1) which is located on SERVER1 at c:\mybatchfiles\ But I am able to run the same abov...

Windows Server 2008 : Speech Runtime - What am I missing?

I am trying to get Speech Recognition to work on Windows Server 2008 using system.speech. I built a console application which uses System.Speech.Recognition (SAPI 5.4) on Vista. Works great on this machine. Tried to install/execute it on a Windows Server 2008 x86 machine. It has .NET 3.5. No luck... Threw errors--Upon investigation, di...

How can we overwrite EXE files while users are running them?

Background: Our companies internal user's run our .Net programs on 10-20 windows terminal servers. The executables are all stored on a central file server running windows 2003. Some of the terminal servers are running windows 2003 and some are running 2008. Issues: When we release a new version of one of our programs we renamed the ...

Windows 2008 server -hardware planning help

Hello all, I am setting up a website on win2008/sql2008 (64 bit) on a dedicated server, which may get 50K to 100K users/visitors. Concurrent users at any time may be 1000 (max). Users will log in 4 to 6 times a month and spend 10 minutes (maximum) on the site for minimal data entry. There will be some reporting run at night. The site h...

Ninject 2.0 incompatibility with Server 2008 R2?

Hi Everyone. I'm dev'ing an MVC 2 website targeting .NET 4.0 and using Ninject 2.0 (dev box running Win 7 64 pro). All is going well on the dev side, I really enjoyed using Ninject and it works a charm. Until I deploy it to the server. Once I deploy the app to the server (a virtual machine running Win Server 2008 R2 x64, IIS 7.5) the...

JFileChooser - Not browsing through the 'Mounted Drives' in windows server 2008 machine

I use JFileChooser in one of my java tool to browse file locations. It has a problem in browsing into the mounted drives - We can just chose the mounted drive but cannot go to next level/open and browse into the mounted location. But it works fine in windows server 2003 , but could not do the operation in windows server-2008. Has any...