[ 
https://issues.apache.org/jira/browse/IGNITE-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15204066#comment-15204066
 ] 

Pavel Tupitsyn commented on IGNITE-2694:
----------------------------------------

QA info:
* There is now a single set of binaries in the distribution 
(platforms/dotnet/bin no longer has x86 folder)
* These binaries can be used both in x86 and x64 modes. Mode depends on the 
parent application platform and OS. 
** "Parent app" is the application that uses Ignite.NET binaries. Bundled 
examples are such an application.
** If the parent app is x86, or OS is x86, then Ignite runs in x86 mode
** If the parent app is x64, then Ignite runs in x64 mode
** If the parent app is AnyCPU (examples are), then the OS defines execution 
mode

=> To test examples in x86 mode, either use x86 OS, or add x86 solution 
configuration via Build->Configuration Manager menu (don't forget about proper 
JAVA_HOME).

> .NET: AnyCPU build
> ------------------
>
>                 Key: IGNITE-2694
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2694
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms
>    Affects Versions: 1.1.4
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>             Fix For: 1.6
>
>
> Currently we provide separate x86 & x64 binaries. NuGet is x64-only.
> This is inconvenient both for us and the user.
> The only thing that prevents AnyCPU is unmanaged "common" project.
> But we load it dynamically from resources, and we may as well detect current 
> process platform (x64 or not) and load a proper unmanaged resource.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to