开发者

Can System.IO.MemoryMappedFiles.dll be used in Visual Studio 2008

开发者 https://www.devze.com 2023-03-22 02:36 出处:网络
I h开发者_开发技巧ave .net 4.0 installed on my computer..But I have VS 2008. CanSystem.IO.MemoryMappedFiles.dll be used in VS 2008This will not help you.

I h开发者_开发技巧ave .net 4.0 installed on my computer..But I have VS 2008.

Can System.IO.MemoryMappedFiles.dll be used in VS 2008


This will not help you.

If this DLL is included with the .NET 4.0 redistributable, then you should have it installed already, and if you don't, you need to re-download and re-install the redistributable from Microsoft's website. This will allow you to run an application that was written and compiled for .NET 4.0.

If it is not included with the .NET 4.0 redistributable, then you will be unable to use it. Visual Studio 2010 is required to create .NET 4.0 applications; you can't use VS 2008 no matter what DLLs you may have.

In general, having people send you a DLL file is an extremely bad idea. And remember that software piracy is also an extremely bad idea (and illegal!). You need to purchase a copy of Visual Studio 2010 if you want to develop .NET 4.0 applications, or use the free Express edition, obtainable here.


You need VS 2010 to build .NET 4.0 applications


You cannot use .Net 4.0 assemblies in earlier versions of the runtime.

0

精彩评论

暂无评论...
验证码 换一张
取 消