This is now resolved. Here is what I learned:
For Vista/64 bit platforms:
If you want to build a .NET application (for example in C#) you must explicitly configure the build for the x86 platform. If you choose "Any CPU" on a 64 bit platform, then you get a 64 bit application trying to load a 32 ...
Search found 7 matches
- Thu Mar 12, 2009 1:24 pm
- Forum: SMILE
- Topic: .NET - Visual Studio 2008 (C#)
- Replies: 7
- Views: 14502
- Wed Mar 11, 2009 10:11 pm
- Forum: SMILE
- Topic: .NET - Visual Studio 2008 (C#)
- Replies: 7
- Views: 14502
- Wed Mar 11, 2009 3:52 pm
- Forum: SMILE
- Topic: .NET - Visual Studio 2008 (C#)
- Replies: 7
- Views: 14502
- Tue Mar 10, 2009 9:27 pm
- Forum: GeNIe
- Topic: Validation Tools Within Genie
- Replies: 3
- Views: 8470
So, do people just use Genie to build the network structure? It seems that the case manager and data loader are intended to allow for validation, but without an automated way to do this it seems that there is something missing . I figured that the squence would be quite straight forward:
a. load ...
a. load ...
- Tue Mar 10, 2009 9:20 pm
- Forum: SMILE
- Topic: .NET - Visual Studio 2008 (C#)
- Replies: 7
- Views: 14502
- Tue Mar 10, 2009 7:35 pm
- Forum: SMILE
- Topic: .NET - Visual Studio 2008 (C#)
- Replies: 7
- Views: 14502
.NET - Visual Studio 2008 (C#)
When trying to create a .NET (C#) application, I ran into trouble from the first line of code.
It makes me ask whether anyone has tried this with VisualStudio 2008 and the .NET 3.5 SP1 framework.
A very simple app - I added a button to mainform.
Inside the event handler:
Network = new Smile ...
It makes me ask whether anyone has tried this with VisualStudio 2008 and the .NET 3.5 SP1 framework.
A very simple app - I added a button to mainform.
Inside the event handler:
Network = new Smile ...
- Tue Mar 10, 2009 3:41 pm
- Forum: GeNIe
- Topic: Validation Tools Within Genie
- Replies: 3
- Views: 8470
Validation Tools Within Genie
I've looked through the docs and other posts, but have found very little regarding validation.
I have captured multiple decision datasets from a few subject matter experts. In my application, the output is a single decision variable
from 0.0 (no) to 1.0 (yes).
I can load a data file, Learn the ...
I have captured multiple decision datasets from a few subject matter experts. In my application, the output is a single decision variable
from 0.0 (no) to 1.0 (yes).
I can load a data file, Learn the ...