Ö
Özden Irmak
Hi,
I've a com dll developed in VB6. I want to use this dll in a C# application.
I set the references to that control and created an instance of the class
set to a variable. But when I call a property in that class I get this error
:
Property, indexer, or event 'SourceDatabaseConnectionString' is not
supported by the language; try directly calling accessor methods
'CompareLibDll.cCompareAccessClass.get_SourceDatabaseConnectionString()' or
'CompareLibDll.cCompareAccessClass.set_SourceDatabaseConnectionString(ref
string)'
There is no "get_SourceDatabaseConnectionString()" method in that class and
this class works perfectly in VB.Net..?
Can somebody help me?
Regards,
Özden Irmak
I've a com dll developed in VB6. I want to use this dll in a C# application.
I set the references to that control and created an instance of the class
set to a variable. But when I call a property in that class I get this error
:
Property, indexer, or event 'SourceDatabaseConnectionString' is not
supported by the language; try directly calling accessor methods
'CompareLibDll.cCompareAccessClass.get_SourceDatabaseConnectionString()' or
'CompareLibDll.cCompareAccessClass.set_SourceDatabaseConnectionString(ref
string)'
There is no "get_SourceDatabaseConnectionString()" method in that class and
this class works perfectly in VB.Net..?
Can somebody help me?
Regards,
Özden Irmak