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

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

小注:

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

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

情况A:

       

吐槽Visual Studio 2010_Studio

情况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、