| Thread | Last Post | Replies |
|
| .net Install on SBS | 14 Oct 2005 07:53 GMT | 1 |
Does anyone know of any issues with installing the Studio.net 2003 on an SBS server? I am concerned about disturbing IIS and other services. Having my development environment on the server will allow me to to real-time testing via terminal services.
|
| Visual Studio .NET 2003 Installation | 14 Oct 2005 05:26 GMT | 2 |
I'm currently working on an application written in Visual Basic .NET. I want to create some User Controls in order to add some specific functionality to the application. While reading on msdn I found out that there is a kind of project that you
|
| Visual C++.Net standard | 14 Oct 2005 04:05 GMT | 2 |
Group, I have a 'C' interpreter which emulates win32 api's. Typically I use the interpreter for building and checking the code. Once the code is debugged I compile with VC 6.0.
|
| Cant unload assembly | 14 Oct 2005 02:20 GMT | 3 |
i tried to load an assembly to an appdomain. The data output is correctly but the assembly is still in use after unloading the appdomain... What am I doing wrong? Please help!
|
| Cannot replace parenthesis using regex.replace? | 13 Oct 2005 19:17 GMT | 16 |
I'm trying to replace parenthesis using Regex.replace but I'm always having this error: System.ArgumentException: parsing ":-)" - Too many )'s. Parameter name: :-) Here's my code:
|
| .NET for Desktop? | 13 Oct 2005 18:46 GMT | 8 |
I use .NET for web but I have been holding off using .NET for desktop apps. This is because I think it is lower performance and because customers would need to install Framework which is large. 1. Is .NET recommended for desktop apps? If so, are there exceptions that
|
| Failed to initialize huge arrays | 13 Oct 2005 17:36 GMT | 3 |
I have to initialize a huge constant array of structures(60000~100000), used as a lookup table , but it failed with System.InvalidProgramException when the items reach 18400. and if I change the item type from struct
|
| Implementing the Observer Pattern in a Chain | 13 Oct 2005 17:32 GMT | 6 |
I have the following hierarchy ClassA contains ClassBCollection which contains ClassB objects
|
| Debugging | 13 Oct 2005 15:15 GMT | 4 |
Is there a way in visual studio.net to stop at the line which has the error so the program doesnt go into the 'catch' routines?
|
| ADO.NET using VB | 13 Oct 2005 14:29 GMT | 3 |
I am creating a simple two form data access application. The first form displays my main table that shows orders in an orders table. I have a command button that opens a second form that show a related table that contains all of the order details. I know there is a simple code that ...
|
| Computer List on Network | 13 Oct 2005 13:25 GMT | 2 |
I am using VS 2005 - BETA 2 and would like to know how to get a list of computers on the current network (or possibly a specified domain name). Anyone have any ideas? Can't find any info. thus far. Regards,
|
| playing a system sound | 13 Oct 2005 13:22 GMT | 1 |
I would like to know how to play a system sound like for exemple the "beeping" sound often heard in Windows... What I want to do is pretty simple. I have a dialog and when the user click on the "Ok" button if the values entered are not good than we hear a beeing
|
| Datagrid scrollbars in wrong place | 13 Oct 2005 11:26 GMT | 3 |
Hi All, I have a VB.NET winforms app created in VS2003. It has a datagrid that is dynamically created on a tab. When the tab is displayed the scrollbars for the datagrid appear inside the outline of the grid, positioned where they would have been if the grid was at its ...
|
| VB.NET shell execute and problem with few resources | 13 Oct 2005 09:38 GMT | 1 |
have a big problem with this thread, after a long time iterations i get an error message about few system resources Public Function Count1(ByVal iterations As Long) As Long
|
| vs2005b2 and Enterprise Library | 13 Oct 2005 09:34 GMT | 2 |
I am trying to get a web site up using asp.net 2.0 and the enterprise library. I am currently stuck at the following error message. Any help would be very much appreciated. - dave
|