Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Visual Studio 2012 Express 中是否有针对 .Net 3.5 的方法?默认情况下 .Net 4.0 是目标,但我无法更改它。有没有办法改变这个设置?
谢谢!
目标框架与项目模板相关,而不是与 IDE 相关,并且由于 VS2012 没有导出模板向导,我认为您必须获得一个以 .Net Framework 3.5 为目标的模板项目并使用它创建项目。 希望能帮助到你
我在 Visual Studio 2012 Express 的文件菜单下看到了模板导出选项。我用它来创建面向 .net 3.5 和 .net 4.0 的项目模板。
I have a strongly typed class PersonExport. I initially get data into a DataTable and call the following method on the DataTable to convert it to List<PersonExport>
PersonExport
DataTable
List<PersonExport>