| Thread | Last Post | Replies |
|
| Assembly Binding and Visual Studio Projects | 18 Dec 2007 12:31 GMT | 7 |
All I'm still grappling with assembly binding - hopefully I'll grok it soon :) I create a strong named assembly. I add a reference to this assembly to a project in Visual Studio. When I view properties for the assembly reference
|
| References and VS Build Failures | 18 Dec 2007 12:11 GMT | 3 |
All I have a Visual Studio 2003 .NET project which was failing to build, on the grounds that one of the [third party] assemblies (ICSharpCode.SharpZipLib) was unable to be copied to the bin folder as it would overwrite another
|
| Weird double parsing | 18 Dec 2007 09:04 GMT | 10 |
Simply put, the following code: bool systemOk = true; for (int i=0; i<10000; i++) {
|
| Extended TreeNode | 17 Dec 2007 18:46 GMT | 3 |
I got a treeview object. I extended its TreeNodes to ExTreeNode and then added ExTreeNode to Treeview control and binded to screen. And then, when I try to read treeview it returns TreeNode instead of ExTreeNode. When I try to cast to ExTreeNode, it throws Invalid Cast Exception.
|
| when hwnd is created ? | 17 Dec 2007 18:03 GMT | 1 |
My question is, when exactly window is being created? Let's assume that we have user control placed on any form. Form's contructor create user control and adds it to its controls collection. But when exactly this window is created? When form window is created ?
|
| Linq to Sql custom property | 17 Dec 2007 15:09 GMT | 2 |
I have a table called Personnel. I would like to have a property in the created object Table that is not in the physical SQL table. For example a field like IsEligibleForRetirement.
|
| video driver issues | 16 Dec 2007 19:15 GMT | 2 |
there was an update this morn. 12-16-07, for my graphics card. after updating the comp restarted in 640x480 mode. tried to roll back driver and failed tried to install driver and access denied have no disk or reboot info for driver, vga card installed but failed, no adapters ...
|
| Fax Server | 16 Dec 2007 03:19 GMT | 2 |
Can I use VB.Net to write a Fax Server program to perform the fax function. I have a lot of statement want to fax to customers every month. I have a vb program to generate the PDF files. I have a WinFaxPro by Symantec but not stable at all. And I want to use
|
| Garbage collection | 15 Dec 2007 18:10 GMT | 2 |
What is the frequency the garbage collector to clear the non-referenced memory? eg. every minute?
|
| Installing Linux in Microsoft Virtual PC 2007 in Windows Vista | 15 Dec 2007 15:16 GMT | 1 |
I need help installing Linux on Microsoft Virtual PC 2007. i have a laptop running Microsoft Windows Vista Home Premium.
 Signature -Chip
|
| Defender problem Adding "Allowed Items" vs "Permit or Deny" | 14 Dec 2007 23:00 GMT | 1 |
I have Ad-Aware installed on my PC (XP SP2 home edition) and every day I have to select "Permit" to allow AWRTD.sys driver Ad-Watch registry filter. I would like to add this to the "Allowed items" list to avoid the daily selecting of "Permit." I don't recall I was every given ...
|
| ApplicationSettingsBase | 14 Dec 2007 15:33 GMT | 3 |
I am upgrading a c# project from 2.0 to 3.5. I am getting: Error 2 The type or namespace name 'ApplicationSettingsBase' does not exist in the namespace 'System.Configuration' (are you missing an
|
| System.ServiceProcess.ServiceController weirdness | 14 Dec 2007 14:26 GMT | 2 |
Hi... I inherited some code where someone wanted to start/stop services and display a little ... progress bar while waiting. Originally it was implemented with
|
| Windows Defender | 14 Dec 2007 12:59 GMT | 1 |
I have a anti spy and anti virus ware that is installed and provided by my ISP provider. I also have windows defender. Today duing the spyware check I got a listing for a spyware, however my ISP program could not remove it or quarantine it.
|
| Understanding .NET versions -- for a non-programmer | 13 Dec 2007 21:40 GMT | 9 |
I'm an Administrator/IT Manager. Athough I dabbled in Basic and Pascal programming years ago as a kid, I am absolutely not a programmer. I'm looking for a high-level overview of the .NET versions and how they all relate (or don't) to each other. For example, I know .NET 1.1 and ...
|