visual-studio-2008 Questions

7

Solved

I'm creating a dialog with the resource editor of Visual C++. When I run the test button of the editor, components of the dialog are displayed with a modern look, while when running the applicati...
Strangles asked 22/6, 2009 at 7:37

3

Solved

I'm working on a WCF service, in which I'm trying to load data from one data table passed to the method, into another data table from the local database (in this case, the "local" database is a SQL...
Alien asked 17/4, 2012 at 17:30

3

Solved

I am getting strange warnings out of Visual Studio 2008 when compiling a C# ASP.NET application. Could anyone point me to an explanation (in words of few syllables, if possible) of what this warnin...
Uncommitted asked 7/10, 2011 at 8:35

4

Solved

I have a report that needs to be output in either English or French (based on a field value). I have copied the text from the Word document to the SSRS package, and all French characters show as t...
Kalif asked 19/2, 2013 at 14:44

7

Solved

I have already visited Preferred Python unit-testing framework. I am not just looking at Python Unit Testing Framework, but also code coverage with respect to unit tests. So far I have only come ac...
Pagas asked 7/11, 2008 at 14:19

7

Solved

I'm checking out code for a project where contributors use different dev tools for coding in C sharp (C#). My .csproj file was manipulated by someone using Sharp develop and now I get 'The target &...
Harlequinade asked 9/1, 2010 at 23:42

10

Solved

Is there a shortcut in Visual Studio (2008) that will allow me to jump to matching HTML tag... as CTRL+] does for matching braces when you are in code view? Example: <table> <tr> &...
Wilburn asked 29/4, 2010 at 15:25

6

Solved

I can't seem to get the form and the designer files to link in my project. They look like this in the Solution Explorer. I have excluded the files from the project and then tried including them ...
Greenes asked 24/3, 2014 at 1:59

14

I often have this problem even when I build a new C++ project and try to build a release file. I use Visual studio 2008. One thing that may cause this problem is my code is saved on the server dis...
Abdicate asked 23/9, 2010 at 4:11

5

Solved

I am following a tutorial and one of the steps its asking is to go to my projects properties and click on c/c++ and add a path to "Additional Include Directories" property. I am using visual C++ Ex...
Rivarivage asked 22/2, 2010 at 5:57

4

Solved

I have made a tiny application that responds to changes to files in a folder. But when I edit the file in Visual Studio 2008, it never detects anything. If I edit the file in Notepad instead, every...
Sarraceniaceous asked 25/3, 2009 at 8:37

4

Solved

This seems like it should be really simple to do but I just can't figure it out. I want to allow Visual Studio to keep auto formatting my code as it is, except for this part: public SomeClass : Ba...
Polky asked 21/6, 2009 at 2:19

2

Solved

I am building a .dll using the Visual Studio toolset (2008). When I do the linking step: link -nologo -OUT:Foo.dll Foo.obj -DLL -IMPLIB:None.lib This creates None.lib and None.exp. It also...
Photophobia asked 27/10, 2009 at 14:12

9

Solved

I have following code on page load event: Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load con = New SqlConnection("Data Source=14GRAFICALI\\SQLEXPRE...
Caracara asked 15/7, 2013 at 9:6

18

I prefer my own style of code formatting as opposed to Visual Studio's default settings. I've turned off auto-formatting options in Tools→Options. In most cases, it works. However, after using any ...

7

Solved

Simple problem. I start up VS2008 and create a new WCF Service application. This will create a default application with a few test methods showing it works. I press CTRL+F5 and it does indeed work!...
Wilbur asked 6/10, 2009 at 21:58

5

Solved

I have Visual Studio 2008 Professional and I am having issues with expanding and collapsing method code blocks in ASP.Net Generic Handler pages (.ashx) I would have thought you could do the same t...
Lifesaving asked 11/12, 2008 at 14:29

10

I use the java IDE IntelliJ IDEA and one of the features I like is that there's no saving. Everything's always saved and you just use history navigation. I tend to have both editors open and I'm al...
Milena asked 11/6, 2009 at 6:0

3

I'd like to step into Microsoft's source code but cannot. I followed the instructions at Configuring Visual Studio for Debugging. In particular, I disabled "Enable Just My Code" and Enabled "Enabl...
Licastro asked 27/7, 2009 at 1:35

5

Solved

slowly I'm overworked... I have a huge application with threading, timers, invoke (not BeginInvoke, so it is synchronous) and Application.DoEvents. It is too much to post here and I don't know wh...
Ufa asked 5/6, 2012 at 9:31

8

Solved

Why do I get the following error? Unsafe code may only appear if compiling with /unsafe"? I work in C# and Visual Studio 2008 for programming on Windows CE.
Arise asked 8/1, 2010 at 8:49

5

I'm building a cmake based build system for our product. The problem is that Visual Studio project, generated by cmake, doesn't display header files in solution browser. What I need to add in CMak...
Monumentalize asked 22/7, 2009 at 18:13

6

Solved

I am working on a project which generates an assembly. I just noticed that an additional assembly *.XmlSerializers.dll is being generated. Why this file is auto generated and what it is used for?
Vestiary asked 1/6, 2009 at 11:18

6

Solved

Is there any sort of plug-in or tool available for Visual Studio 2008 to alphabetize methods? Ideally I'd like a tool that will alphabetize a selection, or specified type (i.e. only methods, not me...

14

Solved

Recently, I've begun to notice that Visual Studio 2008 isn't finding all of the instances of a text I search for when I'm searching Entire Solution. It will start to search through the files to fin...
Morrow asked 28/1, 2009 at 20:53

© 2022 - 2024 — McMap. All rights reserved.