如何修改 VS2010 中已完成并放置在 GAC 中的 C# 项目中的代码

发布于 2024-10-20 08:18:12 字数 180 浏览 12 评论 0原文

我有一个使用 Visual Studio 2010 构建的 C# 控件库,我已将其最终确定并发布到我的通用程序集缓存中。我现在想重新编码该库,但不知道如何做。 我可以在 Visual Studio 2010 中打开该项目,但无法访问代码,因为模块可能已移至 GAC 并锁定。 如果可能的话,我很乐意将代码复制到新项目中,但目前我无法访问我的代码。

I have a C# control library built using Visual Studio 2010 that I have finalised and released into my General assembly Cache. I now want to recode the library and don't know how.
I can open the project in Visual Studio 2010 but I cannot access the code because the modules presumably have been moved to the GAC and locked.
I would be happy to copy the code into a new project if such a thing is possible but currently I have no access to my code.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

掐死时间 2024-10-27 08:18:12

这不是它的工作方式。我猜源代码已签入源代码管理,并且文件现在是只读的。您必须检查它们才能使其可编辑。与您的团队成员讨论此事。

This is not the way it works. I'm guessing the source code got checked-in to source control and the files are now read-only. You have to check them out to make them editable. Talk to the members of your team about this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文