I have created an application in c++ using VS .Net. There is only the windows.h dependency in my application, all other header files are standard. But the problem is when I make the release of my application and run on other system it show the error dialog box,
"This application has failed to start because the application configuration is incorrect".
Kindly help me to sort out this problem.
Howdy,
I am working on a backup plan for TFS 2010. I found this site http://msdn.microsoft.com/en-us/library/ms253070(VS.100).aspx that details a complex backup solution.
Has anyone tested these procedures and can confirm they are accurate?
There are a couple of steps that violate the SharePoint rule "Do Not Modify the Database!"
Thank you,
Keith
We have 2 different locations, and at both site we have multiple domain controllers (Win2008).
In our application we use Serverless Binding to execute our LDAP queries http://msdn.microsoft.com/en-us/library/ms677945(v=vs.85).aspx.
If we look at de DnsHostName of the LDAP://RootDse on site B we always get the default domain controller of site A. Therefor all LDAP queries go much slower.
Is there a way to change the default domain controller per site ?
I've been asked to size a web architecture for an excessive number of concurrent users ( hundreds of thousands ).
I'm having a hard time convincing these people that unless you are in the top 5 of your country websites it's quite hard to hit those numbers.
Can anyone provide some real world case studies providing stats for total / concurrent users explaining what is the usual ratio between total vs concurrent?
Which of the two is more energy efficient on a OLED Display?
White text on a black background
Black text on a white background
Links to OLED vs LCD, efficiency wise, would also be appreciated.
Environment:
VS 2008 Pro SP1
MSDN Library for VS2008SP1
Sample Code:
Dim userDataset = New DataSet
Dim myDataAdapter = New SqlDataAdapter("SELECT UserName FROM tblwebUsers WHERE name = @person", connect)
myDataAdapter.SelectCommand.Parameters.Add("@person", SqlDbType.NVarChar)
When I put my cursor on the "d" in "Add" and press F1, I get an "Information Not Found" error from the MSDN Library.
Does anyone have any suggestions for addressing the issue?
A little background to those whom may think this Question to specific: The MacBook Air SuperDrive draws 1A vs 500mA of a normal USB device, and therefore you can't use a standard USB hub powered or unpowered because each port gets 500mA not 1A...
Have any MacBook Air users found a USB hub which can accommodate the MBA SuperDrive and another peripheral?
We're considering Brocade's CX series vs. Cisco's 3750 at both core and distribution layers for a new site with gig to desktop, without POE.
If you have any hands-on experience with FastIron CX switches, I would greatly value your impressions. I'll gladly add mine to the discussion when we get some quality time with our eval units (one just arrived yesterday, another's on the way).
Thank you!
I'm looking to ask some questions regarding to App Store functionality/terms and conditions related to developer access to customer information and the purchase ecosystem, eg app store vs external. What are the most appropriate Q&A sites and forums for questions like this?
Ideally, I'd like to be able to do this through a batch file or VB script, so I can schedule it to run at different times of the day (dark wallpaper at night vs. light wallpaper at day).
I am aware of the many applications which could do this, but I prefer to keep only necessary applications running in the background.
On a dashboard to manage business web apps (CRM, email marketing, collaboration, accounting...) from a single place which features should be a must have and nice to have?
Those that come to mind are SSO, unified billing, users provisioning. What else?
What should be available to the super user (admin) vs the business user?
Do you know any products of this kind in the market today?
Thanks
Christophe
GetApp.com
Could anyone explain to me why is it that producers of processors claim that their processor can perform so many thousands (or millions) operations per second and yet typical program (Word, VS etc.) on my machine with 4GB, 3500hz starts with no less than 10sek. Have to mention that I've just formatted disk and tick any necessarry boxes to optimize my machine. So if for example outlook starts in 10 sek I wonder how many millions of operations have to be performed to run such program?
Thanks
I have two servers running Virtual server 2005 R2 SP1. I'm using Symantec Backup Exec 10d for backups.
One server runs the backups fine but the other will cause the vm's to crash when it tries to backup. I think the problem is because the "Microsoft Vitual Server 2005 Writer" is not showing up when I run "vssadmin list writers". Can I install the writer without reinstalling VS 2005?
We are doing embedded device and due to low memory contraints and closed enviroment best option there would be using one of TLS-PSK ChiperSuites (pre shared key - no asymetric cryptography). As far as I see there is no TLS-PSK support in Schannel http://msdn.microsoft.com/en-us/library/aa374757%28VS.85%29.aspx but is there any way to use TLS-PSK on IIS?
The problem
Somehow on this box every time I split a window (^W v or :vs) the original pane scrolls in such a way that my cursor is exactly scrolloff=5 from the top.
I have tried to remove all ~/.vim* and /etc/vim* files but no dice. Even a aptitude purge vim followed by a rm -rf /usr/share/vim/ /etc/vim* didn't change anything.
Note: This seems to be specific to a certain Vim version since I do
not have this on my other boxes with the same .vimrc.
Versions
Vim: 7.3
Ubuntu: 11.04
I recently bought a Patriot Xporter XT Boost 8GB Flash Drive whish is supposed to be one of the faster flash drives but it seems extremelly slow. For isntance Firefox takes several minutes to load. Are there any tips or tricks to making it run faster? NTFS vs FAT32? Any registry settings or options in device manager?
Can anyone explain to me why there are sometimes 10 or 15 processes with the same title and "stats" listed in htop? I'm guessing there are multiple threads running - but that many of them obviously couldn't be running concurrently.
Is there any sort of performance hit taken if a process uses say, 15 non-concurrent threads vs. 10 non-concurrent threads?
Win7 libraries have a default folder location, but there are times I want to save to a different one (eg My Documents vs Shared Documents) but I can't find any way to specify any of the other locations from the file-save dialog.
Would It be possible to connec my xbox 360 to a second AirPort Extreme, wherein this AirPort Extreme is wirelessly linked to the first?
I assume it is and is straight forward, but I thought I'd ask first. Also, would an Ethernet to a second AirPort Extreme be any faster than, say, a dual band wifi connection from a MacBook? Obviously environmental factors play in, but I'm mostly curious about the relative receiving strength of the airport vs laptop.
Machine A, Windows Server 2003. Machine B, Ubuntu 9.04.
Aim is to copy new and updated files as fast as possible from A to B. B can mount A either as CIFS or NFS (Services for Unix NFS server running on A). This is an absolutely time critical operation.
What is the best way of achieving this?
Note: benchmarked NFS vs CIFS and CIFS was faster and there was less variance in the speed (haven't tuned the NFS setup at all)
I want to open four vim files on the command line:
vim file1 file2 file3
But I would like each file to be opened in a separate split:
vim -c "split file1" -c "split file2" -c "split file3" file4
(The above splits the screen horizontally 4 times)
Ideally what I would like to do is split the screen into 4 squares like:
|-------|-------|
| | |
| | |
|-------|-------|
| | |
| | |
|-------|-------|
I know how to do this once vim is open but I am unable to do this from the command line (using vs). Any ideas? Everything I try ends up looking like this (or a different variation):
|-------|-------|
| | |
|-------| |
| | |
|-------| |
| | |
| | |
|-------|-------|
Is it possible to assign different background images to tabs in Conemu?
Console2 supports custom backgrounds per tab, and I'd like something similar to the functionality it provides.
Perhaps I can set this in Startup - Tasks or via the command line of a running tab, but I can't find any information on it.
e.g.
Tab1 cmd "cmd.png"
Tab2 powershell "ps.png"
Tab3 Visual Studio Command Prompt "vs.png"
Tab4 Admin:cmd "warning.png"
Is there any work around to Successfully install SQL server 2008 32-bit on Windows 7 Home premium 64-bit ?
If this is the case I first installed VS 2008 SP 1 on my machine and when I click on install.exe file for installing SQL Server 2008 (Developer Edition) I get an error related to .NET Framework version which is installed already on my PC. { I get the same error trying to install Enterprise Edition}
I'm gonna spec a new computer, used for running VMWare Worksation. The computer will be running a few virtual machines - A dev machine running VS-2010, a build machine, a version-control machine, a web server for testing, a "personal" machine running office etc.
Any suggestions? Processor, MB, disks etc?
(P.S. The only item I AM sure of is that the machine will be using a Xonar Essence Stx, connected to my NAND amplifier ;-)