关于用户控件的使用
我在 vb.net 2005 中创建了一个用户控件。并且我已经为我的项目和项目开发了该用户控件。现在我正在使用源安全在我的团队中共享我的项目。现在,当我使用我的 userconteol 时,用户控件的 dll 部署在 gac util 中,但 gac util 仅限于特定计算机,那么我的问题是如何在源安全中共享我的 usercontrol dll?
谢谢。
I have created one usercontrol in vb.net 2005. and i have developed that usercontrol for my project & now i 'm using the source safe for sharing my project in my team. now when i'm using my userconteol then that time the dll of the usercontrol is deployed in the gac util but the gac util is only limited for the particular computer then my problem is how can i share my usercontrol dll in the source safe ?
thanxs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将程序集添加到VSS,但不建议这样做,您可以将源添加到VSS。
You can add the assembly to VSS, but its not recommended, you can add the source to the VSS.