visual-studio-2008

Custom extraction rule in VS2008 doesn't work

I'm creating a Web Test in VS2008 and have extended ExtractionRule. Now when I run test where my extraction rule used it displays "Request failed: Could not load type 'TypeName, version, locale etc'. This happens even though I added my class in designer. ...

Debugging VS2008 project on VMWare Windows 2003 server

Howdy Folks, Has anybody had success opening/debugging a Visual Studio 2008 website while running on a Windows 2003 server? For whatever reason when i try to open the site through Visual Studio 2008 it just hangs and when checking the task manager i can see it's gobbling up copious amounts of RAM to the point that when it reaches 350,0...

Visual studio has gone crazy trying to create files

I downloaded Process Monitor and began monitoring my project directory that I am writing code in. I see endless entries every couple seconds of: Operation: Create File C:\Inetpub\wwwroot\csharp C:\Inetpub\wwwroot\code C:\Inetpub\wwwroot\web and so on for the rest of the templates Then it says the result is PATH NOT FOUND. What is ...

Custom Output => List of Errors interpretation in VS2008 IDE.

Hello, I have a "database solution" project in VS2008 - it generates SQL for more than one DB vendor from some sort of templates. In order to save time, I also have a tool in VS2008 configured (a Python script), which can compile an individual stored procedure. Now, with the Python script I have the freedom of processing the output and h...

Copy a table from an SQL Server CE 3.5 database to another in Visual Studio 2008?

How can I copy a table from an SQL Server CE 3.5 database to another (also CE database) in Visual Studio 2008, using the design tools? Note: When right clicking on a table there is a "copy" command, but I couldn't find any "paste" command so far... ...

how do I use vs2008 Performance Wizard

I can't seem to get started with this tool. I referenced the article http://msdn.microsoft.com/en-us/magazine/cc337887.aspx#S1 but I can't even find the Analyse menu item that it refers to in the article. I am looking for a walkthrough to get me started on this. Microsoft Visual Studio 2008 Version 9.0.30729.1 SP Microsoft .NET Frame...

Unit Testing and VS 2008

I am familiar with jUnit. What unit testing framework is very popular for VS? ...

Visual Studio Project vs. Solution

Being new to VS, how may I think of these two concepts, what is the difference? ...

How to build a data flow?

I am running Visual Studio 2008, the SSIS Tutorial described on: http://msdn.microsoft.com/en-us/library/ms167106.aspx I finished all of the tasks but am getting following errors: Error 1 Validation error. Extract Sample Currency Data: Extract Sample Currency Data: input column "CurrencyAlternateKey" (123) has lineage ID 55 that ...

Visual Studio 2008 Outlook 2007 AddIn with WPF Window

I've not been able to find a whole lot on this anywhere. Let me start by saying I don't want to use the old Windows Form. I want to add a new WPF Window to my outlook 2007 addin project in visual studio 2008. The WPF Window template however does not show up. I was following this tutorial: http://msdn.microsoft.com/en-us/library/bb41...

How do I strong name a C++ assembly in VS2008?

I have no experience developing C++ on Windows, but I am a C# developer. I have a wrapper around some native DLLs that is written in C++. (A LGPL project)). I was to use this from a strong named assembly. How do I set up the strong naming of the C++ assembly? There is no 'Signing' properties tab available as there is in C# projects....

Visual Studio 2008's annoying auto-handling of block comments

I read that great post on Visual Studio 2008 annoyances, but didn't see this one. It drives me crazy. Now, I realize that some people use block comments like this for function documentation and the like: /* * * * */ But you know, this is VS2008 and now we can use ///. The only time I ever feel the need to use C-style commenting...

is it possible to make the last row of DataGridView as Sum the column ?

hi is it possible to make the last row of DataGridView as Sum the column ? and that the last row always will show ? thank's in advance ...

Search and Search &Replace in Visual Studio 2008 everywhere besides comments?

Is there a way to search and eventually search and replace text in Visual Studio but to skip it (not show) if it's commented out (either with // or multi line comments). Additionally is there a way to skip some file(s) when doing search && replace on whole solution? ...

Is it possible for Visual Studio to use default colors when pasting into other applications (eg. Outlook)?

I have a custom color theme within visual studio which uses a dark background which looks great, however when I copy & paste into Outlook I would like outlook to use the default formatting, is this possible? My current workaround is to simply paste into a single cell table, reset the background color on the text to none and apply a back...

Whether the ModelPopUpExtender works oly with ajaxenabledwebsite ..

Whether the ModelPopUpExtender works oly with ajaxenabledwebsite .. How to use the ModelPopUpExtender in Normal WebPage (visual studio 2008) in normal web page i have used scriptmanager,updatepanel, & modelpopupextender . but it showing me an empty page. Did i have to add any lines to my web.config? wat should be added in web.config ...

After adding a TreeNode to the .NET TreeView, it's IsExpanded property turns false, any idea why?

I have a TreeView control on a form. I am dynamically adding new TreeNodes to it, and I am calling Expand() on them prior to adding them. This causes their IsExpanded property to be true. However immediately after adding it to the TreeView, or to any node on the TreeView, its IsExpanded property turns false and none of the nodes are expa...

GCC/VS2008: Different behaviour of function call when templated base class is derived from itself

The following code works with Visual Studio 2008 but not with GCC/G++ 4.3.4 20090804. Which behaviour is - according to the C++ standard - correct? template <int N> struct A : A<N-1> {}; template <> struct A<0> {}; struct B : A<1> {}; template <int N> void Func(const A<N> &a) {} int main() { A<1> a; //is derived from A<0> ...

Getting stats on cookieless session page using VS2008 load testing feature

I'm load testing a web page using visual studio load testing tool, but I have problems displaying results. The problem is cookieless session. Everytime new user comes to a page, page URLL changes and I'm not able to calculate average page response time. What can be done about it? ...

My VSTS 2008 has no Analyze menu. Where did it go?

I have VSTS 2008 but no Analyze menu. Why did it happen in first place? And how can I get it? ...