| Thread | Last Post | Replies |
|
| Extra builds being done | 15 Sep 2005 09:13 GMT | 6 |
This is with VS 2003 I have a solution with 3 C++ assemblies. All 3 are built with Managed Extensions The Debug version of this build works just fine. The Release version does the following.
|
| Possible to hide superclass properities in VS.NET Intellisense? | 15 Sep 2005 07:17 GMT | 4 |
My favorite aspect of OO is how you can use it to simplify a system or interfaces to a system. I have a big complicated database. It is handy to be able to build simplified interfaces to that database to suit specific objects or applications.
|
| Why isn't Intellisense dynamically describing code w/ my XML comments? | 15 Sep 2005 04:39 GMT | 1 |
I'm using VS.NET 2005 beta. As articles like this one suggest, Intellisense can richly display documentation written by the developer: http://aspalliance.com/696 Normally, Intellisense shows comments associated with method parameters, and
|
| Visual Studio.NET to recognise a connection string in a web.config file | 15 Sep 2005 01:42 GMT | 1 |
Howdy Is it possible to get Visual Studio to recognise a connection string that is stored in the root web.config file, so that I can use it as part of my IDE development?
|
| copying files to desktop | 14 Sep 2005 23:58 GMT | 1 |
Windows XP: I need to add a copy command in a logon script, to copy files from a mapped drive location to the current users desktop. Does anyone know the path of the current users desktop. Thanks, Graham
|
| Help please: VS2k3 parameters with SQL Server 2k | 14 Sep 2005 20:35 GMT | 1 |
I'm very new to both SQL Server and VS.NET 2003. I am learning, but have a long way to go. Creating a webform with a SqlConnection, SqlDataAdapter, and a Dataset I can have a DataGrid fill in, but have thus far been unable to figure out how to
|
| VC++ compiling very slow | 14 Sep 2005 17:19 GMT | 2 |
sometimes the VC++.NET 2003 compiler (7.1.3088, on Win 2000) gets unacceptably slow. The task manager says that cpu use of cl.exe is around 5 per cent (no matter how high a priority one assigns to the process), although nothing else uses the restant 95 per cent.
|
| IntelliSense hangs IDE | 14 Sep 2005 17:17 GMT | 4 |
with VC++.NET 2003 7.1.3088, every now and then (and sometimes rather every five minutes), the IDE gets stuck (CPU use 100%, no reaction). I'm quite sure that the IntelliSense mechanism is responsible. Deleting the .ncb file does not help. Is there any possibility to turn this
|
| Could not open in Design view | 14 Sep 2005 13:36 GMT | 2 |
I've added a meta tag for redirection if the site is unused. The url for redirection I fetch from Web.Config. See code below. The solution works (in run mode) as supposed to but I cant view the page in VS 2003 Design view. I recive the message "Could not open in Design view. ...
|
| What is the latest .net 2.0 IDE beta? | 14 Sep 2005 08:31 GMT | 3 |
Hi; I have to start doing some .net 2.0 programming (J# actually) and I went to my MSDN disks and like everyone else, it's a giant pile of disks that I never bothered to file correctly.
|
| Intellisennce Issue with html validation | 14 Sep 2005 08:10 GMT | 5 |
In VS.NET 2003, I am trying to author a aspx page with out html validation. I turned off the Html validation option. Now when I try to author the page without <HTML> etc tags, I get intellisence suppport for HTML tags but not the serverside tags
|
| DataGrid questions | 13 Sep 2005 23:34 GMT | 2 |
I'm kinda new to the .NET DataGrid. I can't figure out how to change the color of a specific row. Also, I want to be able to highlight the complete row when it is selected. I added a dg.Select statement in the mouse down event, but is there a better
|
| DataBinding Error | 13 Sep 2005 22:35 GMT | 1 |
I have created a VB form in Visual Studio.net with connections to a SQL 2000 database. I am pulling info from 3 tables into the form. I have created a Next button that takes me from record to record using this code: Me.BindingContext(DsAll1, "Table1").Position += 1
|
| bringing message box to front. | 13 Sep 2005 19:38 GMT | 6 |
I have several apps that display information to the user when completed. The problem is that when the app finishes it pops the messagebox but does not bring it to the front. How do I do that?? Here is the code I am using
|
| Cannot copy assembly 'LIB' to file '\bin\EBX.dll'. The process cannot access the file because it is being used by another process. | 13 Sep 2005 12:08 GMT | 1 |
Symptoms: 1. Create a class library: LIB project in directory c:\LIB 2. Create a WINAPP project in directory c:\WINAPP 3. Include LIB's .dll in WINAPP as a vb.net reference.
|