Hi Friends, I created a .netcomponent and created .dll file (assembly file) by doing steps like 1) SN - stronge name creation (.snk file) 2) adding strong name file in assembly info file 3) adding version number in assembly info file 4) added to GAC by using gacutil But I am not able to add refference for both of my assemblies. Instead I am able to add refference only for one assembly in a project at a time. If I want to add and use both assemblies with same name and different versions. Can any body give me the steps and code sample to test this feature? Thanks in advance for helping peers. Yours, PrasadCh. |