
ASP.net Issue Resolution
文章平均质量分 58
envykok
这个作者很懒,什么都没留下…
展开
-
unable to load dll 'sqlserverspatial.dll'
unable to load dll sqlserverspatial.dllcode : using Microsoft.SqlServer.Types;SqlGeography polygon = SqlGeography.STPolyFromText(polyText, 4326);1.Make sure the SqlServerSp转载 2010-04-28 16:44:00 · 284 阅读 · 0 评论 -
Maximum-Message-Size-Quota-Incoming-Messages-65536-Exceeded
<br />http://weblogs.asp.net/hajan/archive/2010/07/13/transferring-large-data-when-using-web-services.aspx Transferring large data when using Web Services <br />I've been working with complex reporting application and big part o转载 2010-11-03 01:14:00 · 487 阅读 · 0 评论 -
Update requires a valid UpdateCommand when passed DataRow collection with modified rows.
<br />Reason:<br /> <br />This error is caused by missing UPDATE command for sqlDataAdapter.<br /> <br />See the MSDN documentation, for the SqlDataAdapter, You need to pass four<br />commands SqlCommand object, which also has the connecton object which<原创 2010-09-20 18:44:00 · 473 阅读 · 0 评论 -
Failover causes a transport-level error - ms-sqlserver
<br />http://dbaspot.com/forums/ms-sqlserver/141805-failover-causes-transport-level-error.html<br />Issue:<br /> <br />We have IIS connected to SQL 2005 with failover.<br /><br />When we try a failover scenario (just stoping service on sqlserver1)<br />转载 2010-08-16 11:14:00 · 237 阅读 · 0 评论 -
Asp.Net 防止重复提交方案
<br />http://www.cnblogs.com/fan2k/archive/2008/03/10/1098240.html<br />解决方法一:<br /><br /> .Framework2.0中才有的button属性:<asp:button id="Button2" onclick="btnSubmit_Click" runat="server" OnClientClick="this.disabled=true;this.form.submit();转载 2010-06-20 21:41:00 · 195 阅读 · 0 评论 -
为什么Button只执行javascript, 不执行后台代码 - UseSubmitBehavior
代码 : 后台代码 : 前台 UseSubmitBehavior="True" -UseSubmitBehavior="False" -但这有什么关系呢? ? ?- refer to :http://blog.yam.com/weilin98/article/23448455 (ASP.NET - Button.UseSubmitBehavior屬性)原创 2010-06-20 21:21:00 · 492 阅读 · 0 评论 -
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that ....
<br />Validation of viewstate MAC failed. If this application is hosted by aWeb Farm or cluster, ensure that <machineKey> configurationspecifies the same validationKey and validation algorithm. AutoGeneratecannot be used in a cluster<br /> <br /> <br原创 2010-06-20 18:49:00 · 362 阅读 · 0 评论 -
Localhost无法访问,127.0.0.1可以访问!其他都正常!
<br /><br />1. 开始--命令(cmd)--ping localhost,看是否能ping通,从127.0.0.1上返回信息,如果成功则说明可以解析localhost; <br />2. 如果上一步不成功,则用记事本打开C:/WINDOWS/system32/drivers/etc/hosts文件,<br /> 1) 看里面是否有包含:127.0.0.1 localhost ,如果没有则将其添加进去,再查看能否访问localhost。<br /> 2) 看里面是否有包含::原创 2010-06-17 21:50:00 · 261 阅读 · 0 评论 -
Request format is unrecognized for URL unexpectedly
<br />http://support.microsoft.com/kb/819267<br />ERROR DESCIRPTION<br />Server Error in '/WS' Application.Request format is unrecognized for URL unexpectedly ending in '/Tesing'. Description: Anunhandled exception occurred during the execution of原创 2010-06-10 14:09:00 · 491 阅读 · 0 评论 -
C# 中解决使用Sqlpolygon 点的方向性问题
一般来说,在.net 里面要创建sqlpolygon实例,对组成polygon的点的顺序有着严格的要求,必须是逆时针方向的,例如:string wktString = "POLYGON((-74.00751113891601 40.73412061435751,-74.02193069458008 40.705758069466754,-73.96940231323242 40.72891原创 2010-05-19 16:50:00 · 282 阅读 · 0 评论 -
String.format (Error 'Input string was not in a correct format' ) - because of curly braces
String.Format and Input string was not in a correct format Error<br />http://blogs.thesitedoctor.co.uk/tim/2006/10/02/StringFormat+And+Input+String+Was+Not+In+A+Correct+Format+Error.aspx<br /> Monday, October 02, 2006 6:26:29 PM (GMT Daylight Time, UTC+01:转载 2010-07-07 14:32:00 · 663 阅读 · 0 评论 -
windows 2003, File Access denied in .NET
http://blog.youkuaiyun.com/sytWeibo/archive/2009/07/31/4396861.aspx在windows 2003下,在运行web应用程序的时候出现一下错误: 服务器无法处理请求,-->对路径“C:/temp/mytest.txt”的访问拒绝说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.UnauthorizedAccessEx转载 2010-06-27 20:38:00 · 330 阅读 · 0 评论