gpt4 book ai didi

c# - 命名空间 'FileIO' 中不存在类型或命名空间名称 'Microsoft.VisualBasic'

转载 作者:太空狗 更新时间:2023-10-30 01:18:44 25 4
gpt4 key购买 nike

我正在使用 visual studio 2012 和 .Net framework 4.5。我在我的项目引用中包含了“Microsoft.VisualBasic”。

我在执行项目时遇到以下错误。

Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0234: The type or namespace name 'FileIO' does not exist in the namespace 'Microsoft.VisualBasic' (are you missing an assembly reference?)

来源错误:

      int lineNumber = 0;
int flag = 1;
using (Microsoft.VisualBasic.FileIO.TextFieldParser parser = new Microsoft.VisualBasic.FileIO.TextFieldParser(file))
{
parser.CommentTokens = new string[] { "#" };

我曾多次尝试添加引用,但它似乎不起作用。

我什至尝试了 Stack Overflow 中以下问题的答案,但没有任何帮助 microsoft.visualbasic.fileio does not exist

here is my reference and properties of Microsoft visual basic

请帮帮我

最佳答案

与 Mark Richman 类似,它仍然没有让我访问 FileIO。我所做的是单击“工具”->“NuGet PackageManager”->“管理解决方案的 NuGet 包”。搜索 Microsoft.VisualBasic。点击安装,它给出了一些我接受的条款和条件。以这种方式安装后,我能够获得 FileIO 选项。

关于c# - 命名空间 'FileIO' 中不存在类型或命名空间名称 'Microsoft.VisualBasic',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26008514/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com