| Thread | Last Post | Replies |
|
| Any1 Can Help me for the Socket.EndConnect Bug? | 09 Aug 2007 06:09 GMT | 3 |
I have a Socket Server and a client, but the server will not always online, so the client will try to connect to server at a proper inteval, when the server is available, the client will connect to it auto.
|
| File modification warning | 08 Aug 2007 21:53 GMT | 3 |
I get the warning message "File has been modfied outside source editor ....." What is the way to overcome this message TIA
|
| .NET v2 SP1 breaks some code | 08 Aug 2007 18:30 GMT | 5 |
I fired up some .NET v2.0 code in Visual Studio 2005 and ran into compilation errors, where the codebase I had open was referencing its own "SortOrder" enum, and that was colliding with System.Data.SqlClient.SortOrder. The latter entry does NOT exist in .NET
|
| using a COM library in a SQL CLR procedure | 08 Aug 2007 17:36 GMT | 3 |
I've installed a COM object on my machine and a development server (that is running SQL 2005). On my machine, a wrote a quick command line app to test usage of the COM object and it works. I copied the application to the server and it works there too. When I write a new
|
| .NET Framework 2.0 Hierarchy Chart | 08 Aug 2007 17:15 GMT | 1 |
Where can I find the .NET Framework 2.0 Hierarchy Chart? Thanks, Anwar.
|
| Timer used in Windows Services | 08 Aug 2007 16:47 GMT | 3 |
Hello, friends, I am programming a Windows Service using .net 2005. In this service, I need a timer to check file status in a predefined interval. However, as you may have experienced by yourself or read through internet, the
|
| Newbie'ish - Visual Studio 2005 or 2008? | 08 Aug 2007 16:34 GMT | 3 |
Hope everyone is weel? A few years ago I started off having a play with Visual Studio 2002 I had around 5 Months exposure to it, and to say the least became quite good with it. The intention was to truely learn VC++ and VB but unfortunalty other things came along and I had no ...
|
| use of pc game controller with Fable | 08 Aug 2007 14:17 GMT | 1 |
I can't seem to figure out how to get my controller to work with Fable. Any idea's?
|
| Help Needed on ASP.Net Deployment | 08 Aug 2007 12:07 GMT | 1 |
Hi Friends... I have a simple query on building the Web Setup project. When i build my setup, i see that the code behind the .aspx pages (.cs code pages) are also included. And when i deploy the project i can see
|
| How to automatically connect to web via DUN and detecting IP | 08 Aug 2007 06:16 GMT | 1 |
I am writing an Compact Framework 2.0 application in C# for a CE 4.2 device. I need to programmatically connect to the Internet via Dial Up Networking. In the past I used the Connection Manager in eMbedded C++, however, I cannot use this since it references cellcore.dll, which ...
|
| Why is IPC communication so slow? | 08 Aug 2007 05:01 GMT | 1 |
I use Ipcserverchannel class and Ipcclientchannel to do IPC. I try to read a file to memory using process A and then use IPC to transport it to process B. However, IPC use nearly as much time as from a from
|
| oop question | 08 Aug 2007 02:26 GMT | 3 |
I have a question related to object oriented programming as follows:- Lets say I have a base class called BaseClass which has 2 methods Method1() and Method2(). Also lets assume that Method1() has code that invokes Method2()
|
| Error on StructureToPtr() | 07 Aug 2007 19:48 GMT | 4 |
I'm trying to copy a structure to a byte array. I get a failure on the Marshal.StructureToPtr() function. The structure which is as follows: [StructLayout(LayoutKind.Sequential, Pack = 1)] public struct CONNECT_STRUCT
|
| Activator Question | 07 Aug 2007 19:26 GMT | 4 |
My goal is to pass in an assembly and have the method return an instance of any classes that inherit from the generic type T. My problem is that I'm unable to cast from the result of Activator.CreateInstance(curType) to T even though curType is a
|
| File.Delete / Recreating File bug | 07 Aug 2007 19:09 GMT | 5 |
I have a C# application that calls File.Delete(path) to delete an existing file. This works great. When the application is closed I then create a file in the same location with the same name. This also works but when I look at the properties, it has a Created date of
|