| Thread | Last Post | Replies |
|
| throw new COMException("SayA error", 9000); does not get err.number:=9000 in vb6.... | 30 Dec 2003 17:44 GMT | 2 |
how do I pass the specific error code to vb6 via COM Interop? throw new COMException("SayA error", 9000); does not work for me, there is even no error raised in the vb6 com client...
|
| how to automate excel from Microsoft Visual C#.... | 30 Dec 2003 13:34 GMT | 2 |
Hello every one..... i have a windows application an i am trying to get some data from SQL Server and export them to Excel. I am using Windows 2000 and Excel XP. i followed the instructions from MSDN but i get the following error message "Old format
|
| exception: Couldn't get an IUnknown from GetObjectInterface we expected | 29 Dec 2003 22:33 GMT | 1 |
I have developed the a class in C# using .Net framework 1.0 SDK which is derived from ServiceCompnonent. This class is hosted in IIS 6.0 and OS is Windows 2000 profesional. Some time when server is too busy I got an exception that "The run-time environment has detected an ...
|
| Excel 11.0 object library conflict | 29 Dec 2003 14:15 GMT | 1 |
I would like to import some Excel data and are using Excel 2003 on my development system. The workstations using this application have Excel 2000 installed. Because of this the Excel 11.0 object reference is not working on the
|
| C# Win32 Interop - LVM_GETITEM. Plz Help! | 29 Dec 2003 11:14 GMT | 7 |
I can't work out why this doesn't work - any ideas? I have tried absolutely everything I can think of and have read as much material on the net as I can find. I am stumped - HELP! The problem is marshalling the string back into managed code - lvi.pszText. It is either empty or
|
| URGENT: COM Interop BUG!? | 29 Dec 2003 10:15 GMT | 1 |
Introduction *************** I have a system build of a collection of 'Native COM objects' and '.NET COM interop' objects, all of the COM objects are managed through a 'Native COM' layer, this layer manage the underlying COM Objects and upon request, provide a pointer to those ...
|
| Is this possible too? | 27 Dec 2003 18:31 GMT | 4 |
Is it possible to add a com class to a vb.net exe app so other com apps can interact with the vb.net app? Thanks Regards
|
| Creating MS Outlook mail items in .NET | 23 Dec 2003 18:59 GMT | 1 |
How do I create email items in MS Outlook usng .NET? Currently I am not able to create any mail item objects from the Outlook namespace classes. I get an error message saying "<<Class name>> is
|
| unsigned char* vs StringBuilder | 23 Dec 2003 16:01 GMT | 3 |
Hy I have a litle problem : I have to invoke a function in an unmanaged dll (writen in C) from C# ------------------------------------------------
|
| Use old Fortran dll in .Net | 23 Dec 2003 07:41 GMT | 4 |
I have one function I'd like to call in this old dll. I believe I am calling it correctly, because of the errors I am getting, but it is not working. The funtion takes these arguments:
|
| ExecutionEngineException | 23 Dec 2003 00:06 GMT | 1 |
There has been a problem with VS.NET while using mshtml interop assembly. It gives executionengineexception for the first time it is used. After the failure, second request onwards, it quietly handles all the HTML processing. Does anyone know of how to solve this problem? Your ...
|
| C# and DSO bug? | 22 Dec 2003 21:01 GMT | 1 |
I have written a C# .NET application that uses Decision Support Object Type library 5.1 to access an analysis server. The problem is that when the application ends (and all processes complete normally), I get a fatal error: "The instruction at 0x.. referenced memory at 0x... The ...
|
| newbie question - please hellp | 22 Dec 2003 19:56 GMT | 2 |
I'm new to distributed programming and I have a question concerning interoperability between two applications. I created a .net windows application that has to communicate with an existing application, implemented in an older technology, that doesn't directly support .net
|
| Interop, struct within struct issue - unmanaged code newbe in trouble... | 22 Dec 2003 18:09 GMT | 3 |
Hi, I have been trown into the "beutiful" world of .net vs unmanaged code.. (phu!) And I really needs some help... (with my english too... Another story, another posting.. :o))
|
| IO Security problem - C# App calls unmanaged C++ dll, and the dll launch another process | 22 Dec 2003 17:36 GMT | 2 |
I have a C# Application test program, an unmanaged C++ dll, and a unmanaged exe application. C# app calls the C++ dll, and the C++ dll will launch the unmanaged exe program. The unmanaged exe program will read/write temporary files when
|