I've imported a dll, but have run into a strange problem. I can define a class and than access it's first property, but not it's second. E.g. class.property1; will display the value of the property1, but class.property2 gives me the error Array formation and indexing are not allowed on .NET object. Any idea what the problem could be?
Your comment is awaiting moderation.
Please release a version of MWArray which Target .NET framework 4.0. There should be a version for all .NET framework. Without this it is not posisble to run .NET 4.0 client calling into matlab generated asembly on Windows 7 64 bit (32 bit mode) simply because .NET framework 2.0 is not supported. When I target 4.0 inside matlab I expect ALL dependencies to be .NET Framework 4.0 !!! Is there a fix for the .NET builder to support Framework 4.0 for MWArray.
Comment only