简体   繁体   English

未定义 Visual Studio 类型

[英]Visual Studio Type is not defined

Im working in a vb.net project for months.我在 vb.net 项目中工作了几个月。 Today i started my computer and saw thousands upon thousands of errors, mostly Type 'x' is not defined .今天我启动了我的电脑,看到了成千上万的错误,主要是Type 'x' is not defined Searched through the web but couldnt find a thing that worked for me, this post being the most notable one: How do you clear your Visual Studio cache on Windows Vista?通过网络搜索但找不到对我有用的东西,这篇文章是最引人注目的一篇: 如何清除 Windows Vista 上的 Visual Studio 缓存? . . Deleting .vs folder had no effect either.删除 .vs 文件夹也没有效果。

Im using Visual studio 2015 on windows 10, and i pretty sure the problem is something about cache, since re downloading the project or reverting changes didnt worked, how can i fix this?我在 Windows 10 上使用 Visual Studio 2015,我很确定问题出在缓存上,因为重新下载项目或恢复更改不起作用,我该如何解决这个问题? I'm loosing my mind我失去理智

Ok, so it happened to be a network error in my workplace, so the program couldnt get the DLLs used.好的,所以它碰巧是我工作场所的网络错误,因此程序无法使用 DLL。 Probably this question won't be much of a use to anyone, try the article that i mentioned in the question first, or deleting your .vs file: How do you clear your Visual Studio cache on Windows Vista?可能这个问题对任何人都没有多大用处,请先尝试我在问题中提到的文章,或者删除您的 .vs 文件: How do you clear your Visual Studio cache on Windows Vista?

But it is worth noticing that a network error can be your problem too, so stay aware of that.但值得注意的是,网络错误也可能是您的问题,因此请注意这一点。

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

相关问题 未定义类型“usercontrol”(Visual Studio 2015) - Type 'usercontrol' is not defined (Visual Studio 2015) 类型未定义,Visual Studio Express 2013 - Type not defined, Visual Studio Express 2013 Visual Studio 'null' 未定义 - Visual Studio 'null' is not defined Visual Studio MySQL在运行时未定义 - Visual Studio MySQL no defined at runtime Visual Studio 2010 说我的类型变量未定义时 - Visual Studio 2010 says my type variable isn't defined when it is Visual Studio 2008 ASP.NET网站错误:Handles子句需要在包含类型或其基本类型之一中定义的WithEvents变量 - Visual Studio 2008 ASP.NET Website error: Handles clause requires a WithEvents variable defined in the containing type or one of its base type Visual Studio中的msgbox按钮类型 - msgbox button type in visual studio Visual Basic编译器错误:未定义类型“ SCU” - Visual basic compiler error: Type 'SCU' is not defined 未定义 Visual Basic .net 类型“ShellFile” - Visual Basic .net Type 'ShellFile' is not defined 如何知道类型是Visual Studio中的引用类型或值类型 - How to know wheter a type is a reference type or a value type in Visual Studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM