gpt4 book ai didi

vb.net - 找不到编译可执行文件vbc.exe

转载 作者:行者123 更新时间:2023-12-02 10:19:31 31 4
gpt4 key购买 nike

我在 VB.NET Web 应用程序中遇到以下错误:

compiler executable file vbc.exe cannot be found.

我重新安装了.net框架,甚至IDE,但这个错误仍然存​​在。请帮忙。

最佳答案

我刚刚在玩 CodeDom 时遇到了这个问题。如果您手动设置版本,您可能会有一些如下所示的代码:

    Dim providerOptions = New Collections.Generic.Dictionary(Of String, String)
providerOptions.Add("CompilerVersion", "v4.0")
Dim provider As New VBCodeProvider(providerOptions)

如果您忘记了“v”并且字典项中的值为“4.0”,您将收到此错误。

关于vb.net - 找不到编译可执行文件vbc.exe,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3633735/

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