简体   繁体   English

Visual Studio 2013错误

[英]Visual Studio 2013 error

The top line of my code 'module Title' is giving me a dual warning "The search directory 'C:\\z3-4.3.0-x64\\bin\\' could not be found". 我的代码“模块标题”的第一行给了我双重警告:“找不到搜索目录'C:\\ z3-4.3.0-x64 \\ bin \\'”。 One for my .fs (f#) file and one for some FSC file. 一个用于我的.fs(f#)文件,另一个用于某些FSC文件。 I believe FSC is or has something to do with the main project file. 我相信FSC与主项目文件有关或与之相关。

Although I suppose I could try placing a z3 library folder in that specific location, I really don't want to. 尽管我想我可以尝试将z3库文件夹放置在该特定位置,但是我真的不想这么做。 I have to localize this project for portability. 为了可移植性,我必须本地化该项目。 I'm not sure if that file path string is hardcoded or if it was generated from asking my system where things like that are supposed to be installed. 我不确定该文件路径字符串是否是硬编码的,还是由询问我的系统应该在哪里安装这样的东西生成的。

When I search for things like "The search directory" + "could not be found" + visual + studio, I don't get any interesting results. 当我搜索“搜索目录” +“无法找到” + visual + studio之类的内容时,没有得到任何有趣的结果。

This path is not hardcoded in Z3 or in F#. 此路径未在Z3或F#中进行硬编码。 It's possible that someone added it to the system settings, eg, the PATH variable, but that wouldn't produce this warning. 可能有人将其添加到了系统设置中,例如PATH变量,但这不会产生此警告。 By the folder name, I would conjecture that somebody downloaded the Z3 distribution (.zip) and unzipped it in C:. 通过文件夹名称,我可以推测有人下载了Z3发行版(.zip)并将其解压缩为C:。

It can really only be something that's left over from previous projects, eg, either in the project settings or in the global Visual Studio settings. 实际上,它只能是以前项目中遗留的内容,例如,在项目设置或全局Visual Studio设置中。 It seems F# is searching for a module and while doing that, it finds that the directory doesn't exist, which is only a warning because finally all modules can be found elsewhere anyways. 似乎F#正在搜索模块,并且这样做时,它发现该目录不存在,这只是一个警告,因为最终所有模块仍然可以在其他地方找到。

Regarding 'FSC', that's the name of the F# compiler, quite possible that this name pops up in some error messages etc. 关于“ FSC”,这是F#编译器的名称,很可能在一些错误消息等中弹出此名称。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Microsoft Visual Studio 2013中没有名为flask的模块 - No module named flask in Microsoft Visual Studio 2013 Visual-Studio 中的错误“没有名为‘IPython’的模块” - Error in Visual-Studio "No module named 'IPython'" 在Visual Studio中创建模块 - Creating modules in Visual Studio 带有 React 的 Visual Studio 代码 - Visual Studio Code with React Visual Studio的/ experimental:module与Vulkan的core.h冲突,导致语法错误-编译失败 - Visual Studio's /experimental:module conflicting with Vulkan's core.h causing syntax error - compilation failure Visual Studio 导入模块 ExchangeOnlineManagement 不起作用。 错误 AuthorizationManager 检查失败 - Visual Studio Import-Module ExchangeOnlineManagement not working. Error AuthorizationManager check failed 模块下缺少 .dll,导致“未加载符号”错误。 C# Visual Studio 2015 - Missing .dll under Modules, causing a "no symbols loaded" error. C# Visual Studio 2015 Visual Studio Code 自动完成已损坏 - Visual Studio Code AutoComplete is broken Visual Studio模块的负载限制? - Visual Studio modules load limit? Visual Studio Code 不读取 python3 中的模块 - Visual Studio Code not reading modules in python3
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM