2 assemblies same name diff version
Hi,
I have created a solutiopn which refers to 2 assemblies, and out of these
one assembly referes to another assembly.:
Assembly1
Assembly2 -- Assembly3
Now the problem is that assembly 1 and 3 have same names but different
versions. (both re present in my gac) . on my system app works perfet no
issues.
When i try to create a setup, im unable to include both the assemblies 1 and
3 because their same names?? any cleus what to do so taht my setu has both
assemblies and works after deployment??
Thanks a ton for ur time.
Re: 2 assemblies same name diff version
cha0s4u,
I have no clue of what you mean. Assemblies??? Are you talking about compiled VB programs or something entirely different? What package are you using to create your installer?
Re: 2 assemblies same name diff version
sorry for replying late,was out of town. im talking about DLLs. (those in references) they are actually assemblies in .net.. and im using .net's setup project