I'm trying to sign a .net assembly with Visual Studio (2010). On the properties page for the project, I selected the Signing tab, and checked "sign the assembly" and provided a strong name key file.
The problem is that this project references another -- unmanaged project. When I try to build the .net assembly, I get the message: "Asse...
Something very strange happened here in Visual Studio 2008 (C#).
After deleting an icon resource from my project all my menu items and toolbar buttons disappeared.
I checked my form Designer.cs file and the code to the items are still there.
Also, I tried to search for the deleted resource file name (warning.ico) in the entire solution...
Hello
I have a WebService project in VS2005 and a Mobile Device .NET CF project. I add web reference to the WebService and thus I have a Reference.cs generated with proxy class. My problem is that I'd also like to have the pure interface generated and the proxy class to implement this interface. I want to use this interface to provide a...
Visual Studio is asking to create virtual directories in IIS when I open a solution. Could this be because projects within the solution have been configured to use IIS rather than Cassini?
The dialog message is:
"The local URI ... specified for Web project ... has not been configured. In order to open this project the virtual directory...
Does anyone know what the refresh rate of the accelerometer in the wiimote is? Is there a way to find out using Visual C#?
...
New microsoft's IDEs like Visual Studio 2008 or 2010 creates exe files with manifest resource by default. But i still have some projects in Visual Studio 6 and i need to compile them to be maximum compatible with Win Vista and Win 7.
So i have many questions about manifest resources:
1. Is manifest resource required to create well-formed...
I know how to create project or item templates and install them.
What I would like is to have item templates that are specific to a single solution.
In this case I have an ASP.NET MVC project and I would like to have default templates that inherit from my base Controller class, my base ViewPage`1 class, etc. instead of the default one...
How can I get Visual Studio to help me optimize my application, or tell me areas of slowness? Thanks
...
Well I have 2 issues but my main concern right now is my catch exception. Here is the code...
int GXRenderManager::Ignite(HINSTANCE * hinst, int * nCmd, GXDEVICE DeviceType, int width, int height)
{
try
{
GXRenderManager::hinstance = hinst;
GXRenderManager::nCmdShow = nCmd;
GXRenderManager::height = height;
GXRenderManager::w...
I am using Visual Studio to create a Report. I am having a problem getting the appropriate value into a text field. Bare with me, because I am new to using Report Designer.
I have a DataSet with these values:
InfoPathFormsWorkflow
AvgProcessTime_Sum
AvgProcessTime_Count
This DataSet will only have 1 or 2 values in it. It is being popul...
What is the difference between Build Solution, Rebuild Solution, and Clean Solution in Visual Studio?
When is the appropriate time to use each one of these?
...
Yesterday I found myself needing to zoom my Visual Studio 2010 text editor and was without a mouse (don't ask). Typically I do this by holding down CTRL and scrolling the mouse wheel. I also couldn't figure out how to tab into the area where you can specify your zoom level in the lower left hand corner of the text editor window. So I gue...
Can someone point me in the right direction? I'm not a C++ or VS developer but I'm trying to compile a project and I'm getting the above error. I don't have any clue why the compiler is looking for that file or what the Debug folder is about (though I could guess). Can somebody explain the issue in other words for me and give me some ...
I have an issue with my visual studio. It was fine for a long time but now every time I make a change in the App_Code it freezes for some time. I checked the resources and it seems like it is compiling the website automatically. It didn't do that earlier and even if it did the studio would still work fine.
Any thoughts how can I fix th...
Hello:
I am experimenting with the database project in Visual Studio 2010. The schema diff and management of scripts looks great, but where are the database diagrams? I would like to design the tables visually, but still make use of the versioning/comparison/deployment tools in VS2010. I didn't see any option in the database project ...
I want to know if there is any addin to synchronize files with a remote server (like a file upload (FTP) for deployment). (in a Website)
Something that can identify the files I change and check them for a later upload.
Is there an addin for that?
...
I'm trying to export a global variable from a DLL.
Foo.h
class Foo
{
public:
Foo()
{}
};
#ifdef PROJECT_EXPORTS
#define API __declspec(dllexport)
#else
#define API __declspec(dllimport)
#endif
API const Foo foo;
Foo.cpp
#include "Foo.h"
const Foo foo;
When I compile the above code, Visual Studio complains:
foo....
I have an issue setting up an external tool in Visual Studio.
The tool is for JS Lint, which lints a javascript file.
My setup is as follows:
Title: &JSLint - http://www.jslint.com/
Command: C:\Users\XXXX\Documents\Visual Studio 2008\Tools\JsLint\jslint.cmd
Arguments: $(ItemPath)
Initial Directory: [blank]
When I run the tool, I g...
Visual Studio 2010 has a new feature that is just way cool. You can now add transformation files that will change the web.config file based on the configuration you are compiling. The upshot of which is that you can change the web.config file for your various environments (eg: dev, staging, production, etc).
That's all fine and dandy ...
Hi folks,
My Web.Config Transformations are not getting published - and I think the error has to do with these warning(s) I'm getting.
Using Visual Studio 2010, I'm playing around with my Web.Config / Web.Config.Debug files.
In my .Debug file, I get the following warning listed numerous times.
No element in the source document matche...