I have created a COM DLL which i have registered in the server with the MTS. I have loaded DCOM98 onto my client machine and configured it.now my application which has to run the COM Component has no references in the project.When i run the project ... it has no references ... gives an error message "USER DEFINED TYPE NOT DEFINED".. I want to know if i have done all the formalities correct or if something is pending.If evrything is done right then what else do i have to do for my application to access the component?
How can i test?