Hi, the program crashes if there's no .ico file inside the same folder... I have:
1) Added the MyIcon.ico file in the Application section, also 'embed manifest with default settings' is checked.
2) Made the .ico file as Embedded Resource (Build Action) in the .ico file properties.
3) Added 'this.Icon = new Icon("plat.ico");' in the Pu...
I am working locally in a web site project with vs.net 2010.
How should I reference script and css files that are not in the immediate web site (application). The site will be deployed to a virtual directory (application) under a root site. The script (js) and css files are standard and are maintained in a vdir under the root site.
T...
Just wondering if there is the ability to search while in watch? Instead of going through a million tree nodes, if I could simply search for the result and then it opens up the tree accordingly?
Just wondering if something like this is possible? (and if not, why not?)
...
I'm trying to print C# code from Visual Studio 2010 to a Konica BizHub Color Printer. Only the line numbers are printing in color. Does anyone know if there is some Visual Studio setting or plug-in to allow the text of the code to be printed in color?
...
I am wrapping a native C++ library for consumption by the CLR. However, I'm running into a strange... problem?
The native library's headers look like so:
namespace Foo {
class Bar {
public:
Bar();
//etc...
};
}
So, to consume this class, I have my own class definition:
#include "Foo/Bar.h"
namespace Fo...
Does anyone know if there is an extension or plugin for Visual Studio ( any version ) that will recognize Perl syntax highlighting? I want to edit the Perl files in my vs projects, but it gets hard to read sometimes. Thanks.
...
After rebuilding my c++ project, I got this error message at my output box inside Visual Studio 2008.
1>SignTool Error: No certificates were found that met all the given criteria.
1>Project : error PRJ0019: A tool returned an error code from "Signing library..."
How to solve this?
update:
here is from my visual studio setting...
s...
Yeah I am looking for some C# code of a multi-column TreeView where each cell can be inline-edited and also dragging the rows is supported.
Do you have any good examples of such a custom component?
...
In Visual Studio 2005, I have a .h file with preprocessor macros in it. They are apparently too complicated for Visual Studio's Intellisense because they make Visual Studio crash if they are present whereas it works fine if they are not. Does anyone know of a way to prevent Visual Studio parsing the file for Intellisense but still includ...
Is there any way to view a log of a form loading in the ide? The solution has many projects but one winform will not load..is there a log to see where it gets hang? Tried it in vs2008/vs2010...i beleive it is a third party control but not sure
Someone menioned that i can debug VS and see where it is stalling!
...
Hi,
I am starting to learn to debug C programs with Visual Studio 2008. When running in debug mode, how is it possible to know the address of a initialized variable? I choose to watch it but can only know about the value. Thanks
...
Hi Everyone,
I am quite new to Windows Installers, i faced some problems, but finally accomplished what i wanted. One important question remains for me. I can't figure out where i can download or how to create or update bootstrapper packages.
My application needed SQL server compact 3.5 and the bootstrapper package was installed on my ...
Hi,
Does anybody the correct way to integrate a languageService (MPF) with an editor extension (MEF) in Visual Studio 2010.
Where to implement the member completion, syntax highlight, quick info, etc.?
Any example avaliable?
Thanks!
...
I am trying to add a code snippet and I want this code to appear in a region. So I tried something like this in the snippet file.
<CodeSnippets
xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>
rg
Code Snippet for Region
</Title>
...
When searching online in Visual Studio there is an option to also search several online help providers. By default in VS2008 there are "Local Help", "MSDN Online", "Codezone Community" and "Questions". Is it possible to add another source of my own there? I cannot find anything on the subject.
...
Hi guys,
Just wondering if anyone knows the keyboard shortcut to swap around two sides of a statement. For example:
I want to swap
firstNameTextbox.Text = myData.FirstName;
to
myData.FirstName = firstNameTextbox.Text;
Does anyone know the shortcut, if there is one? Obviously I would type them out, but there is a lot of st...
Can I add links in comments to a code block in Visual studio ?
For example:
// block 1
class class1
{
}
// block 2
class class2
{
// review [___class1]
}
[___class1] is a link for class1
Thanks in advance.
...
So I'm still not sure if this is on my side, the service side, or both sides. I have NO idea where the main source of the issue is coming from, but I will try and do my best to explain the steps I have taken and what has happened so far so you guys have all the info you need to bang your head against this with me.
So we have a Web Servi...
I am experiencing some strange behavior with SQL Server CE 3.5 SP2.
I have a table with 2 columns; one of type int named ID, which is the primary key, and one of type ntext named 'Value'. The 'Value' column is supposed to contain rather long string values. However, when I try to store a string that is longer than 4000 characters, the v...
I am getting this error msg:
Error 1 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. C:\LODE\Web\web.config 21
I checked IIS on my XP machine and it is configured as an appli...