Quantcast
Channel: .NET Framework Class Libraries forum
Viewing all articles
Browse latest Browse all 8156

Language Neutral Attribute is not supported in .net framework 4.0

$
0
0

We have a .NET class library which contains "Language Neutral" attribute in AssemblyInfo.VB file as shown below...

assembly:AssemblyCulture("Language Neutral")

When I reference this library in .NET 3.5 application or in corresponding SSIS packages.  It's working fine. 

But when I refer same assembly in .net 4.0 and above, I'm getting the error like "Language Neutral" attribute is not recognized. 

If I remove this attribute, it'll compile in .net framework 4.0.  But in my case, I've several SSIS packages which are built on top of .net framework 3.5 with above DLL.  All these packages will break if I don't recompile them with new component.  If I keep this attribute, I can't make new changes in .net framework 4.0 applications. 

Can you please suggest alternatives for this problem?


Rajeswar


Viewing all articles
Browse latest Browse all 8156

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>