| Thread | Last Post | Replies |
|
| Using COM DLL in C# | 30 Oct 2007 10:18 GMT | 1 |
Hello friends, I am writing a c# application which is using a COM DLL. I have to add the refrence of COM DLL. But i found 2 DLL in my project directory of COM DLL. One is inside the release folder and another inside the main
|
| Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. | 30 Oct 2007 10:13 GMT | 1 |
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. I get this error when I try to run a SQL Server Project with a CLR stored Procedure in it. The target DB is SQL Server 2005 and im using VS 2005. I
|
| Using COM DLL in C# | 29 Oct 2007 12:52 GMT | 1 |
Hello friends, I am writing a c# application which is using a COM DLL. I have to add the refrence of COM DLL. But i found 2 DLL in my project directory of COM DLL. One is inside the release folder and another inside the main
|
| P2P TCP | 10 Oct 2007 13:04 GMT | 3 |
I was wondering if anyone knew of a way to detect other computers on a network (running my program) if all connections were made via TCP. All computers are running WinXP, but I'm limited to .Net 2.0. Any and all ideas are welcome.
|
| WCF Service Library: “cannot cha nge thread mode after it is set” | 10 Oct 2007 03:11 GMT | 6 |
I have a JavaClass component (dll) that I am required to access within a WCF Service Library and then expose the data that it returns to other .NET3.0 apps. The WCF Service Library is written in VB but the host and client are written in C#. The Service library works fine (in ...
|
| Framing mode Singleton is not supported. | 05 Oct 2007 20:58 GMT | 2 |
I am getting this error in my service when I try to connect a client to it. I don't understand how the client is trying a singleton mode connection if the default InstanceContextMode is PerSession. I have not set any servicebehaviors on my service.
|
| Registering The Assembly In the GAC Programmatically | 04 Oct 2007 07:35 GMT | 1 |
Excuse me if this is not the right newgroup for this, questions. If it isn't tell me the right group and I will repost. I would like to register my assembly in the GAC without calling gacutil.exe, gacutil.exe requires that it be run from the command line, which means that
|
| ASP.NET, AJAX and server side events | 01 Oct 2007 01:14 GMT | 4 |
Im wondering if I can do this with ASP.NET? I have an ASP.NET application that runs a component that fires some events. When these events are fired, I will like to trap them at client level
|