Hi
I get a runtime error in VS 2010 VB "Mixed mode assembly is built against version 'v1.1.4322' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information."
I tried to followed advices I found on the net (adding <?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
</configuration>)
but no luck (I actually am not even sure to which file to add it )
.vbproj contains <Configuration Condition=" '$(Configuration)' == '' ">Debug<startup useLegacyV2RuntimeActivationPolicy="true"><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /></startup></Configuration>
but also not working.
???
VS 2010, VB, Mixed mode assembly is built against version...
Re: VS 2010, VB, Mixed mode assembly is built against versio
On the same machine when I added the above discussed setup lines to a Matlab setup file I was able to load the smilenet.dll into Matlab.
But I would like to work with smile in VS 2010, where the problem remains.
But I would like to work with smile in VS 2010, where the problem remains.
Re: VS 2010, VB, Mixed mode assembly is built against versio
any solution?frito wrote:On the same machine when I added the above discussed setup lines to a Matlab setup file I was able to load the smilenet.dll into Matlab.
But I would like to work with smile in VS 2010, where the problem remains.