Tagged Questions

3
votes
2answers
39 views

How to do unit testing in Visual Studio 2005?

Hi, Is there any support for unit testing in Visual Studio 2005? After googling for some time, I found out that we can do unit testing with Visual Studio Team System, but I do not …
0
votes
1answer
34 views

Visual Studio 2005 build problem

Cheers, I have Microsoft VS 2005 installed (full version). And when I'm trying to build or debug my solution (with 10 projects) a windows installer window opens and says: The fea …
0
votes
2answers
17 views

Visual C++: breakpoints disabled

I have a 'release with debug info' unmanaged c++ .exe (built with VS2005) deployed onto another PC, the .exe and .pdb are in the same folder. When I try to attach to the process f …
1
vote
4answers
46 views

Is it possible to Assert a method has been called in VS2005 Unit Testing?

I'm writing some unit tests and I need to be able to Assert whether a method has been called based upon the setup data. E.g. String testValue = "1234"; MyClass target = new MyC …
1
vote
1answer
16 views

Visual studio tag highlighting feature is missing!

Hi Guys, I need a little assistance with regards to my visual studio IDE. There is this feature in aspx markup pages to highlight the matching tags when you click on them. …
1
vote
0answers
17 views

How to switch between DataGridViewTextBoxCell and DataGridViewComboBoxCell?

I want to have a DataGridView that has two columns. The first column will always be of type DataGridViewComboBoxColumn. Based on the selection in that column, I'd like to be able …
0
votes
3answers
31 views

LNK1106 with big binary resource

I have a rather huge .dat-file (896MB) included as a BIN resource in my project. Now I get a LNK1106 link error ("fatal error LNK1106: invalid file or disk full: cannot seek to 0x3 …
0
votes
2answers
26 views

cant install xna

hi i trying to install xna when the installation starts i got an error says "XNA GSE 1.0 refresh requires Visual C# 2005 express edition sp1..." i use windows 7 and i have visua …
-2
votes
1answer
91 views

Reset Function in Visual C#

Hi Finally I made a game using Visual C# ... (With Help Of Stackoverflow members ,,, Thanx). I Have three more questions. 1- How can I add a reset function to the application fo …
0
votes
1answer
23 views

How to split a Crystal Reports subreport across a page break?

I'm using Visual Studio 2005 and writing in VB.NET. I have a subreport in a Crystal Reports report consisting of a list of log entries. Sometimes the list of log entries is long …
1
vote
2answers
61 views

How do I convert a c++ string to a .NET String^ ?

I've been trying to figure out how to convert a string to a String in Visual Studio 2005 with no luck. Here is the relevant code: #include <string> using namespace std; #us …
0
votes
2answers
52 views

restart Function in visual C#

I have a windows application I need to create a button that unload/close/restart the currunt form while its running and reload/reopen/restart the same form. How ?? I tried the hid …
1
vote
3answers
29 views

Visual Studio 2005 Project Build Order without using Project Dependencies

The short version of my question is how do I change the build order of projects in my solution without being forced to set one project as a dependency of the other? In my solution …
2
votes
2answers
76 views

Preprocessing C# - Detecting Methods

Hey, I require the ability to preprocess a number of C# files as a prebuild step for a project, detect the start of methods, and insert generated code at the start of the method, …
1
vote
2answers
25 views

VS 2005 Setup - HKCU

I am trying to fix an existing application that uses a Visual Studio 2005 setup project. We are requiring it to work on limited user accounts for XP, our app is written in C# for …

1 2 3 4 5 73 next
15 30 50 per page