Found conflicts between different versions ????
Bom dia,
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
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
Curtidas 0
Respostas
Fabio Mans
26/05/2009
Você precisa passar mais informações sobre este projeto, existe alguma referência de DLL? É Web?
GOSTEI 0
Devmedia
26/05/2009
Ernany,
estamos no aguardo de mais informações para resolver a sua dúvida.
estamos no aguardo de mais informações para resolver a sua dúvida.
GOSTEI 0
Devmedia
26/05/2009
Ernany,
por falta de retorno estamos encerrando o seu chamado. Caso tenha alguma dúvida, não deixe postar a mesma nesse chamado que o mesmo consultor voltará a lhe atender.
GOSTEI 0