Quando costruisco versione x64 di mia App NET con Visual Stuido 2008 su 2003 ottengoavviso del compilatore CS1607 quando si costruisce la versione x64
avvertimento CS1607 di Windows Server: Assemblea generazione - assembly di riferimento 'mscorlib.dll' si rivolge a un processore diverso
Significa che non ho installato la versione x64 di .NET?
Report completo è qui
16> C: \ WINDOWS \ Microsoft.NET \ Framework \ v3.5 \ Csc.exe /noconfig/nowarn: 1701,1702 /Piattaforma: x64/errorreport : prompt /define: DEBUG; TRACE /reference:..........\BIN\Jfc.Dealing\Jfc.Configuration.ConfigurationLayer.dll /riferimento: ......... . \ BIN \ Jfc.Dealing \ Jfc.Sys.dll /reference:D:\Projects\dzhukov\SourceCode_Integration_branch\TradeProcessor\Jfc\QuikExport\bin\x64\Debug\QuikExport.dll /riferimento: D: \ Projects \ dzhukov \ SourceCode_Integration_branch \ Samples \ JFC \ FxGate \ QuoteFeedWcfRemoteControl \ bin \ x64 \ Debug \ QuoteFeedWcfRemoteControl.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.configuration.dll /riferimento: "c: \ Programmi \ Reference Assemblies \ Microsoft \ Framework \ v3.5 \ System.Core.dll " /riferimento:" c: \ Programmi \ Riferimento Assiemi \ Microsoft \ Framework \ v3.5 \ System.Data.DataSetExtensions.dll "/ riferimento: C: \ WINDOWS \ Microsoft.NET \ Framework \ v2.0.50727 \ System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference: C: \ WINDOWS \ Microsoft.NET \ Framework \ v2.0.50727 \ System.Messaging.dll /reference: "C: \ Programmi \ Reference Assemblies \ Microsoft \ Framework \ v3.0 \ System.Runtime.Serialization.dll" /riferimento: "C: \ Programmi \ Reference Assemblies \ Microsoft \ Framework \ v3.0 \ System.ServiceModel.dll" /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System. Xml.dll /riferimento: "c: \ Programmi \ Reference Assemblies \ Microsoft \ Framework \ v3.5 \ System.Xml.Linq.dll" /debug +/debug: completo/filealign: 512 /out: obj \ x64 \ Debug \ FeedRawQuotes.exe /target: exe FeedRawQuotes.cs FeedRawQuotesConfiguration.cs MSMQFeed.cs Program.cs properties \ AssemblyInfo.cs avvertimento CS1607: generazione Assemblea - assembly di riferimento 'System.Data.dll ' individua un diverso avviso del processore CS1607: generazione Assembly - di riferimento assembly 'mscorlib.dll' obiettivi un processore diverso
Si prega di fornire maggiori dettagli - quale versione del framework si sta costruendo contro, e su cosa stai costruendo? –