This tag refers to the Visual Studio line of software development products from Microsoft, the 2008 version.

learn more… | top users | synonyms (2)

4
votes
0answers
126 views

Visual Studio 2008 hangs when beginning to edit SQL file in Database Project

I have a database project that keeps track of all my scripts and stored procedures. This project is the project type you get when you create a new project, then select Other Project Types, then ...
4
votes
0answers
264 views

Why is NUnit hanging from the command line, but not under TestDriven.NET?

If I start my unit tests from TestDriven.NET under VS2008, they run pretty much immediately. If I start my unit tests using nunit-console.exe, the NUnit console hangs for five minutes before ...
3
votes
0answers
60 views

Disable search selection in Visual Studio

Does anyone know if its possible to disable the search in "Selection" option when searching in Visual Studio? I find the search selection really confusing and I never want to search in a selection. ...
3
votes
0answers
233 views

How to specify relative paths in .vsprops file

Is there any way to specify in .vsprops file paths relative to .vsprops file directory? For example, I have the followind directory stucture: largesolution.sln a/a.vcproj b/c/c.vcproj ...
3
votes
0answers
1k views

Visual Studio debug issue

When I try to debug my web application I get the below lines and output is not displayed. Can anybody help? 'WebDev.WebServer.EXE' (Managed): Loaded ...
3
votes
0answers
178 views

VS2008 PDB file size limit redux: LNK1201, too

What is the size limit on PDB files in VS2k8? I am on a dev workstation with 3GB each of RAM and pagefile on a 32-bit PAE kernel, but the linker kicks out an LNK1201 error shortly after the PDB grows ...
3
votes
0answers
860 views

Disable C++ warning at project level?

I know you can use a #pragma to disable a warning in a specific file, but I want to "turn off" a certain warning for a whole VC++ 2008 project. I found an option Configuration ...
3
votes
0answers
1k views

Need a “SOAP Client with WSSE authentication” … does Visual Studio fit this need?

The Web Service I need to connect to has the requirement above. I can consume this web service in VS 2008 but cannot use it because I don't know how to authenticate. I need to specify credentails, ...
3
votes
0answers
156 views

Give a tip window when mouse is over a particular text

I am developing an addin to Visual Studio editor. Does anyone know how to provide a tip window in editor? MSDN lacks enough description as to how the IVsTipWindow interface is used. Please help me ...
3
votes
0answers
716 views

Unable to Evaluate Expression - Visual Studio Debug Mode

I keep getting the following when trying to step through code and use the Immediate Window or Watch Window in Visual Studio. 'Unable to Evaluate the Expression' Im using Visual Studio 2008. ...
3
votes
0answers
488 views

“Go To Definition” is greyed out but I can find variable via search in same file

I'm debugging c# good in vs2008 SP1, .NET Framework 3.5. In a .cs file, I have this code: internal protected bool Refreshing{ get { return refreshing;} set { refreshing = ...
3
votes
0answers
536 views

Visual Studio 2008 crashes when startup with Qt Add-in 1.1.4

I use Windows 7 x64, Qt Add-in 1.1.4, Visual Studio 2008 Team Edition. Does not work on multiple computers ... reinstalling Windows, Qt Add-in or VS2008 does not help( The error report says that an ...
3
votes
0answers
555 views

Why doesn't the AdditionalLibPaths parameter work in this MSBuild command?

I am trying to specify an additional folder to look for references when doing a command-line compile with MSBuild. cmd> msbuild LurReports.sln /t:Rebuild ...
3
votes
0answers
87 views

What are these orphan IE windows that appear sometimes when debugging in Visual Studio?

I use Visual Studio 2008 on Windows 7. Occasionally (more than once a day), when I launch the debugger via F5 to debug an ASP.NET website a blank Internet Explorer window opens and it hangs. I can ...
3
votes
0answers
151 views

How-to implement a custom debugger visualiser in VS2008 on an array using a WeakReference?

I would like to implement a custom debugger visualiser in vs2008 for a typical array as the standard one does not display the data as I would like it. However Visual Studio prevents doing this for ...
3
votes
0answers
377 views

remote debug in Visual Studio Remote Debugging Monitor on Windows Server 2008 x64 takes years to refresh process list

When I remotely "Attach to Process" in Visual Studio 2008 SP1 to WS2008 (x64) computer running remote debugging monitor (both RTM and SP1), I see a huge number (30+) of entries saying: ...
3
votes
0answers
584 views

Web test to edit a SharePoint pages properties using Visual Studio Test Suite

I am using visual Studio 2008 sp1 to try and create a web test that will allow me to edit a page using the EditForm.aspx. I am trying using fiddler and the recorder. I have managed to get some test ...
2
votes
0answers
68 views

MS Chart (C#) - How to put the X label on the left for a column series

I am currently working on this graph (sorry it's my first post, so with my reputation I can't post image directly) : Graph I am working on For a giving hour, for example 10h, my Y value represents a ...
2
votes
0answers
137 views

MS Visual Studio 2008 + SSE + x64 + O2 incorrect results

I wrote simple raytracer using MS VS 2008 (SP1) and SSE intrinsics. When I turn O2 optimization (for x86 platform) it speeds up 3 times. Obviously I would like to use it for x64 too. Unfortunately for ...
2
votes
0answers
82 views

InitializeComponent takes long time in x64

I develop an application in C# (winforms). It is quite big and has lots of controls on its form, including user controls. If I run it as Win32 code (under either 32-bit or 64-bit Windows 7) it starts ...
2
votes
0answers
154 views

CUDA --ptxas-options=“-v” not showing any output

I have Visual Studio 2008 on 64-bit Windows. Trying to build the CUDA program by adding --ptxas-options="-v" in CUDA->Command Line->Additional Options. I still don't see the ptxas info as in this ...
2
votes
0answers
355 views

How to Remove Activation Context Generation Failed - Dependent Assembly - Microsoft.VC90.DebugCRT

I am very new to Windows-based development - in fact this is my first project. I have a Windows-based project that was compiled into a dll file using Visual Studio 2008. I want to remove the ...
2
votes
0answers
80 views

Visual Studio key bindings configuration file

Is there any human-editable configuration file that Visual Studio uses for its key bindings? The Options->Environment->Keyboard dialog is so completely broken (or at least much too tedious to use) and ...
2
votes
0answers
28 views

MSVS2008 bad compile, skipping code

I have an automated build process, yesterday the build would page fault on start up (bad alloc). I built the release manually and the page fault magically went away. I used the automated build ...
2
votes
0answers
604 views

Target Machine Actively Refused It

I am trying to connect a client-server system on a laptop, build using visual studio 2008. and i got this error No Connection could be made because the target machine actively refused it ...
2
votes
0answers
91 views

Visual Studio 2008 Output Window UTF-8 Char Show

How to write UTF-8 Char (Ş,İ, arabic letter) in Visual Studio 2008 output window?
2
votes
0answers
159 views

Cause of “entry point could not be located” in unrelated DLL?

Before you dismiss this question as a repeat, this question is different than the many other similar questions on SO because the function in the error message is completely unrelated to the DLL. The ...
2
votes
0answers
45 views

Debugger does not free memory after detaching from a big application on Windows CE 6.0

We have a couple of devices running CE 6 from different vendors. When I attach VS2008SP1 debugger to our (rather huge) application, it takes all the RAM on device. When I detach, memory on device is ...
2
votes
0answers
42 views

Is there a plugin to make the UI of Visual C++ Professional 2008 dark?

I am not talking about the text pane, I already have that one with darker colors. But the UI around it is still white and it looks akward. Are there any plugins available that basically reskin the ...
2
votes
0answers
51 views

support parameter info tooltip for a new language in visual studio 2008

I am trying to support intellisense for a new language using Visual Studio SDK. Right now I am working on Parameter Info Tooltip. The problem I am facing is that the tooltip is shown when I type open ...
2
votes
0answers
43 views

I am looking for structure alignment when pointers are embedded in structures, I have found interesting links but not what I want

I am passing a structure from application to the driver through deviceiocontrol function. The structure has only two members. struct Buff { BYTE * bPtr; UINT uiSize; }BuffVar; I assign a ...
2
votes
0answers
144 views

ContextMenuStrip FindForm is null

I have a ContextMenuStrip on a DataGridView. After realizing that calling cm.FindForm() results in null, I added the context menu to the grid's ContextMenuStrip property, but that doesn't help. Is ...
2
votes
0answers
19 views

How do I tell Visual Studio to always expand the “Find options” group box in the Find dialog?

I expand it, but it collapses sometimes, and it gets very annoying. How do I make it always be expanded?
2
votes
0answers
220 views

qApp Not Set and I don't know why

I am having some trouble with my Qt application. It looks like my qApp is uninitialized and I don't understand why. Below is a code snippet which demonstrates the problem. class F3DApp : public ...
2
votes
0answers
125 views

TFS goes hang while taking latest file

We have TFS 2010 on our server. We have one large project around 900 MB because of many images and other resource file. Now when someone is open it in local visual studio and try to get latest files ...
2
votes
0answers
231 views

Getting “Generate serialization assembly” to work

I am in charge of a desktop WPF application, using a few web services (via Service References of the project). Due to a Cannot execute a program. The command being executed was ...
2
votes
0answers
170 views

How can I sort method implementations according to their declaration order

Is there any Visual Studio 2008 add-in or macros to sort method implementations in .cpp file according to the order of their declarations in .h file?
2
votes
0answers
153 views

Migrate VC2008 to Eclipse CDT and map iterators

Last weekend, i have tried to migrate my VC2008 project to Eclipse CDT. I have resolved many problems but one subsists : If i do this : std::map<K,V>::iterator iter; (...) iter->first The ...
2
votes
0answers
472 views

Unable to retrieve data from the specified index of a Bluetooth device

The following application reads data from a Nonin 3150 Bluetooth device by establishing connections with the COM ports. The documentation for the device is here. Trying to extract only the pulse ...
2
votes
0answers
99 views

Visual Studio shows VSS check-out symbol always

This is annoying :( I see Visual Source Safe check-out symbol besides my files and project even I did check-in to the server. For projects, if I press refresh, it will go away. But while loading the ...
2
votes
0answers
80 views

MSTest in VS2008 keeps looking in the wrong directory for deployment items

I have the localtestrun.testrunconfig file with some files and folders, and they are being copied out to the test run results Out directory, but when the tests are run, it can't find the items, ...
2
votes
0answers
361 views

Excluded Setup Project duplicate detected dependencies are included again

We are encountering the following issue using Visual Studio 2008 wherein even when you save the setup project after setting the Exclude settings of duplicated detected dependencies to true, once you ...
2
votes
0answers
149 views

Compile on-the-fly in Visual Studio 2008 very slow

I'm experiencing some performance problems. When I edit a file, Visual Studio 2008 performs a background (on-the-fly) compilation and then, it updates the error list. During this time, the cursor in ...
2
votes
0answers
193 views

Markdown “plugin” for Visual studio 2008

There is a plugin called Markdown Mode for Visual studio 2010, that enables you to preview Markdown in Visual studio 2010 (duh). Is there something similar for Visual studio 2008? What would be the ...
2
votes
0answers
626 views

System.AccessViolationException: Attempted to read or write protected memory

I have a windows service created with .net framework 3.5 in visual studio 2008. When i run my service on the 32 bit windows XP machine, the service runs properly. However, when i install the same ...
2
votes
0answers
254 views

c# word-2007 add-in: get the path and filename of current opened wordfile?

I am coding da latex-addin with visual studio 2008 for word 2007. My question: how do I get the the current path and filename of the opened file? example: If i open the C:\edu\test.docx with word ...
2
votes
0answers
400 views

How to install custom pre-requisites Visual Studio 2008 Setup Project

I'm developing a VS2008 Setup project and I need to install (or not if already exists) some nested prerequisites. I made two Manifest Package with Bootstrapper Manifest Generator for VS2008 and put ...
2
votes
0answers
499 views

Visual Studio Windows keep undocking

I've had a long lengthy problem with something else and in trying to fix that, I've created a new problem. If you want the back story to my original problem, read this thread: VS.Net 2008 Windows 7 ...
2
votes
0answers
55 views

Why does Settings.Default keep adding folders to my “Local Settings\Application Data” folder?

I've been using Settings.Default in my application to save user settings for some months now. Just took a look at my Application Data folder (i.e. C:\Documents and Settings\MyUserName\Local ...
2
votes
0answers
109 views

Visual Studio: “Break when an exception is thrown” option gets reset randomly

I like to have VS break on any thrown CLR exception so I tick the corresponding box in Debug -> Exceptions. But a couple of times a day this option seems to get reset to 'disabled' randomly, so I ...

1 2 3 4 5 51