tagged [visual-studio-2008]
What is MyAssembly.XmlSerializers.dll generated for?
What is MyAssembly.XmlSerializers.dll generated for? I am working on a project which generates an assembly. I just noticed that an additional assembly *.XmlSerializers.dll is being generated. Why this...
- Modified
- 1 Jun at 11:18
how to open *.sdf files?
how to open *.sdf files? I used to open sdf (sqlCE) files with visual-studio? or sql-server? I really don't remember. Now I can't open this sdf file. With what program do I need to open it?
- Modified
- 15 Jan at 15:3
deploy office 2010 addin in visual studio 2008
deploy office 2010 addin in visual studio 2008 I developed an Excel addin 2007 in Visual Studio 2008.Now i Need to Deploy the addin to Office 2010.Can i Do it in Visual Studio 2008? Thanks in adv.
- Modified
- 20 Dec at 03:34
ClickOnce deploy a Windows Service?
ClickOnce deploy a Windows Service? Is it possible to deploy a Windows Service using ClickOnce? If so, how do you achieve this? Currently we have to use a Deployment project, and the installation proc...
- Modified
- 20 Jan at 04:16
DragDrop registration did not succeed
DragDrop registration did not succeed > System.InvalidOperationException: DragDrop registration did not succeed. ---> System.Threading.ThreadStateException: What does this exception mean? I get it at...
- Modified
- 6 Nov at 02:16
Microsoft.CompactFramework.CSharp.targets was not found while opening projects
Microsoft.CompactFramework.CSharp.targets was not found while opening projects I tried to create a smart device project in Visual Studio 2008. Target Platform: . .NET Compact Framework version: But I...
- Modified
- 26 Sep at 02:34
Why do I get the error "Unsafe code may only appear if compiling with /unsafe"?
Why do I get the error "Unsafe code may only appear if compiling with /unsafe"? Why do I get the following error? > Unsafe code may only appear if compiling with /unsafe"? I work in C# and Visual Stud...
- Modified
- 1 Jun at 15:59
How to automatically publish a website on build in Visual Studio 2008?
How to automatically publish a website on build in Visual Studio 2008? I want to be able to automatically publish to a local folder each time a web asp.net mvc 2 project is built. I use Visual Studio ...
- Modified
- 14 Feb at 19:59
How to set up unit testing for Visual Studio C++
How to set up unit testing for Visual Studio C++ I'm having trouble figuring out how to get the testing framework set up and usable in for `C++` presumably with the built-in unit testing suite. Any li...
- Modified
- 13 Dec at 09:30
How can I disable ReSharper in Visual Studio and enable it again?
How can I disable ReSharper in Visual Studio and enable it again? I installed [ReSharper](http://en.wikipedia.org/wiki/ReSharper), and it works in Visual Studio, but how can I disable it? Whenever I s...
- Modified
- 29 Apr at 06:52
Deadlock sample in .net?
Deadlock sample in .net? Can anybody give a simple Deadlock sample code in c# ? And please tell the simplest way to find deadlock in your C# code sample. (May be the tool which will detect the dead lo...
- Modified
- 30 Mar at 06:15
Typemock - Worth the money?
Typemock - Worth the money? I know that this is a subjective question... Typemock is $799 per developer. Licences for 5 devs comes up to a pretty large sum. If someone here used Typemock and given tha...
- Modified
- 7 Jun at 20:8
Access cell value of datatable
Access cell value of datatable Can anyone help me how to access for example value of first cell in 4th column? for example, how to access to value d, if that would be datatable? Thanks.
- Modified
- 26 Jan at 17:5
How to set standard encoding in Visual Studio
How to set standard encoding in Visual Studio I am searching for a way to setup Visual Studio so it always saves my files in UTF-8. I have only found options to set this project wide. Is there a way t...
- Modified
- 23 Apr at 13:36
Visual Studio file selector
Visual Studio file selector I am new to .NET and the Visual Studio IDE. How to I add to a form a component that lets the user browse the file system to select a certain file which will then allow me t...
- Modified
- 4 Nov at 01:5
How can I get the current editor in visual studio 2008 using C#
How can I get the current editor in visual studio 2008 using C# I'm writing an addin for VS 2008 in C# and I want to know what kind of editor/designer "scope" is open (for example VS Editor/VB Editor"...
- Modified
- 19 Jul at 03:24
View all TODO items in Visual Studio using GhostDoc
View all TODO items in Visual Studio using GhostDoc I'm also using [GhostDoc](http://submain.com/products/ghostdoc.aspx) in Visual Studio 2008. How do I view all to-do items and if that's a function a...
- Modified
- 19 Jan at 22:52
Visual Studio: reset user settings when debugging
Visual Studio: reset user settings when debugging In a C# Winforms-App I have several user settings stored. Is there an easy way to clear those settings each time I start debugging the project from Vi...
- Modified
- 18 Oct at 20:36
C# adding a character in a string
C# adding a character in a string I know I can append to a string but I want to be able to add a specific character after every 5 characters within the string from this string alpha = abcdefghijklmnop...
- Modified
- 9 Feb at 11:48
Using different DLL's for debug and release builds
Using different DLL's for debug and release builds Does anybody know if it is possible, and if so how to link to one set of DLL's in a debug build and a different set of DLL's in a release build on a ...
- Modified
- 30 Oct at 14:42
How to have comments in IntelliSense for function in Visual Studio?
How to have comments in IntelliSense for function in Visual Studio? In Visual Studio and C#, when using a built in function such as ToString(), IntelliSense shows a yellow box explaining what it does....
- Modified
- 28 Feb at 20:3
Default build action for a filetype
Default build action for a filetype Everytime I add an xsd file to my Visual Studio 2008 build project, its build action is defaulted to "none". I regularly forget to put this one to "content" which m...
- Modified
- 12 Aug at 12:32
Insert current datetime in Visual Studio Snippet
Insert current datetime in Visual Studio Snippet Does anyone know of a way that I can insert the current date & time in a visual studio 2008 snippet? What I want is something like this in the body of ...
- Modified
- 22 Jun at 20:17
TFS 2008 MSBuild Dynamic Random Messages?
TFS 2008 MSBuild Dynamic Random Messages? I have added custom build messages so the Visual Studio GUI shows status messages during the course of a msbuild. I would like to now add something dynamic so...
- Modified
- 18 Feb at 15:50
Automatically Create Constructor Using Fields/Properties in Visual Studio (like Eclipse does)
Automatically Create Constructor Using Fields/Properties in Visual Studio (like Eclipse does) Is there any way to automatically create the constructor for a class based on the properties in the class ...
- Modified
- 22 Jul at 17:10