We have an 32 bit application consisting of some processes. They communicate with shared memory of a DLL used by every process. Shared memory is build with global variables in C++ by "#pragma data_seg ("Shared")".
When running this application sometime during starting a new process in addition to an existing (first) process we observe t...
I have next SVN repositories structure running Apache 2.2 under Windows Server 2008:
http://example.com/svn/ is targeted to e:\svn (root)
http://example.com/svn/dir/ is targeted to e:\svn\dir (some directory with a number of repositories)
http://example.com/svn/dir/repo/ is targeted to e:\svn\dir\repo (a repository itself)
How to acc...
Hi,
a colleague of mine wrote a webservice that runs on port 8081 of our Windows 2008 Server.
He uses the class ServiceHost, afaik this means its a standalone host (no IIS or ASP involvement). Note: I'm new into WCF ;)
Now there are some issues with clients behind a firewall blocking the requests to remote port 8081 of our server (wher...
My website is running on Asp.net v4 , IIS 7 , Windows server 2008.
My cpu is running on 20-30% and the site is responding quickly.
Every 2-5 mins i'm receiving the following error:
Event code: 3001
Event message: The request has been aborted.
Exception type: HttpException
Exception message: Request timed out. ,
Request informatio...
Hi
I have CFv2.0 VB.net application running on PDA 6.0 accessing webservices all the time for data exchange. Number of PDA's are more then 20 all accessing the webservice on Windows Server 2008 IIS7.0 all of a sudden some PDA's stop working (cannot access web service) and get web no connection exception. Can access the service from IE.
...
I am having an impossible time getting asp.net 4.0 to work in any fashion at all. In fact, I completely wiped my server, reinstalled with Server 2008 R2 Standard (running on a VMWare ESXi box, not that it should matter), and cannot even get a test .aspx page to work.
Here is exactly what I did:
Installed 2008 R2 Standard
Activate...
I have a Win32 C++ Application using a handful of third-Party DLLs that is installed at some hundred costumer machines. I recently tested the x86 Version of the installation successfully on Windows XP, Windows Vista x64, Windows 7 x86 as well as Windows Server 2008 x86. No Problems. The Installer (nullsoft) installs the redistributable f...
My installer deploys a configuration exe which is used to do some basic configuration on a windows service which is also installed. The exe also needs to create and write some registry keys. On a Windows server 2008 environment these keys can't be created. I have investigated and found that this is an Administrator privilege, and the exe...
Intermittently we'll get errors like these from our .NET 3.5 web applications:
Exception:
System.Configuration.ConfigurationErrorsException: Could not load file or assembly 'itextsharp, Version=4.1.2.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca' or one of its dependencies. Failed to grant permission to execute. (Exception from HR...
Hi All,
I have an MFC application that tries to change the system zone setting on the Windows Server 2008 R2. I am using the SetTimeZoneInformation() API which fails with the error code 1314 .i.e. “A required privilege is not held by the client.”. Please refer the sample code below:
TIME_ZONE_INFORMATION l_TimeZoneInfo;
DWORD l_dwRet...
Hi all,
I have some clients that use my software, however they are having some issues with registry access, they are running Windows Server 2008, I was wondering if it is possible to use the RSOP tool to determine the individuals registry privileges? or am I barking up the completely wrong tree?
cheers
...
same as in title? I have a test server with mentioned OS and my app is .net 3.5 based. I do want to know if win 2008 r2 comes with service pack 1 for .net 3.5 from the box. And does it come with .net 3.5 sp1 family update as WELL, since after I downloaded the update, the installer says I do not have software required to update. Could som...
I want to implement a UAC prompt for an application in visualc++ the operating system is 32bit x7460(2processor)
Windowsserver 2008 the exe is myproject.exe through manifest..
Here for testing i wl build the application in Windows XP OS and copy the exe in to system containg the Windowsserver vistamachine
and replace it
So what i did i...
As the title says, I just finished my first year of college (majoring in Software Engineering). Fortunately my school likes Microsoft enough, and I can get pretty much anything I want that Microsoft sells. I also can get IBM Websphere and the like for free as well.
Earlier this year, I set up an oldish computer (2.6 Pentium D, x64) to...
Does this function affect Memory-mapped file performance?
Here's the problem I need to solve:
I have two applications competing for disk access: "reader" and "updater". Whole system runs on Windows Server 2008 R2 x64
"Updater" constantly accesses disk in a linear manner, updating data. They system is set up in such a way that updater ...
Hi,
Environment is:
Windows Server 2008 R2 x64
Slik-Subversion-1.6.11-x64
TortoiseSVN-1.6.8.19260-x64-svn-1.6.11
I have setted up svn srvice based on Jeff Atwood guidlines and can connect work with host via svn command lines like svn list svn://localhost, but TortoiseSVN can't connect to it even on server machine itself. All firewall t...
Hi
I'm seeing odd behaviour using the StreamWriter class writing extra data to a file using this code:
public void WriteToCSV(string filename)
{
StreamWriter streamWriter = null;
try
{
streamWriter = new StreamWriter(filename);
Log.Info("Writing CSV report header information ... ");
streamWriter.Writ...
Hi, in a 64-bit WinOS ennvironment, how can a 32-bit process/app such as CMD invoke a 64-bit app?
For example, we have a 32-bit launcher (aka installation program). It needs to invoke a 64-bit 3rd party installer. Presently, doing so will render the OS to say it's not a Win32 App.
If you know of any workaround or suggestion, I am all ...
Our Win32 applications need to write in their installation directory. So under Windows 7 and Server 2008, this requires administrator rights.
Currently we manually check the "run as administrator" option in the properties/compatibility tab of the EXE file.
Is there a way to do this automatically during the installation of the MSI?
...
Hi all
We've recently upgraded from CF 8 Enterprise to CF 9 Enterprise with hotfix 1.
What we have noticed is that some CF 9 counters accessed via perfmon are now giving crazy values.
I recall something very similar happening when we upgraded to CF 8, but that was addressed by the following hotfix:
http://kb2.adobe.com/cps/404/k...