| Thread | Last Post | Replies |
|
| Mail Merge through web app | 31 Jul 2003 18:50 GMT | 1 |
We have a document production system based on mail merge documents and related data sources (csv files) from a sql server. This system is to be moved to a asp.net environment. We require the ability to download the templates from the web server,
|
| IPC is very bad in framework | 31 Jul 2003 14:32 GMT | 1 |
I have been reading this newsgroup quite often, and quite many are stuck with problem of proper IPC in Framework. This is my humble opinion:
|
| .net and excel object | 31 Jul 2003 14:25 GMT | 1 |
I am trying to open a excel file from .NET application. I have given reference of Microsoft Excel Object Library 9.0. My application is opening excel object and writing into excel file. Everything is working fine if the file is
|
| ADODB.Stream Open() in c# | 31 Jul 2003 09:55 GMT | 1 |
Question: This is what I want to do... ADODB.Stream Stream = new ADODB.StreamClass(); Stream.Open();
|
| Dude this is doin mah head in. (OOP Com) | 30 Jul 2003 20:25 GMT | 1 |
I want to implement what would be an out of process server in vb6. I'm sure i'm not the first to have this prob, but i can't find anything substantial aboot it. i can create a single use class library which always returns the same
|
| COM/.Net interop 0xC0000005: Access violation reading location 0xcccccccc | 30 Jul 2003 11:14 GMT | 1 |
I have a problem when an unmanaged C++ client gets a COM object from a C# server, which it in turn has got from a COM server. It works 75% of the time, but sometimes it crashes.
|
| GetLastError with It Just Works | 30 Jul 2003 08:11 GMT | 3 |
I am using It Just Works to call many Win32APIs from managed C++. I have seen in one book that with PInvoke that you should NOT call GetLastError via PInvoke but that you should call Marshal::GetLastWin32Error.
|
| DllImport / Call a Sub that is in a Class | 29 Jul 2003 23:47 GMT | 4 |
I'm trying to access a Sub that is in a Class of an Dll: TheClass.TheSub() But I can not figure out how to tell DllImport that the Sub is inside the class:
|
| Determining COM object interface at runtime | 29 Jul 2003 23:26 GMT | 3 |
I've got a COM object that is being returned to me from a COM method invocation. I don't know the type / COM interfaces of the object returned to me, since this varies between invocations. However, I would like to
|
| What is wrong with the code to access .NET Assembly from ASP page? | 29 Jul 2003 22:49 GMT | 1 |
Hi,Everybody Can somebody help me find out what 's wrong with the code? Can I pass a .NET type as a parameter to another .NET type's method? or how? see below:
|
| Public functions in class not available to COM | 29 Jul 2003 22:40 GMT | 1 |
I've packaged a .NET assembly for COM according to the instructions, just working from examples as I had problems with my actual code. But the problem persists. Code as follows:
|
| Struct with array of strings | 29 Jul 2003 22:40 GMT | 1 |
All, I am trying to write a P/invoke wrapper for a method that takes a pointer to a struct that has an array of char* strings.
|
| Calling .NET Shared Functions from ASP | 29 Jul 2003 22:35 GMT | 1 |
I'm in the process of migrating a set of business objects from VB to VB.NET. These business objects are actually used by ASP. Question: If I had a shared method in one of the business objects that returned the instance of the object, can I call it from ASP? Something like
|
| COM component's C++ client works but .net client doesn't? | 29 Jul 2003 22:29 GMT | 1 |
I have a COM component in ATL, one of its method's IDL define is as the following: HRESULT SetValue(long a, [in] long* b,[in]string* c, [in]VARIANT* d, [out,retval] ConfirmVal e);
|
| Marshalling a structure to CopyMemory?(VB.NET) | 29 Jul 2003 19:09 GMT | 3 |
Is it possible to marshall a structure to the API function CopyMemory? I keep getting the error: "Can not marshal field Address of type WTS_CLIENT_ADDRESS: This type can not be marshaled as a structure field."
|