| Thread | Last Post | Replies |
|
| Why are assemblies loading from the GAC? | 22 Jun 2006 03:06 GMT | 7 |
I'm building a project in VisStudio 2005. I have .Net component that put several assemblies in the GAC. However, I want to test local versions of those assemblies. In my VisStudio2005 project I explicitly reference the assemblies in a particular directory, and set ...
|
| Problem with EventHandlers | 22 Jun 2006 01:19 GMT | 1 |
Please, I REALLY need help with this one. I've been banging my head about it for three days now. Here's the situation. I have a form that runs some queries and functions and such. When all
|
| When is Debug.Assert pertinent to use ? | 22 Jun 2006 00:07 GMT | 4 |
I'm wondering when does Debug.Assert is pertinent to use. For the moment, I think it is used to ensure something is true, as it is supposed to be always true. For example, I query a DB to get the only one customer's detail rows.
|
| Binary writer spurious IOException issue | 21 Jun 2006 21:55 GMT | 1 |
I have done some reading on the groups and understand that maybe there are intermitent issues reading from and writing to files from the .NET framework? In particular, receiving spurious IOExceptions. In our case, we receive them utilizing "BinaryWriter(new FileStream())". Can ...
|
| Font representation | 21 Jun 2006 16:35 GMT | 5 |
Is there any method to draw text (using Graphics) that looks like in MS Word? It has another parameters like spacing or char width. There's an idea that it's caused by differences of GDI and GDI+. But what to do with it?
|
| Listview flickering and performance | 21 Jun 2006 16:32 GMT | 1 |
I have made a derived Listview which can accept the controls as items in it. Controls that we are using are Buttons in each row and implemented Grouping with the help of controls(label on panel) . Coz Inbuilt listview Grouping not supported in OS like window 98.
|
| String.IndexOf(string, int, int) bug? help! | 21 Jun 2006 16:25 GMT | 1 |
this is in .net 2.0, c# //code string d = "dddd????"; int i = d.IndexOf('?', 0, 3); // return -1, why???
|
| Efficient regular expression pattern ? | 21 Jun 2006 15:25 GMT | 9 |
I'm building an application that analyse a flow of url in order to detect some pages. I've a very huge list of regular expressions (up to several thousands) that I have to check on all urls.
|
| Problem of refresh with PerformanceCounter and failover. | 21 Jun 2006 12:46 GMT | 1 |
We have a multithreaded service written in .NET 2.0 that is running 24h/24. This service checks nearly 250 another servers to log statisticals data acquired via WMI, SNMP, PerformanceCounter... We use XOsoft for the fail over of our SQL Server databases (active, passive
|
| Execute Arbitrary Math Formulas | 21 Jun 2006 09:43 GMT | 11 |
I have the following scenario. A user requests some math calculations from a server. The data and a library of basic formulas reside on the server. Now the user should be able to create more complex formulas based on the basic built in formulas as well as other complex formulas
|
| firing a dts package's execution | 21 Jun 2006 06:27 GMT | 3 |
I am using Sql Server 2000. I need to create a very simple app which when clicked would fire the execution of a dts package on the sql server. The app itself would sit on the client machine. Is this possible? If so, how? Thanks in advance.
|
| Suspend/Resume obsolete? | 21 Jun 2006 04:29 GMT | 15 |
What can be used now to control threads, if these are considered obsolete? To pre-empt the obvious and standard questions due to this change: 1. No we don't have control over the particular code being executed so we can not put a flag into it to detect when we want to suspend and ...
|
| Programmatically analyzing IL code | 21 Jun 2006 02:38 GMT | 7 |
I'm attempting to write a very basic 'Assebmly standards & policies checker' for in-house use. This tool would open an assembly, and scan it for a handful of specific conformance issues we need to adhere too. Essentially, I'd be scanning the assembly for specific groups of IL
|
| Newbie needs help | 20 Jun 2006 22:41 GMT | 2 |
I am using Visual Studio .NET 2002, but I want to be able to use some of the features in the .NET 2.0 framework like System.Collections.Generic. I updated my computer to the 2.0 framework, but in Visual Studio .NET, I am unable to use or see the 2.0 framework changes.
|
| Where is my Timezone | 20 Jun 2006 22:08 GMT | 8 |
Is there a way that I can retrieve the timezone my server is runnning in? My server may not move to another timezone very often, but if we have a disaster our server my move to another zone during a disaster recovery.
|