Hello, Projects in the solution are referencing dlls found in: C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0 but even though the dlls are there, visual studio does not see them. Any help is welcome.
AstroBod427
Posts
-
C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0 not seen by visual studio -
<<specificVersion>>'True'<<specificVersion/>> is not satisfyingUnfortunatly this has not worked with the case I am struggling in. The Platform variable was set to anyCPU...
-
<<specificVersion>>'True'<<specificVersion/>> is not satisfyingUnexpectedly this procedure revealed positive for both laptops... :wtf:
-
<<specificVersion>>'True'<<specificVersion/>> is not satisfyingBoth laptops are of the same brand with win 7 pro 32 bits and with all updates from microsoft. The only difference that comes to my mind is that laptop1 has VS 2005 wich laptop2 does not have.
-
<<specificVersion>>'True'<<specificVersion/>> is not satisfyingAppropriate advice mate and I will carry it to higher levels but why laptop1 works and laptop2 does not?
-
<<specificVersion>>'True'<<specificVersion/>> is not satisfyingYes maybe but why does laptop1 win7 pro 32 bits works great and the same code on laptop2 win7 pro 32 bits doesn't work? Is there a machine configuration that can do the trick? There must be something to configure else where than in the project option. The error on the laptop2 is raised by the framework 4 at compile time. Maybe the laptop1 doesn't use the framework 4 to compile but I do not have a clue about settings that would tell the compiler to use another framework than the 4.0. :confused:
-
<<specificVersion>>'True'<<specificVersion/>> is not satisfyingThis method can definitly not be applied as I do not have the rights and there is no way I can convince the team leader to re-target the more than 200 projects splitted in tenth of solutions to framwork 4. And as the first laptop has the same configuration than the second on wich things do not compile there must be a way to configure the second to work as the first. In fact this the point of my thread. Even when the project targets a framework 2 or 3 it seems the framework 4 has a final hand on VS 2010. Maybe the solution would be to target the laptop itself to use another framework than the 4.0 but I don't know wether is this possible or not. But thank you for your answer.
-
<<specificVersion>>'True'<<specificVersion/>> is not satisfyingHi everyone, I am a programer and work with visual studio 2010 and do some c#. The company provided me a hp proBook 5310m, win7 pro 32-bits laptop with wich I could do my job first using vs 2005 and for something like one year now vs 2010. Since this laptop is getting old They bought me a new one. A HP EliteBook i7-2920xm, win7 pro 32-bits, a great horse... The configuration of the OS seems to be similar between each laptop as both have the same OS and are fully up to date. For VS 2010 I exported/imported the settings from the IDE. So I downloaded the code from the source safe to the new laptop and tried to complete the necessary compiling of the referenced projects before I can start working with the one I am on. That's where the problem began to start. The programs in the solution I am developping are mainly targeting the framework 2. As we are using WCF WebServices we need to reference some dll that come from the framework 3.5 as for instance: 'System.Runtime.Serialization.dll' or 'System.ServiceModel.dll' and a few other ones. First of all I noticed that I have to re-reference those 3.5 targeting dlls. At this point I get an warning message box saying this dlls are targeting a framework higher than the projects and I should target a higher framework. I searched the net and found that the solution spreaded around is the one that consist of unloading the project, edit it and place the tag <>'True'<>' for these referenced dlls. This solution seems to work but then all other referencing programs must be adapted this way and as the solution contains at least 50 programs and references programs in other solutions and so on it is not realistic to unload and modify all this projects settings at least as I do not have the rights to perform this kind of setting. Can someone explain me why everything works fine on a laptop and not on another that has the same configuration. It is driving me mad and I cannot use the new laptop.