| Thread | Last Post | Replies |
|
| NEW WEB 2.0 MAKES YOU RICH! | 25 Apr 2008 16:10 GMT | 1 |
I found this new FULL INTERNET UPGRADE technology that is about to upgrade THE ENTIRE INTERNET to Web 2.0 standards and IT'S FREE! Plus, they are giving away ONE MILLION DOLLARS to spread the word about it - and you can get a share for helping - NO COST!
|
| Notification of Logon and Logoff | 25 Apr 2008 15:52 GMT | 1 |
I'm trying to write a service that will sit on the domain controller (or, if this proves to be impossible, to be rolled to all connecting Windows machines). It needs to get notification of each logon and logoff, capturing username &
|
| Unexpected error in unit test with Windows Workflow Foundation (WF | 25 Apr 2008 13:30 GMT | 2 |
I've got an unexpected error in a unit test. I want to test a activity from Windows Workflow Foundation (WF). First, I executed the test outside of the activity just in the test-init method. In this case all works fine:
|
| Problems Only When Using Run Without Debugging | 25 Apr 2008 12:51 GMT | 4 |
I have been having a bizarre problem when I do Run Without Debugging (I have been doing this do to the intensity of some code which runs slow when Debugging). When I run without debugging, the application appears hangs on this code:
|
| ViewState error with Session Affinity and Web Farm on ISA Server | 25 Apr 2008 12:42 GMT | 1 |
Hi Experts, With Session Affinity and Web Server Farm on ISA Server 2006 accessing 2 backend IIS servers, I’m getting error “Validation of ViewState MAC failed. If this application is hosted by a Web Farm or cluster, ensure that
|
| Threads debugging | 25 Apr 2008 11:40 GMT | 3 |
I have the folloving code: Public class MyForm : Form { ……
|
| LINQ. Is this select possible? | 25 Apr 2008 09:44 GMT | 7 |
I created an SQL table using the Adjacency Model described here: http://www.sqllessons.com/categories.html By using this model I am able to hold many categories and subcategories in one table.
|
| Tests: Assertion fails in a anonymous initialization method | 25 Apr 2008 08:48 GMT | 4 |
Hi I wrote a test for a workflow. Unfortunately my assertions in the eventhandler which I set up during initialization, fail in every case... What's the problem??
|
| hide public property in propertygrid | 25 Apr 2008 08:47 GMT | 7 |
I have a class with a public property that I don't want to display in ma propertygrid. Is is an attribute to hide this property ? J-L
|
| Reading Public Key Token From Assembly Not Installed in the GAC | 25 Apr 2008 08:03 GMT | 1 |
How can I programmatically read the public key token, Version, and Culture values of an assembly that is not yet installed into the GAC, and all I have is the assembly's containing dll file on disk? I have searched, but the closest thing I found is the FileVersionInfo class
|
| HttpWebRequest - data is truncated? | 25 Apr 2008 06:17 GMT | 2 |
I am looking for some help about the method below which partly works. The problem is that the data returned is truncated in that the returned data has missing bytes near the beginning of the data. I am using VS 2005 and C#.
|
| Hide/Show controls and Z-Order | 25 Apr 2008 04:24 GMT | 2 |
I have a layout issue. My form has 5 components on it. The are each docked, Top, Left, Right, Bottom and Fill. There are also 4 splitters. My issue is that I want the user to be able to hide/show the different controls with their splitters. When the controls are hidden and then ...
|
| Process List / Module List problem.. | 25 Apr 2008 02:45 GMT | 1 |
I'm new to C#. I am using the following C# method to populate a TreeView control. If you call this method once during the life of form then it works perfectly. If you call the method a second time (without closing and
|
| Determine if assembly is installed in the GAC | 24 Apr 2008 22:44 GMT | 7 |
I'm wondering if there is an easy way to programmatically determine if an assembly is installed in the GAC. This would be similar to our ability to easily determine if a file exists (File.Exists(path)) - but for an assembly, of a particular version, etc in
|
| OleDB parameterized query for Access Database | 24 Apr 2008 21:08 GMT | 4 |
Its been a long time since I have had the joy of feeding parameterized query CommandText strings to an OleDBCommand object. I have tried all manner of versions of " update foo set bar = @bar where id = @id"
|