中止ajaxtoolkit错误 [英] abking ajaxtoolkit error

查看:66
本文介绍了中止ajaxtoolkit错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我将ajaxtoolkit放入vb.net时,发生错误.
如何解决此错误.

ajaxtoolkit代码如下:


when i put ajaxtoolkit in vb.net , error occurs.
how to solve this error.

ajaxtoolkit code is the following :


 <asp:TextBox ID="txtDelivaryDateSearch" runat="server" CssClass="textbox1" 

                                Width="90px"  >
   <asp:ImageButton ID="imgCalendar" runat="server" CausesValidation="False" 

                                      ImageUrl="../Images/Calendar.png" />
<ajaxToolkit:CalendarExtender ID="CalendarExtender1"  runat="server" 

                                     Format="dd/MM/yyyy" PopupButtonID="imgCalendar" TargetControlID="txtDelivaryDateSearch" PopupPosition="TopLeft" />




并出现错误

当前位置没有可用的源代码."




and error is following

"There is no source code available for the current location ."

推荐答案

此错误的多种原因.
检查哪个修复程序适合您

> http://stackoverflow. com/questions/314329/getting-rid-of-there-is-no-source-code-available-for-the-current-location [ ^ ]

http://msdn.microsoft.com/en-us/library/3sehk0fb (v = vs.80).aspx [当前位置没有可用的源代码.在ASP .net中 [ ^ ]
Multiple reasons for this error.

Check which of the fix works for you

http://stackoverflow.com/questions/314329/getting-rid-of-there-is-no-source-code-available-for-the-current-location[^]

http://msdn.microsoft.com/en-us/library/3sehk0fb(v=vs.80).aspx[^]

There is no Source code available for the current location. in ASP .net[^]


当前位置没有可用的源代码."
PDB文件丢失或旧文件未更新时,会发生这种情况.编译的DLL和相应的PDB文件需要具有相同的时间戳.您需要确保DLL的上次修改日期和PDB的上次修改日期是同步的. PDB文件是负责您调试的负责人.

清洁溶液并重新构建.这应该与PDB一起创建一个新的dll.完成后,您应该可以对其进行调试.
"There is no source code available for the current location ."
This happens when PDB file is missing or an old one, not updated. Compiled DLL and the respective PDB file needs to be of same timestamp. You need to make sure that the DLL last modified date and PDB last modified dates are in sync. PDB files are the one responsible that helps you in debugging.

Clean the solution and rebuild all. This should create a new dll along with PDB. Once done, you should be able to debug it.


这篇关于中止ajaxtoolkit错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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