Posted Sunday, October 04, 2009 6:45 PM
|
|
|
|
Hello All. I have downloaded bluebit43 from the site installed on my pc and referenced the 64 bit dll in my .net project. As soon as i make a call to the classes in the library i get an error like
Could not load file or assembly 'Bluebit.MatrixLibrary, Version=4.3.64.0, Culture=neutral, PublicKeyToken=c915370950fbbd9f' or one of its dependencies. An attempt was made to load a program with an incorrect format.
What should i do for this.
Sushma Chitturi
|
|
Posted Monday, October 05, 2009 6:58 AM
|
|
|
|
| Hello, You are getting this exception probably because you are using the 32-bit version of NML in a 64-bit environment. Please refer to this part of the documentation in order to find to use different versions of NML in 32/64 bit environments.
Trifon Triantafillidis | Lead Developer |
|
|
|
Posted Monday, November 09, 2009 5:46 AM
|
|
|
|
| Hi, I am getting a similar message at the first call to the library. I am using the correct version (32 bit on 32-bit platform with target set to "any cpu"). I had this problem on two different machines by the way, the other machine was a 64-bit OS. I hope this can be fixed, I like the interface and documentation, for what I've seen so far. The message is this: "Could not load file or assembly 'Bluebit.MatrixLibrary, Version=4.3.32.0, Culture=neutral, PublicKeyToken=c915370950fbbd9f' or one of its dependencies. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)" What is there to configure? I am using Visual Studio 2008 on XP. I googled the error code and found that it might have something to do with old VS run-time packages which I do not want to depend on. http://social.msdn.microsoft.com/forums/en-US/csharpgeneral/thread/cfa882e6-ce6d-4e99-bb3f-36a0b13ba0ca/ Martin.
|
|
Posted Monday, November 09, 2009 7:51 AM
|
|
|
|
|
|
Posted Monday, November 09, 2009 10:20 AM
|
|
|
|
| Thank you, that did fix it.
|
|
|
|