I am creating an installer for an application. In the installer (created as a Visual Studio Setup and Deployment project) I am trying to set a registry value to hold a DOS style path that includes the end-users Program Files directory... unfortunately the [ProgramFilesFolder] property provided gives me a full long style path.
i.e. I wan...
I have been working in Visual Studio which has DevExpress. My project now doesn't recognize DevExpress so I now have 102 errors on lines like:
GroupHeader1.GroupFields.Add(New DevExpress.XtraReports.UI.GroupField("name"))
Friend WithEvents XrPageInfo1 As DevExpress.XtraReports.UI.XRPageInfo
In addition to this when I try to go to the...
Easy points for someone with Visual Studio C++ experience:
I am converting some Qt project files (.pro) that run on Linux and Mac into Visual Studio project files (.vcproj) The Qt Visual Studio add-in converted everything fine except the DLL dependencies. Where do I put these in Visual Studio 2008?
If I put the DLLs in Configuration P...
Hi,
I'm currently developing a win32 console application, and wondering if there is any way to make visual studio open it in powershell instead of cmd.exe when I'm debugging it.
All I really want is a better shell, where I can copy/paste etc. without clicking.
Thanks
...
I'm looking for a free, syntax-highlighting, possibly autocompleting "Programmer's textbox" style control for use in a Visual Studio Windows Forms or WPF project. It should work with C# and self-defined languages, and the licence should permit its use in a closed, in-house development tool.
There are pay-for solutions available - someth...
I'm using VB 2010 Express.
When an error occurs in the form load function, the form load function simply terminates.
Then, when I click on one of my buttons, the button click sub also terminates if it has an error.
I can wrap the code that produces the errors in try/catch blocks, but I'd very much rather the debugger to throw an imm...
Hey guys, I have a dilemma that I am uncertain about, as I not sure if it's is exactly possible for a Visual Studio Add-in to run its code automatically.
I need an add-in that can run passively, like a logger for Visual Studios. However, the Exec method that I know so far can only execute commandbar functionality, but I need the code to...
How do I add .cpp files to a project and have them visible in the project but not included in the compile? Basically I want the "Excluded From Build" flag to be set to "Yes". I want to do this for C++ Unity style builds.
...
Is there a way to force the MVC automatically generated code to follow the conventions you have set in your preferences? For example, I keep all curly braces on the same lines as their declaring class, method, etc, but when generating a controller, it completely disregards my settings. Is there a setting someplace to force the same cod...
Just curious, I was told that with dll files, you can make modifications to the dll without recompiling the whole application that uses it. On the other hand .lib files need to be compiled so the code can linked to the application as one.
So I know that the .lib files are turned into machine code. but what about the dll's ?? Are they t...
Hi
I am looking for an alternative to Test Professional/Team Server that hopefully is free.
They can be multiple tools/ hosted tools(hosted might be better).
What I am looking to do is
Load Testing.
Performance Test( So I need something that can simulate like users on the site so I can see how my site handles with 50 users, then 50...
Hello everyone,
I have a custom Http Handler which manipulates HTTP POST and GET. I got the project working on a seperate isolated server now need to put it in production...
using (var client = new WebClient())
{
client.Credentials = CredentialCache.DefaultCredentials;
client.Uplo...
I am just trying to further understand extern C functions.
According to my knowledge, an extern C function is always a function you are trying call from an application that has already been compiled. Either a executable, static or dynamic library.
extern "C"
{
HRESULT CreateDevice();
typedef HRESULT (*CREATEDEVICE)();
HRESU...
Hello,
I want to know if there is any way I can change the value of a variable during execution time, using Visual Studio 2008? I know I can do this on Eclipse (put a breakpoint, add a watcher and edit whatever variable value I want) but I didn't find this feature on VS yet?
Any idea?
Thanks
...
Hello,
We're a small team, working on a asp.net web project, as well as service, both projects dependent on a shared class library.
We'd like to have the class library settings different per developer (and later on for production).
In settings are included sensitive information, such as passwords, as well as hostnames.
How should we a...
Hi,
This was driving me a bit nuts as testing strong singing and installation to GAC of assemblies was working on one of my PC's, but not the other. This was the case with snk key files and pfx.
They could not be installed via either a drag and drop into the Assembly via explorer, or using the mscorcfg.msc tool.
I then realised the te...
What is the Best/Worst features of Visual Studio 2010 you like/dislike most, comparing to VS 2008?
...
We will convert a number of programs written in C++ and MFC in Visual Studio.NET 2002 to Visual Studio 2010. What problems can we expect to encounter? What changes are there in the libraries that are worth knowing?
...
What is must have add-ons in Visual Studio 2010?
...
I'm working on the project that uses another project source (not as referenced assembly). When my colleagues are changing with big problem that I need to synchronize file structure changes in 5 projects.
Please, advise me how can I synchronize this source links automatically or semi-automatically, but not making "Create directory", "Ad...