更新到Win10周年之后的VB.net 2010框架错误 [英] VB.net 2010 Framework Error after Update to Win10 Anniversary

查看:93
本文介绍了更新到Win10周年之后的VB.net 2010框架错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

升级后,我无法编译并运行以前的已编译程序.

After upgrading i can't compile and run previous compiled program.

我的实际Windows Framework数据:

My actual Windows Framework data:

我的app.config文件:

My app.config file:

<?xml version="1.0"?> <configuration> <startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> </startup> <system.diagnostics> <sources> <!-- This section defines the logging configuration for My.Application.Log --> <source name="DefaultSource" switchName="DefaultSwitch"> <listeners> <add name="FileLog"/> <!-- Uncomment the below section to write to the Application Event Log --> <!--<add name="EventLog"/>--> </listeners> </source> </sources> <switches> <add name="DefaultSwitch" value="Information"/> </switches> <sharedListeners> <add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/> <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log --> <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> --> </sharedListeners> </system.diagnostics> </configuration>

我的财产数据:

调试和运行时错误:(Simconnect = 32位DLL)

Debug and Runtime Error: (Simconnect = 32 bit DLL)

无法加载文件或程序集Microsoft.FlightSimulator.Simconnect.Version = 10.0.61242.0 ......"

"cannot load file or l'assembly Microsoft.FlightSimulator.Simconnect.Version=10.0.61242.0 ..........."

非常感谢您的帮助.

雷蒙德

.

推荐答案

.Net Framework或Windows 10更新的问题应在适当的论坛中提出.

Issues with .Net Framework or Windows 10 updates should be asked in appropriate Forums.

对于.Net Framework,这里的论坛之一 Windows 10 .您甚至可能想要尝试 Visual Studio一般问题论坛.

For .Net Framework one of the Forums here .Net Framework Forums. For issues with Windows 10 I don't know where a Forum for your issue would be but possibly here Windows 10. You may even want to try the Visual Studio General Questions forum.


这篇关于更新到Win10周年之后的VB.net 2010框架错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆