|
-
April 29th, 2004, 11:55 PM
#1
Testing ActiveX Classes in VB Group Project
I need advice to integrate an ActiveX dll project and a executable file to test. I am trying to create a group project to test my class. But in my test form in the group project environment, VB does not recognize the my class when I try to "new" it. Any one can help? Thanks.
-
April 30th, 2004, 12:10 AM
#2
See the references
you must have forgot to create a reference to your activex dll project in your test application project. try to create one.
-
April 30th, 2004, 01:58 AM
#3
OK. I got that part sorted out. Thanks for the pointer. Now I have new problem. Once I strat running the test prog, I keep getting the error msg "Class does not support Automation or does not support expected interface". Any thing I can do?
-
April 30th, 2004, 03:35 AM
#4
check the instancing property for the class
check that it's public
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|