Hi all,
I have written a com+ component by c#,and when I register it into com
service it thorw me a warmming mean "There isn't interface of this class in
class testCom.objCom, so it can't use AutoComplete method when binding by
unmanagement code.
And it also warm me that haven't decalere ApplicationAcce ssControl property
in the assambley.Enabl e application security in default.
Actually, I have declare an interface in my code, and the component class
has inherits it, like this:
class A:ServiceCompon ent,Imyinterfac e
{
....
}
interface Imyinterface{
...
}
Why the system also warm me this? How can I solve this problem?
I have written a com+ component by c#,and when I register it into com
service it thorw me a warmming mean "There isn't interface of this class in
class testCom.objCom, so it can't use AutoComplete method when binding by
unmanagement code.
And it also warm me that haven't decalere ApplicationAcce ssControl property
in the assambley.Enabl e application security in default.
Actually, I have declare an interface in my code, and the component class
has inherits it, like this:
class A:ServiceCompon ent,Imyinterfac e
{
....
}
interface Imyinterface{
...
}
Why the system also warm me this? How can I solve this problem?
Comment