Fórum Found conflicts between different versions ???? #6055
26/05/2009
0
1- Na compilação ocorre o seguinte warning :
***************************************************************************************
------ Build started: Project: PocketClientSoft, Configuration: Debug Any CPU ------
Consider app.config remapping of assembly "System.Drawing, Culture=neutral, PublicKeyToken=969db8053d3322ac, Retargetable=Yes" from Version "1.0.5000.0" [] to Version "2.0.0.0" [C:\Arquivos de programas\Microsoft.NET\SDK\CompactFramework\v2.0\WindowsCE\System.Drawing.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "System.Windows.Forms, Culture=neutral, PublicKeyToken=969db8053d3322ac, Retargetable=Yes" from Version "1.0.5000.0" [] to Version "2.0.0.0" [C:\Arquivos de programas\Microsoft.NET\SDK\CompactFramework\v2.0\WindowsCE\System.Windows.Forms.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "System, Culture=neutral, PublicKeyToken=969db8053d3322ac, Retargetable=Yes" from Version "1.0.5000.0" [] to Version "2.0.0.0" [C:\Arquivos de programas\Microsoft.NET\SDK\CompactFramework\v2.0\WindowsCE\System.dll] to solve conflict and get rid of warning.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3247: Found conflicts between different versions of the same dependent assembly.
***************************************************************************************
2- Na internet encontrei a seguinte resposta:
***************************************************************************************
I also had the same problem. I fixed it by modifying the solution to add the 'EnvDTE' assembly with specific version. You can do this in visusal studio by specifying the 'Specific Version' property to true.
Your .csproj file should have an entry like:
<ItemGroup>
<Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</ItemGroup>
***************************************************************************************
3 - Não entendi a resposta....
Obrigado,
Ernany
Ernany
Curtir tópico
+ 0Posts
26/05/2009
Fabio Mans
Gostei + 0
28/05/2009
Devmedia
estamos no aguardo de mais informações para resolver a sua dúvida.
Gostei + 0
01/06/2009
Devmedia
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)