C# multitarget platform dll -


i have problem using c# dll on 3.5 , 4.5 platform. have main app (unmanaged code) use c# dll. , need target dll both 3.5 , 4.5 platforms. c# exe application i've used app.exe.config file like

<?xml version="1.0"?> <configuration>   <startup>     <supportedruntime version="v2.0.50727" />     <supportedruntime version="v4.0" sku=".netframework,version=v4.0,profile=client"/>   </startup> </configuration> 

i've tried put in dll folder, in main app folder lib_name.config.dll , main_app.config.exe name. still doesn't work. should target single dll both platform (so can't use 3.5 or 4.5 framework). how can use config file dll?

this 1 of problems of managed code, mean if used "protocol/rules" create dll, applications using dll should understand "protocol". don't think possible.

i program dlls using c/c++ unmanaged (not .net), bytecode , unless use specific features, work windows 95 windows 8, on programming language or platform, .net.

regards, carles


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -