Hi,
Thanks for taking the time to read this.
I've just gotten my head around creating a COM Enabled Assembly in C#, its written using sharpdevelop so please bear that in mind when reading on.
This assembly is flagged in the project as registered for COM Interop and using the following code I can interact with it from a web page hosted on my local machine.
<object id="sample"
classid="clsid:A4B9C3C2-1234-451a-AEC1-DE3B042FB311"
height="426" width="326" >
</object>
If I use regasm to unregister this assembly, the page stops working. Which is what I am trying to fix moving forward.
Since I have this assembly running in a webpage I'd like to bung it into a CAB and have it install with the usual "do you want to trust" questions.
I've had a go using the cabsdk but I can't get it to work.
I've tried creating the cab, signing it and setting the codebase but all I get is a broken image on the webpage.
Does anyone have a list of gotchas or details on one they made earlier that I could crib from?
Best regards
Ahremsee
Thanks for taking the time to read this.
I've just gotten my head around creating a COM Enabled Assembly in C#, its written using sharpdevelop so please bear that in mind when reading on.
This assembly is flagged in the project as registered for COM Interop and using the following code I can interact with it from a web page hosted on my local machine.
<object id="sample"
classid="clsid:A4B9C3C2-1234-451a-AEC1-DE3B042FB311"
height="426" width="326" >
</object>
If I use regasm to unregister this assembly, the page stops working. Which is what I am trying to fix moving forward.
Since I have this assembly running in a webpage I'd like to bung it into a CAB and have it install with the usual "do you want to trust" questions.
I've had a go using the cabsdk but I can't get it to work.
I've tried creating the cab, signing it and setting the codebase but all I get is a broken image on the webpage.
Does anyone have a list of gotchas or details on one they made earlier that I could crib from?
Best regards
Ahremsee