| Thread | Last Post | Replies |
|
| Which version of .NET | 24 Nov 2004 21:51 GMT | 1 |
Each developer on our team has a .NET Architect license. We need a separate, clean, build machine. Which version do I need to have on this machine? We will not be doing any coding on this machine, just building the app from the solution file.
|
| Default web browser setting? | 24 Nov 2004 21:46 GMT | 1 |
When I try to debug my app I get and error saying it cannot find "c:\progra~1\mozill~1\firefox.exe" I don't have firefox on my computer anymore. I checked the registry and removed references to firefox. I am still getting the same error. I got around the problem by creating ...
|
| Assembly added via reference not updating | 24 Nov 2004 15:41 GMT | 1 |
If you change the class libraries used in a project, how do you ensure the project using the classes is able to use the latest version of the dll? I have some classes I use, but when I change or add to
|
| BUG: Microsoft Visual Studio .NET 2003 | 24 Nov 2004 15:38 GMT | 2 |
Open Microsoft Visual Studio .NET 2003 and create a new .cpp file. Copy and paste the following line of code. char *str = "This is an example string."; Hit CTRL-R and CTRL-W to turn on View White Space.
|
| VS.NET bug / weirdness | 24 Nov 2004 13:39 GMT | 2 |
Ok, I just introduced a bug in my app that is seriously pissing me off and I have no idea where to start to fix it. I am getting an Object reference not set to an instance of an object. error on line 451 of a certain file every time I run it. Nothing special right....
|
| VC++ 5.0 / Infoviewer stops working after installation of SP2 for XP | 24 Nov 2004 13:29 GMT | 3 |
Anyone else with that setting and having that problem (or not) ? Is there a setting (in Internet Options ?) that I need to change to make Visual Studio's Help work ? Any help appreciated, Giles
|
| can't add reference to another project in solution VS.Net 2003 | 24 Nov 2004 11:15 GMT | 1 |
Can't add reference to another project in solution. I'm trying to add reference to another project in current solution but it just doesn't add reference without any messages ... some of my project can be added some not ... I have no idea how I can solve it.
|
| Wierd problem: The controls lost their positions and sizes, and error message | 24 Nov 2004 03:23 GMT | 10 |
I developed a Win32 dialog-based GUI application, and it worked fine in both Win2K and WinXP computers (I tested it in about 5 computers). Recently I found something wierd when testing the software in two computers of our customers (one WinXP Professional Ver 2002 desktop, and a ...
|
| Certificate authority is invalid or incorrect while copying projec | 24 Nov 2004 01:41 GMT | 4 |
I currently work at Kent State University in OH and we have our own Certificate Authority for small intranet web sites. I added a SSL Certificate to our main intranet web site and required 128bit SSL security to the site. I am currently developing the site in MS DEV Studio .NET ...
|
| Help with install of Studio .Net | 23 Nov 2004 13:23 GMT | 1 |
I am running WinXP Pro and I have been using Visual Studio .NET just a few weeks now, mostly with Visual Basic.NET. I downloaded the Visual Basic.Net Resource Kit and installed it on my computer and was having some success with its tutorials and samples. I just
|
| Closing program | 23 Nov 2004 08:23 GMT | 1 |
i created a small survey type program, i put an exit button at the end(of multiple forms) and used me.dispose as the command to end the program. It does not end the program, rather, it closes the window and leaves the program running in the background. What command do I use to ...
|
| How does one autoformat an unformatted C file? | 23 Nov 2004 01:42 GMT | 3 |
Hello. I have a C source file from a web page that has no formatting at all, rather is just one long line of code, comments, and everything else. I would like to use VS.NET to automatically format this to look like a nice C program, with indenting, Carriage Returns, and such. Is ...
|
| GUID Tools missing | 23 Nov 2004 01:09 GMT | 1 |
i'm using VS.net 2003 i found that Create GUID tools is missing from the tools menu. How can i add it back?
|
| System.InvalidOperationException' occurred in system.data.dll | 22 Nov 2004 19:22 GMT | 1 |
I am working in VB.net 2003 standard edition. I am connecting to an Access 2002 DB. I created this code to view a couple of records: Private Sub frmRolodex_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
|
| How to autoformat an unformatted C file | 22 Nov 2004 13:45 GMT | 2 |
Hello. I have a C source file from a web page that has no formatting at all, rather is just one long line of code, comments, and everything else. I would like to use VS.NET to automatically format this to look like a nice C program, with indenting, Carriage Returns, and such. Is ...
|