有关命名空间的一些详细信息 [英] Some Details about Namespace

查看:129
本文介绍了有关命名空间的一些详细信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我修改了现有的Web应用程序.
但是它包含一个命名空间GISSDLL

并且所有过程都通过此命名空间调用.

GISSDLL.dllDataset.FillDataSet(ref con,ref dsbroker,"sp_SelectId",7,0,",System.DateTime.Today,",System.DateTime.Today,",System.DateTime.Today,", System.DateTime.Today,0,",",",",",",",",0,",0,",0、0,",0 ,",0,0,",0,",0);


需要修改.

我展开解决方案资源管理器,然后显示GISSDLL.dll和GISSDLL.dll.refresh.

如何编辑该命名空间以添加新的存储过程.

I modify an existing web application.
But it contains a namespace GISSDLL

And all procedures are called through this namespace .

GISSDLL.dllDataset.FillDataSet(ref con, ref dsbroker, "sp_SelectId", 7, 0, "", System.DateTime.Today, "", System.DateTime.Today, "", System.DateTime.Today, "", System.DateTime.Today, 0, "", "", "", "", "", "", "", "", 0, "", 0, "", 0, 0, "", 0, "", 0, 0, "", 0, "", 0);


In need to modify it.

I expand the solution explorer then show GISSDLL.dll and GISSDLL.dll.refresh.

How to I edit that Namespace for add new stored procedures.

推荐答案

从哪里获得的GISSDLL.dll?是第三方还是您自己写的?基于GISSDLL.dll.refresh文件,看起来它是您自己的一个.

只需转到GISSDLL.dll类库,然后进行所需的更改即可.
Where from you got this GISSDLL.dll? Is it a third party or your own written one? Based on the GISSDLL.dll.refresh file, looks like it is one of your own.

Just go to the GISSDLL.dll class library and make the changes you want to. it will reflect in your application accordingly.


如果您是从其他位置获得的第三方工具安装中包含的dll,则无法编辑GISSDLL.dll.您可能需要该第三方的源代码来执行此操作.
You cannot edit GISSDLL.dll if it a dll included in a third party tool install that you obtained from some other location. You would need the source code from that third party to do that.


您可以使用 reflector 进行此操作,以从dll中获取代码,然后更改名称空间,然后再次使用该源代码创建dll.
You can do one this use reflector to get code from dll and than change name space than create dll again form that source code.


这篇关于有关命名空间的一些详细信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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