| Thread | Last Post | Replies |
|
| sending files in C# | 03 Nov 2005 18:31 GMT | 1 |
Do you know how to send all kind of files from a server to a client?i can't only send files .txt and i'd like to send all kind of files. Could you help me? contact me joanma6@hotmail.com
|
| Accessing Unmanaged code from ASP.net | 03 Nov 2005 18:26 GMT | 1 |
I've got some code to access an unmanaged dll, and it works fine in a windows based app, but when I move the code to a web application it does not work. It does not throw an error, it acts like the code never gets called.
|
| Implementing ADSI and using System.DirectoryServices | 03 Nov 2005 18:23 GMT | 5 |
I have implemented the IADs interface in .NET. And I want to use System.DirectoryServices.DirectoryEntry class with my implementation. The DirectoryEntry has the constructor DirectoryServices(Object obj). So I supposed, that I can use it if I passed my implementation there.
|
| Passing variants from VBA to C# COM object | 03 Nov 2005 06:37 GMT | 7 |
Is there a way to pass variant parameters from VBA to a C# COM object? Specifically, I'd like a class to have an indexer property to store different types from VBA - numbers, strings and dates. In C# I should be able to detect what actual type is passed. So, the type should be ...
|
| Share or put a .NET DLL in a global cash /Register | 02 Nov 2005 22:41 GMT | 1 |
I would appreciate if anyone can advise how to share or put a .NET DLL in a global cash or share place for other projects to be able to call. A piece of sample code would be nicer. (VB.NET) Thanks
|
| Problems calling native GetIfTable function | 02 Nov 2005 17:50 GMT | 2 |
I need to call the native function GetIfTable() and set up everything to do so as follows: ----- START OF CODE ----- [DllImport("iphlpapi.dll", SetLastError = true)]
|
| Killing an Unmanaged VB6 COM Process from C# | 02 Nov 2005 01:45 GMT | 7 |
I have a C# service that is making regular calls into an out-of-process COM component written in VB6. Problem is, if the VB component blocks and hangs, or goes into an infinite loop (don't ask why, it just does), then I want to free and release it.
|
| Can't debug VS.NET 2003 COM server application after installing VS 2005 RC | 01 Nov 2005 22:47 GMT | 1 |
I've developed a C# class library that runs as an in-process COM server within a VB6 application. I developed my library with VS.NET 2003, and it must continue to be developed on that platform for the foreseeable future.
|
| Access violation calling C# interface from C++ | 01 Nov 2005 17:37 GMT | 5 |
My company has been given a set of COM interfaces ( as .idl and .tlb files) by a customer, which represents the interfaces to a system they are in the process of developing. One of the interfaces included is outgoing (i.e., implemented by us), and will be used to
|
| problem trying to marshal instance of ActiveX class from pointer.. | 01 Nov 2005 16:12 GMT | 1 |
I'm interfacing from .NET to an ActiveX DLL and I'm having one problem I cant figure out. (The ActiveX DLL is from a vendor so I cant change it.) There's a function in the ActiveX DLL which returns a type
|