| Thread | Last Post | Replies |
|
| Work Flow | 18 Dec 2005 21:09 GMT | 1 |
Is there any open source code available for workflow engine in C#, VB .Net framework. Regards - Atul Sureka
|
| Windows 98 and .Net Service | 17 Dec 2005 18:17 GMT | 5 |
I knew it would happen. I have a large who customer wants to run our Windows Service App on a Win98 Machine... Is it possible to run a Windows Service developed in .Net on Win98? If so, do I need to create a Service Control App to Start and Stop the
|
| Clickonce install from CD | 17 Dec 2005 15:51 GMT | 3 |
I generated the deployment files into a local directory with specified installation URL. My prolbems: - If there is an internet connection on the client machine, it skips the
|
| vs2003 and .Net 2 | 17 Dec 2005 14:39 GMT | 3 |
I have vs2003 installed in my computer, I want to try .Net 2, can I install .Net 2 and still be able to use vs2003 and .Net 1? Please advice
|
| System.DirectoryServices works on one machine, but not another in same domain | 17 Dec 2005 13:22 GMT | 7 |
I have a .net application that is basically doing: ================================================================= DirectoryEntry root = new DirectoryEntry( GetRootPathString() ); DirectorySearcher search = new DirectorySearcher( root, someFilterString,
|
| Nullable<int>, implementing GetHashCode, and thread safety | 17 Dec 2005 10:11 GMT | 1 |
The VS2005 documentation for Object.GetHashCode has three notes to implementors: *blockquote* If two objects of the same type represent the same value, the hash function
|
| The operation has timed-out. | 17 Dec 2005 09:53 GMT | 3 |
I am getting error while connecting from our sever to other server: System.Net.WebException: The operation has timed-out. at System.Net.HttpWebRequest.GetRequestStream() Please advice, its urgent.
|
| Caching architecture question. | 17 Dec 2005 09:34 GMT | 1 |
I am thinking about using Caching application block in my web application, for the performance reasons. My ideal sitiuation would be if i could plug in the application block between my Persistence layer and database, so that objects are created
|
| GDI leaks? | 17 Dec 2005 07:24 GMT | 1 |
I've just found the issue that really scares me. It seems that ListView doesn't release some GDI objects. Here you are steps to reproduce the problem: 1. Run Task Manager
|
| Diff. of SqlClient in System.Data.dll and System.Data.SqlClient.dl | 17 Dec 2005 06:16 GMT | 3 |
I notice that if you have VS.NET 2005 installed, you will find in the .NET references when adding a reference: System.Data.SqlClient.Dll in "Microsoft Visual Studio
|
| How to count the sponsored links returned from keyword search... | 17 Dec 2005 04:13 GMT | 2 |
How to count the sponsored links returned from a keyword search. ravindra
|
| C# and .net framework | 17 Dec 2005 03:13 GMT | 4 |
Is there a way to build a c# application so that the user of that application doesnt have to install the .net framework? thanks.
|
| Run exe on LAN machine | 17 Dec 2005 01:38 GMT | 4 |
Please tell me how i can run .exe file on a LAN machine. I have administrative permissions. I am using C#.NET
|
| How to add right click menu | 17 Dec 2005 01:30 GMT | 2 |
Tool: Visual Studio 2005 I have a custom photo library application previously written in VS 6. Basically it has 1) DriveListBox, DirListBox, FileListBox, all listed as
|
| Dynamically import fusion.dll | 16 Dec 2005 20:16 GMT | 1 |
I'd like to dynamically import methods from the fusion library (fusion.dll). However, if I just do a straight [DllImport(blah)], I can't guarantee that I get the .Net 2 runtime version. I've found that the unmanaged method LoadLibraryShim in mscoree.dll will
|