Hello All, I created one service, added one ATL object. Did work everything. After that I added another ATL object,added methods to the interface. Build the project. I noticed that class of second object is registered but interface is not registered. I used OleViewer to see interface, but I couldn't see it. That'w why CoCreateInstance fails with error ( No such interface supported) I am working with ATL 3.0. How can I solve this problem. When I started digging on Google, I found some post that states that proxy-stub support would solve the problem. I don't how would it solve the problem, Let me know how can I add support of proxy-stub in ready project. I don't want to do it from start. -AJay
Did you solve this problem? Usually this means the control wasn't registered properly. Brian wrote in message news:1141136767.532659.309220@i39g2000cwa.googlegroups.com... > Hello All, > I created one service, added one ATL object. Did work everything. After > that I added another ATL object,added methods to the interface. Build > the project. I noticed that class of second object is registered but > interface is not registered. I used OleViewer to see interface, but I > couldn't see it. That'w why CoCreateInstance fails with error ( No such > interface supported) > I am working with ATL 3.0. How can I solve this problem. > When I started digging on Google, I found some post that states that > proxy-stub support would solve the problem. I don't how would it solve > the problem, > Let me know how can I add support of proxy-stub in ready project. I > don't want to do it from start. > > -AJay >