In Windows XP, whenever you right-click to select Properties to a particular DLL, you will be able to access the Version tab.
In windows Vista, there is the Details table, which had some, but not all, the usual displayable items in the Version tab. In particular, the Assembly Version is missing.
This is a head-banging problem for me ri...
Hi,
I have been working for an installer in VC. Although it is working fine with Windows 2000, XP and Windows 2003, its not working under Windows 2008 and Vista after a crash. Interestingly it will work like a charm as and when I changed the executable name.
I'll explain briefly what i did in Windows 2008 and Vista.
My executable's na...
In windows 2008 server logged in as a user, When open a xlsx file with Microsoft Office Compatibility Service Pack 2 for Word, Excel, and PowerPoint 2007 File Formats. It is giving "the converter failed to open the file". If you logged in as a administrator then it is converting. For this added the identity of the user in Dcom config - C...
SQL Server has encountered 1 occurrence(s) of I/O requests taking longer than 15 seconds to complete on file [T:\MSSQL\DATA\%file_name%] in database [%DB_name%] (2). The OS file handle is 0×00000838. The offset of the latest long I/O is: 0×000000ebdc0000
Has anyone encountered and solved this?
...
Hey all,
I did notice this post but am looking for more specifics.
I have 2 servers running Windows 2008 Server Web Edition and am running websites on both of them. I would like to be able to mirror IIS settings onto each box from the other so that, in event of a 'server 1' crash, I can log into 'server 2' and quickly get all sites th...
Hey everyone,
Everywhere I go on google I get the same answer to this problem but it is the wrong answer for me. Originally I installed Subversion 1.5.6 for windows (i run Windows Server 2008) on my server and i made a repository for a project. Then I used a Tortoise client version 1.6.X on my laptop to update the project. Everything wa...
I'm hosting a WCF service inside a windows hosted service.
When I start the WHS, I get the following error:
The ChannelDispatcher at 'net.tcp://mysecreturl/' with contract(s) '"IClass"' is unable to open its IChannelListener.
System.InvalidOperationException: A registration already exists for URI 'net.tcp://mysecreturl/Indexer/'.
...
I have a VB6.0 application running at a client's site on Vista SP2. When attempting to connect to a SQL 2005 Express database on a named instance ([edit]running in Mixed Mode - not Windows Authentication Only), on a SBS2008 server, from THREE OF THE FOUR Vista workstations in the office I receive the following errors:
"SQL Server does n...
Hello everyone,
If I am using IIS 7.0 + Server 2008/Vista Enterprise, any ways from IIS 7.0 side to control the upload speed? For example, max upload speed at 1M bytes/second?
Any configuration based easy solution is great! And any programming based solution is also appreciated. :-)
thanks in advance,
George
...
* Readers Beware: massive code dump, not for the faint of heart... *
Hello,
I'm trying to figure out how to deploy a Silverlight 3 app to IIS7 with a WCF Service. I think i've got most of it figured out however I still get a cross domain error for some reason. I'm leaning toward thinking that the service is not finding the client acc...
Hello everyone,
I am setting up Windows Search Server Express on Windows Server 2008. Here is Windows Search Server Express information. By default, it is using Windows authentication which needs server local Windows user name and account when access the search service from a remote machine.
http://www.microsoft.com/enterprisesearch/se...
I have built a web setup project in VS2008 which installs my ASP.NET/Silverlight app into IIS. This works fine everywhere except on Windows Server 2008.
I get this error message in the MSI installer log file:
MSI (c) (C8:D8) [15:02:21:067]: Invoking remote custom action. DLL: C:\Users\ADMINI~1\AppData\Local\Temp\1\MSIB7DD.tmp, Entrypoi...
Hi!
I need to be able to connect and reconnect to a VPN connection in Windows 2008 server programmatically. I also need to monitor the state of the connection.
One solution is to use the rsdial application built into windows and use Process.Start() to invoke it. My problem is then how i would monitor the state of the connection.
I am...
Hello Folks:
Our ASP.Net 2.0 web app was running happily along on Windows Server 2003. We were starting to see some of the limits of the environment approaching, such as memory and CPU usage spikes, and as we're getting ready to scale we decided it was time for a larger server with higher availability.
We decided to move to Windows Se...
Can I install MDM 2008 SP1 with WSUS 3.1 SP2?
It fails telling me I need WSUS 3.0 SP1 or higher.. but since I have SP2 shouldn't it work?
I'm installing on Server 2008
...
We had IIS 6 on Win 2003, We upgraded to Win 2008 and now our app is same, basically its a simple file server to resize images and cache them and deliver to clients. Since resizing requires more memory size, running under Pipelined Pool causes no more memory errors so we went back to Classic mode and there is no ther website, only one an...
Hi guys,
We are migrating to Windows Server 2008 R2 x64 from Windows Server 2003 x86
We usually have a fully documented setups and procedures on migrations which proven & working on windows Server 2003 x86 since we already done more 5x in less than 3 years in a roll.
But now on Win2k8 Server R2 x64, we still followed the above, the on...
Hi,
I am having problems downloading files possibly due to the file extensions not matching the actual file. What is happening is the File.Exists check is returning false for these even though the named file does exist. Is anybody aware of anything in IIS or even IE which would cause this. I have seen this with .txt, .exe. and .avi f...
I have developed a web app a year ago aimed to work with IIS6.
Now we are moving to IIS7 and I thought, I'd do some integration tests.
One of this fails:
The web app is more or less a search-engine, giving a 404 or 500 (thanks to your google-advisor ...) when there weren't any results or the data-container is not loaded yet. With IIS6 t...
Sometimes when I call RegisterEventSource(), it returns NULL. GetLastError() returns 0.
The event log is on a remote machine in the same domain, and the user is an admin in the domain. This happens several times in a row on different machines (but with the log on the same machine), then stops happening.
Why can this happen?
All machi...