[
https://issues.apache.org/jira/browse/IGNITE-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15206425#comment-15206425
]
Vasilisa Sidorova commented on IGNITE-2694:
--------------------------------------------
Implementation is verified for Ignite 1.6.0 build #558: all is OK for both x86
and x64 platforms. Except little strange error for WinXP 32-bit, Microsoft
Visual C# 2010 - examples could be running only by "Run without debug". If user
try to Debug example (F5), the follow exception is a result:
{noformat}
An unhandled exception of type 'Apache.Ignite.Core.Common.IgniteException'
occurred in Apache.Ignite.Core.dll
Additional information: Failed to initialize JVM.
{noformat}
> .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: Vasilisa Sidorova
> 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)