Problem with assembly references
-
Hi I have got a solution with several projects. the staring project (an asp.net site) has reference to an other dll (with strong name for GAC and COM+). And this dll has a reference to onther dll... The references are right in visual, but when I run the program It can't find the assembly's because it looks up a different version of the assembly.... If i check this in the .net configuration utility I can see that the reference is different than in visual studio !!!!???? so in visual I have a reference to a assmbly with version 1.0.xxx.2 But when I open the application in the .net configuration utility and i check the assembly's dependecy, it got another version 1.0.xxx.1 ... Why does visual show you onther version of the assmbly then the compiled app. Where's the logic ???? :confused: