| Thread | Last Post | Replies |
|
| Initialize and script ActiveX controls not marked as safe | 26 Sep 2007 17:22 GMT | 3 |
We have built an ASP.NET C# web application, which is used in the intranet and uses the Microsoft.Office.Interop.Outlook.dll to interface with Microsoft Outlook installed on the users machines. For the ActiveX to work properly, the users need to enable the "Initialize
|
| C# and C++ in same assembly | 26 Sep 2007 04:32 GMT | 6 |
I've been reading through the MSDN docs and just can't seem to find an answer to my question. What I'm trying to find out is whether it's possible to introduce C# into our C++ application. I don't want to do this via a DLL but instead would like the C# code to be statically ...
|
| Stack overflow help | 26 Sep 2007 03:23 GMT | 2 |
I am getting a strange System.StackOverflowException exception when my COM object fires an event in to my .net code. The call stack is only about 10 items longs so its not the standard infinite loop. What else would cause this? Is there a way to see how much stack
|
| DDE / DdeQueryNextServer | 25 Sep 2007 20:42 GMT | 8 |
I have to make a DDE-Connection from dot.net (as a Client). The DDE-Implementation from Brian Gideon (http://www.ozemail.com.au/ ~markhurd/vbnetdde.zip) works, but I still need a function to list all avaiable DDE-
|
| 0x80040154 - Exception, Interop and 64bit OS. | 25 Sep 2007 16:23 GMT | 2 |
I have two server Server A) Production Server with Windows 2k3 64Bit + Comos Server B) Development Server with Windows 2k3 32 Bit + Visual Studio 2005 + Comos
|
| ActiveX COM Object In COM+ | 24 Sep 2007 20:54 GMT | 1 |
I would like to have my ActiveX Control (User Control in C#) that has a GUI be hosted in COM+, is this possible? I have to set ComVisible(false) on the Class in order for it to regasm, and regsvcs correctly, however then it doesn't show in COM+ under the applications interfaces.
|
| ASSERT in ~CCmdTarget after Drag&Drop between MFC and C# | 24 Sep 2007 09:07 GMT | 4 |
I have written a small test application, where I integrated a c# forms-window in a mfc-application via COM Interop. Everthing is running very well, but if I use Drag&Drop from the MFC-part to the C# window I got a debug ASSERT
|
| Obtain parameter values from method | 22 Sep 2007 04:25 GMT | 2 |
How would one obtain the parameter VALUES of a method that has already run? I can find the method using the StackTrace and StackFrame classes but once I find the method I would like to obtain the value of one of the parameters that were passed to the method. Is this possible? ...
|
| "Class not registered" error when assembly registered with multiple versions | 21 Sep 2007 22:34 GMT | 1 |
I have registered a C# private assembly with two versions (using regasm), so that the registry contains entries like this: ...\InprocServer32\1.0.0.0 <= I want this ...\InprocServer32\1.0.2819.34866 <= unfortunate mistake
|
| Forms Interop + CrystallReportViewer not working | 20 Sep 2007 11:52 GMT | 1 |
.NET form itself loads ok but when I bind the DataSet to the report viewer I get a "Can't find entry point" error. e.g. CRreportViewer.SetDataSource(MyDataSet) throws an error. Any ideas on how to get around this one?
|
| Specific Problem calling VC8 dll from c# .NET | 19 Sep 2007 14:13 GMT | 3 |
Having spent years using Visual C++, I'm a relevent newbie to .NET./ I'm fairly comfortable with teh new programming environment, but the one area that I constantly struggle with is calling legacy VC DLL's (straight Dll's, not extension Dlls). Using www.PInvoke.net I usually find ...
|
| Getting byte array from C# to ATL COM DLL | 19 Sep 2007 05:07 GMT | 1 |
I have a VC++ COM DLL which is making calls to C#.net DLL. The C#.net DLL functions which are byte array expecting SAFEARRAY from VC++ DLL. VC++ DLL get called from my VB client where I need to pass this SAFEARRAY as VARIANT to VB.
|
| COMException (0x800A1066): Command failed | 17 Sep 2007 05:07 GMT | 3 |
I have written a .NET 1.1 program to automate Word using COM interop and late binding. On my development system (Word 2003) everything runs smoothly. However, on a different computer (Word 2000) the following code throws a
|
| managed dll and callback | 14 Sep 2007 08:12 GMT | 2 |
I've got a managed dll that does certain remote operations and a client app. They are both written in c#. How do I implement a callback method in the client app for the dll to call when the remote ops state changes. Does it involve using delegates on the client app? And ...
|
| Unregistering Outlook Addin ( kb: 302901 ) | 14 Sep 2007 07:03 GMT | 1 |
I went thru the steps in the microsoft article http://support.microsoft.com/?kbid=302901 and created an Outlook addin. Now I don't know how to get rid of it. I tried running regsvr32 /u with the path to the addin in the debug directory but got the following message:
|