0
votes
0answers
12 views
How to do registration-free COM in a plug-in architecture
We use manifest files to do registration-free COM, as I've also elaborated on in this other question.
Now we're trying to use registration-free COM with an application that suppor …
5
votes
2answers
427 views
Is anyone successfully using registration-free COM with .NET components?
Until recently, we were happily using registration-free COM for our native and .NET COM components. However, we ran into a weird issue where our application started crashing random …
0
votes
2answers
169 views
.Net CCW no events with registration-free COM!
I have a COM Callable Wrapper that I'm using from a VB6 program, but the program won't receive COM events unless the CCW is registered. Otherwise, the CCW works fine, just no event …
8
votes
4answers
2k views
Generate manifest files for registration-free COM
I have some applications (some native, some .NET) which use manifest files so that they can be deployed in complete isolation, without requiring any global COM registration. For ex …
1
vote
2answers
103 views
Microsoft.Windows.ActCtx on Windows Xp
These days I'm very much busy on developing an activex/com application. Some of our customers are working under heavily restricted windows environments. So i decided to make my app …
0
votes
0answers
20 views
Isolation-mode (regfree) COM references defined twice (build error MSB3180)
I have several C# projects in one solution which reference some isolation-mode (regfree) COM DLLs. Some projects reference the same DLL, and when I build, I get error [MSB3180][1]: …
0
votes
1answer
154 views
Can I use RegFree Com with an application written in Excel VBA?
I have an application that is written in Excel VBA, myApp.xls. Currently we use InstallShield to distribute the application. Since we are moving to Windows Vista, I need to be ab …
0
votes
5answers
242 views
How can In verify that my .Manifest file is valid?
I'm converting a VB6 app to use a Manifest for Reg Free deployment.
I created a manifest with Make My Manifest but when I run the app I get an error (below).
I want to make sure …
0
votes
3answers
201 views
Is there a way for registration free activation of COM componets.
IS there a way to activate a COM component which is EXE COM application and also it's dependent COM dlls? I want to activate this COM component from .NET application(VS 2005/VS 200 …
3
votes
5answers
394 views
How do I use Reg-Free COM for a vb6 dll reference in a .net project?
I've been trying to solve this issue for a long time, and nothing seems to work.
I have a COM DLL written in vb6. I add a reference to this DLL in .net, with the 'isolated' and 'c …
0
votes
0answers
119 views
CoRegisterClassObject never works…
Recently I've tried to solve several different issues with CoRegisterClassObject (because its introduction on MSDN looks pretty nice) - unfortunately it never works for me. Am I do …
0
votes
3answers
239 views
Registration Free (Regfree) COM
We are using a COM Object automation model to make our application available to our customers.
They are using for the most part python to access our applicaton interface.
As we w …
2
votes
2answers
229 views
Is it possible to use reg free COM with HTA applications?
Since HTA applications are hosted within MSHTA.exe how does one provide a manifest? Plus I assume providing a MSHTA.exe.manifest could potentially break other HTA apps?
4
votes
5answers
883 views
How can you force VB6 to use the DLLs and OCXs from the app directory?
I want to put my dependent files in the app directory.
I seem to remember that you can force VB6 to use the files in the local directory only.
Any hints?
2
votes
4answers
370 views
vb6 xcopy deployment
can any one tell me how to convert an legacy applicaiotn which is vb6 ( COM dll's ocx and exes) to use Regfree COM .
I tried opening the dlls in visual studio and created manifes …
