No announcements
Found 3006280 threads
-
2 Votes
COM INTEROP and .Net Framework
There have been no plans or announcements that I am aware of to drop COM interop support from Visual Studio and I would sincerely doubt, since ...Answered | 4 Replies | 6639 Views | Created by Jimmy_V - Wednesday, August 11, 2010 9:03 PM | Last reply by Jimmy_V - Friday, August 13, 2010 7:24 PM -
0 Votes
Interop .net vs2005 excel
I would try the interop for 2007.Answered | 5 Replies | 2523 Views | Created by JanAtWork - Friday, February 15, 2013 4:07 PM | Last reply by Joel Engineer - Tuesday, February 19, 2013 5:41 PM -
0 Votes
COM interop to .NET 2.0 from VB6
Hi, We have a VB6 application invoking some functionality from a dll written in .NET framwork 2.0.Answered | 1 Replies | 4929 Views | Created by Malhotra Gaurav - Wednesday, February 22, 2012 3:59 PM | Last reply by Paul P Clement IV - Thursday, February 23, 2012 7:31 PM -
2 Votes
Release C # object that is COM interop
I also noticed that if I create an instance of the class using new from a C# application, it behaves the same way...Answered | 3 Replies | 6470 Views | Created by Masoneilan - Friday, March 18, 2011 4:23 PM | Last reply by Larcolais Gong - Monday, March 28, 2011 1:55 AM -
1 Votes
Interop: how to force a COM wrapper for a .NET class used as a COM class by some .NET interop code...
When both sides of the communication are implemented in managed code, COM interop is bypassed and .NET interface identity rules apply.Answered | 2 Replies | 3977 Views | Created by Simon Mourier - Tuesday, October 21, 2008 9:10 PM | Last reply by Eric_Garnier - Wednesday, October 22, 2008 12:16 PM -
0 Votes
Can't get c++ interop to work from an unmanaged c++ project and trying to access .net 4.5
If c++ unmanaged interop is broken with vs2012 and .net 4.5 just say so and stop wasting my time.Answered | 3 Replies | 3623 Views | Created by Todd_bluecoat - Tuesday, August 6, 2013 7:09 PM | Last reply by May Wang - MSFT - Thursday, August 8, 2013 2:31 AM -
0 Votes
Failure Marshaling a VARIANT [out, retval] from C# to C++ via Interop
that returns a VARIANT woudl work for the C++ and VB6 clients, but would break my .NET clients.Answered | 12 Replies | 8263 Views | Created by Brian R. _ - Tuesday, March 27, 2012 4:31 PM | Last reply by Brian R. _ - Thursday, April 26, 2012 6:39 PM -
0 Votes
Interop SAPI in .net compact framework
Hi, does anyone know how to interop SAPI (Speech API) into .net compact framework applications?Answered | 1 Replies | 3240 Views | Created by hisokaka - Tuesday, January 20, 2009 5:45 AM | Last reply by Ilya Tumanov - Tuesday, January 20, 2009 7:52 AM -
0 Votes
COM dll Interop not working on .NET 4.5
For VS 2012 you can create an embedded COM interop by removing the existing interop assembly (if present) and then using the Add References\COM tab to find the ...Answered | 1 Replies | 1651 Views | Created by Tera Tellence - Monday, March 3, 2014 1:00 PM | Last reply by CoolDadTx - Monday, March 3, 2014 3:02 PM -
2 Votes
.net com interop DLL not working from vbscript
Which DLLs am I supposed to copy, to where and from where?Answered | 8 Replies | 9269 Views | Created by Mr. JTG - Thursday, December 17, 2009 2:46 AM | Last reply by yaip.net - Friday, February 26, 2010 4:37 AM -
0 Votes
Working with Access Interop with Access Runtime
I use an Access 2007 file for the db.Answered | 2 Replies | 2554 Views | Created by winLight - Thursday, August 25, 2011 5:34 AM | Last reply by winLight - Thursday, September 8, 2011 4:58 AM -
1 Votes
How to convert the an excel to pdf file using interop c# .net?
Hi 1) Unfortunately you need to have Microsoft Excel installed in order to have access to the Introp libraries that you need to add as references to your ...Answered | 2 Replies | 7315 Views | Created by Vetrivelmurugan - Wednesday, September 5, 2012 1:24 PM | Last reply by Mike Feng - Thursday, September 6, 2012 10:04 AM -
0 Votes
Integrating unmanaged C/C++ with .net
2) If unmanaged is COM dll, then you can directly use by COM reference through interop.Answered | 7 Replies | 4338 Views | Created by saujee - Monday, March 30, 2009 9:01 AM | Last reply by jialge_msft - Thursday, April 2, 2009 3:14 PM -
0 Votes
C# COM Interop DLL vs C# common DLL
These are somewhat related when we talk about transition/call from one to other.Answered | 2 Replies | 3650 Views | Created by cplusplusdev - Tuesday, July 3, 2012 3:57 PM | Last reply by Nair S - Tuesday, July 3, 2012 4:21 PM -
1 Votes
C# interop keep throwing MemoryAccessViolation
BUT the next question is, is my conclusion only valid for collection from Sparx Enterprise Architect OR all collection in .net??Answered | 15 Replies | 15118 Views | Created by dafengche - Saturday, March 1, 2008 11:24 AM | Last reply by goetzUM9119 - Wednesday, February 2, 2011 10:30 PM -
0 Votes
C++ Interop with .NET user defined Interface
Hi FM, Have you gone through this ...Answered | 1 Replies | 2773 Views | Created by FFMM - Tuesday, June 5, 2012 9:35 AM | Last reply by Shweta Jain (Lodha) - Wednesday, June 6, 2012 3:10 AM -
4 Votes
[interop] native DLL only accessible from my C# project.
Lets quickly remind the issue: In order to protect some sensitive functions from reverse engineering, I coded them in a native C++ dll.Answered | 8 Replies | 3993 Views | Created by mathmax - Saturday, June 15, 2013 2:54 AM | Last reply by mathmax - Sunday, July 28, 2013 2:39 AM -
10 Votes
NET Code Generator for C ++ DLL
COM interop requires your data type to be automation-compatible (No structures, instead you need to write properties or access methods and expose via COM ...Answered | 17 Replies | 8208 Views | Created by Mr Ko Ko - Tuesday, December 4, 2012 9:38 AM | Last reply by Sheng Jiang 蒋晟 - Thursday, December 13, 2012 5:39 AM -
0 Votes
MSWMDM.dll COM/C# interop help
You cannot use that .lib in a C# project, it must be linked to a program written in C/C++.Answered | 4 Replies | 3715 Views | Created by Interociter - Thursday, October 16, 2008 9:13 PM | Last reply by nobugz - Sunday, October 19, 2008 7:37 PM -
0 Votes
Access report from .net
Assuming that you have a default installation then the Report Server's Virtual Directory will be "ReportServer" not "Reports" and assuming that your test report ...Answered | 2 Replies | 4184 Views | Created by FrankPl - Friday, February 26, 2010 2:23 PM | Last reply by FrankPl - Monday, March 1, 2010 8:43 AM - Items 1 to 20 of 3006280 Next ›
No announcements