无法访问设置文件

发布于 2024-10-25 07:11:20 字数 155 浏览 1 评论 0原文

我正在 VS2008 中创建一个新项目。我将设置文件从不同的(旧)项目复制到我的新项目中。我无法访问 .cs 文件中的设置文件中包含的信息(一些常量值)。

我尝试重新启动应用程序/项目,但设置文件在我的 .cs 文件中仍然无法访问。

谢谢,

约翰。

I am creating new a project in VS2008. I copied a settings file from a different(old) project to my new project. I am not able to access the information(some constant values) contained inside the settings file in my .cs file.

I tried restarting the application/project, still the settings file remain unaccessible in my .cs file.

Thanks,

John.

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

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

发布评论

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

评论(2

萌无敌 2024-11-01 07:11:20

您是否更新了 Settings.settings 文件和 Settings.Designer.cs 文件中的命名空间?

实际上,在新项目中创建新的设置文件并为旧项目打开 VS2008 的第二个副本并以这种方式在两者之间复制设置会更容易。

Did you update the namespaces in both the Settings.settings file and Settings.Designer.cs file?

It would actually be easier to create a new settings file in the new project and open a second copy of VS2008 for your old project and copy the settings between the two that way.

眼泪淡了忧伤 2024-11-01 07:11:20

使用完整的类路径,您可以使用类视图窗口读取新复制的设置类文件的完整路径;

最好的方法仍然是将旧值复制到新项目的设置文件中,或者通过链接到两个项目中的设置文件来替换项目设置文件。如果需要,共享此设置文件

Use full class path, u can read full path to the newly copied settings class file by using class view window;

The best way is still to copy old values to the new project's settings file or replace in projects settings file by link to a settings file in a both projects. making this settings file shared, if required

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