hi,
I'm having 10 projects in a group. 9 of them are dlls/ocx, when i execute the projects individually they run fine..But when i execute them in the group the message is popped up. "User defined type not defined". Any help appreciated.
I also tried to set the compartibility to "No Compartibility", but individually they work fine and do not show where the mismatch is.
I cannot set the "No Compartibility" to all the projects in the Group, obivously they'll fail.
Request your help.
Thanks & Regards,
Amit

User Defined Type not defined
BobRS
Hi Nasir,
Thanks for your reply, I have already added each project to the Group as you have mentioned. All the dll's have not referenced directly instead its corresponding COM project(ActiveX.dll) has been added to the Group. Do let me know if there are any other possibilities for solving this problem.
Regards,
Amit
rsd_za
Hi,
What i guess from your description is that you are compiling DLLs and then using them in the same solution in another project. To do so, you need to add reference to the project that is generating the desired DLL. In the solution explorer you see a references folder; right click it and select add reference. In the dialog box, there is a tab named "Projects" click the tab and select the project within the solution which you want to use.
Also use fully qualified names to reach the desired class.
Hope it helps.
Nasir