天天看点

吐槽Visual Studio 2010

1、服务端的try catch中后半部分有个地方有问题,但却死活跟进不了try块。

2、在客户端调用服务端的函数,在客户端的代码中用try catch包了起来,但还是进不去try块。

小注:

        对于上面两种情况,可以采取将try catch块中代码,逐行注释,再跟踪,应该就可以跟踪进去了。

以上两种情况,vs有可能会这么提示:

情况a:

吐槽Visual Studio 2010

情况b:

        system.web.services.protocols.soapexception: system.web.services.protocols.soapexception:

        server was unable to process request.

        ---> system.typeloadexception:

        中文版本提示:system.missingmethodexception: 找不到方法:...

        英文版本提示:system.missingmethodexception: method not found:...

情况c:   

        异常信息(异常类型:genersoft.platform.core.error.gspexception)

        异常信息:communication with the underlying transaction manager has failed.

3、打开winform界面,提示缺少某个控件,重启一下vs,又不提示了!

小注:对于上面这种情况,提示控件缺失之类的问题,一定要重启一下vs2010,看看效果。

4、

继续阅读