| Thread | Last Post | Replies |
|
| Thread Priorities on async operations | 05 Dec 2005 06:04 GMT | 6 |
I have a low priority background thread doing some async socket communications. The thread that kicks off the AsyncRead/AsyncWrite has its priority set to 'below normal'. But when the code enters the AsyncRead/AsyncWrite functions
|
| Serialize Objects with enumerations | 05 Dec 2005 05:02 GMT | 1 |
I have a public property in an object that is of a Enum type, When i try to deserialze an XML representation of the object for that property it errors out because I have a 1 as integer in that specific field.
|
| Selecting a file in editor changes solution explorer | 05 Dec 2005 04:08 GMT | 3 |
Is there a way to tell vs.net 2003 the solution explorer not to select a file that i switch to in the editor? It really annoys me. because it opens sub folders, it jumps around, with so many files in my project...
|
| Applying Themes And Skins .net 2.0 To DropDown (Driving me Crazy. Please Help | 05 Dec 2005 02:56 GMT | 1 |
First of all, following are the facts 1) I've been trying to solve the following issue for the past 8 hours (Not Kidding) 2) If I can't find the answer, It will drive me completely crazy
|
| Lost ability to step into referenced DLLs via Debug mode?? | 05 Dec 2005 02:06 GMT | 1 |
I ran a clean solution on my set of core assemblies (DLLs) and rebuild -- now my windows forms application can no longer "step into" my core DLL references via Debug mode? Any suggestions? I don't even have an option to set compile to
|
| Installutil System.BadImageFormatException | 05 Dec 2005 00:34 GMT | 3 |
I've tried to make a Windows Service using the 2005 C# and when I go to use Installutil it returns with an System.BadImageFormatException error while intializing the installation. I've even gone as far as creating a service with 2003 C# that Installutil works with with then I try ...
|
| Is there much difference between VS.NET 2002 and 2003??? | 04 Dec 2005 23:34 GMT | 5 |
I've taught myself C# 2002 using VS.NET 2002. I've recently brought myself an ASP.NET 2003 book. I will work through this ASP.NET 2003 using VS.NET 2002 and C# 2002. I don't fully understand the differences between the VS. NET 2002 and VS.NET 2003.
|
| Crystal Reports in VS.2005 | 04 Dec 2005 15:36 GMT | 2 |
I have VS.2005 standard edition. I was reading the help and it says to insert a report use the report Crystal Reports grouping. I can't find either the item or the grouping. I have also tried adding the tool but either can't figure out the name or something. I did as full ...
|
| SmtpMail and queuing | 04 Dec 2005 14:05 GMT | 8 |
I use the SmtpMail object a lot to send notification emails from my program. Today a firewall issue on my Linux sendmail server prevented programs from connecting to it. Question: Does smtpMail have any built in retry mechanism? Or can it
|
| set complex property on the fly | 04 Dec 2005 13:46 GMT | 3 |
I have a Treeview control in the Winform, and I want to change the text of the 5th node base on an expression: dim sObject as string = "Treeview1.Node.Items(5).Text" dim sValue as string = "New Text for the node"
|
| LDAP Search | 04 Dec 2005 05:46 GMT | 1 |
Good Day Folks, I'm trying to do an LDAP search of Novell eDirectory, but I'm getting a compile error. The error and my code are listed below.
|
| Paging with dropdownlist | 04 Dec 2005 05:32 GMT | 1 |
Does anyone know how to create a paging drowpdownlist? What I mean is to create a dropdownlist that display all the paging such as Page 1, Page 2, Page24, ..., Page 56,... Thanks,
|
| How do I know when to use 'New' for variables? | 03 Dec 2005 17:30 GMT | 1 |
Hello: How do I know when to use 'New' when declaring a variable? How do I know when an instance can be created? Ex:
|
| are objects assosiated with the thread they are created on? | 03 Dec 2005 13:20 GMT | 7 |
Are objects implicitly stored in the TLS of the currently running thread? When creating multithreaded applications i get errors when accessing data from a different thread than the thread used to create the objects (which is easely fixed by calling Invoke()). Also, is there a way ...
|
| Running javascript function from a link in an asp.net calender | 03 Dec 2005 07:43 GMT | 1 |
Can someone please shed some light on this for me, I have tried using RegisterStartupScript and I cant get it to work. The purpose of this is that the calendar is displaying info from a db and when a link on the calendar is clicked it will open a popup window displaying
|