C#Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Did you define an interface for your component? Normally, you should have an interface which exposes the accessible methods from your component class; this class must derive from the interface.
Interface created and implemented and I also learned that all classes should have their own GUID but still no change.
I can access my methods but they refuse to exist in the Object Browser for example. The component works just fine but it is strange that the interface shows the methods but not the class itself.