DotNetShoutout - Stories tagged with Com Interop
7
Shouts

How To Use a .NET 4 Based DLL From .NET 2 Based Application? - Arik Poznanski's Blog

published 719 days, 18 hours, 23 minutes ago posted by arikarik 720 days, 12 hours, 57 minutes ago
Tuesday, May 31, 2011 11:45:38 AM GMT Monday, May 30, 2011 5:11:29 PM GMT
How To Use a .NET 4 Based DLL From .NET 2 Based Application?Introduction The official answer is you can’t. Even with the In-Process Side by Side execution (SxS) feature, introduced in .NET 4. The SxS feature was intended to be used when COM is involved. For example, if you got an application that loads plugins, like outlook, and it loads 2 COM plugins, one is using .NET 4 and the other is using .NET 2.0 then it will load two versions of the CLR into the process using the new SxS feature. What if I sim... (more)
category: How To | clicked: 34 | 3 comments | | source: blogs.microsoft.co.il
tags: CLR 4.0, .NET Framework, Interop, CLR, Com Interop
4
Shouts

Rick Minerich's Development Wonderland : VerCache Madness with .NET ActiveX Controls

published 1040 days, 14 hours, 48 minutes ago posted by http://radicalreinvention.blogspot.com/http://radicalreinvention.blogspot.com/ 1041 days, 10 hours, 42 minutes ago
Wednesday, July 14, 2010 3:20:19 PM GMT Tuesday, July 13, 2010 7:26:59 PM GMT
About a year ago I was working on building our DotTwain ActiveX control and wrote twoarticles on some useful tips that I discovered.  Since that time, I’ve seen a problem on a few customer computers where, after upgrading once, the control would never run.  Instead, it would just try to reinstall after every page load. After much frustration, it turned out that the problem is related to a little-known Internet Explorer registry entry called VerCache. (more)
category: Web Dev | clicked: 2 | comment | | source: www.atalasoft.com
tags: COM, ActiveX, Com Interop, ActiveX Control
2
Shouts

MsHelp » Better Office COM interop thanks to named and optional parameters

posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 1226 days, 14 hours, 23 minutes ago
Saturday, January 09, 2010 3:46:06 PM GMT
Better Office COM interop thanks to named and optional parameters Posted by Sven on January 09th 2010 to .NET 4.0, COM Interop In my last screencast I showed you how to work with two new features in C#4.0 which are named and optional parameters. Now in this post I will show you another way how you can benefit from these new features. Remember when you had to create these Microsoft Word document with the Office interop API and had to pass all these tedious by ref parameters. Things yo... (more)
category: How To | clicked: 0 | comment | | source: mshelp.be
tags: C# 4.0 .NET, COM automation, Com Interop