mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #257] windows server 2012r2下运行报错 #1185
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#1185
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bytefish163 on GitHub (Jun 12, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/257
Originally assigned to: @VShawn on GitHub.
在windows server 2012r2 下运行时报错,无法使用:
Environment
0.6.2.2(EXE Release).NET Framework 4.84.0.30319.42000Windows Server 2012 R2 Standard 64-bits 6.2.9200.0 ()Error Info
无法加载一个或多个请求的类型。有关更多信息,请检索 LoaderExceptions 属性。
Stack Trace
Recent Log
@VShawn commented on GitHub (Jun 13, 2022):
可能是在你的服务器系统下,程序没有权限读取所需的dll,导致反射类型失败。
你可以试试升级到 0.7 的最新测试版本,这个版本数据结构合并到了一个程序中,不再需要反射出 dll 中的类型。
@bytefish163 commented on GitHub (Jun 13, 2022):
0.6用管理员权限执行还是报错,用0.7果然ok了!