60能卖?能的话给我也留个言...
jdjdj...
用webgl+unity3d听我的...
使用前,如果是远程调测请修改web.config文件<div class="blockcode"><div id="code_-1"><ol><li><?xml version="1.0"?><?xml version="1.0"?><br/></li> <li><!-- <br/></li> <li> 注意: 除了手动编辑此文件以外,您还可以使用 <br/></li> <li> Web 管理工具来配置应用程序的设置。可以使用 Visual Studio 中的<br/></li> <li> “网站”->“Asp.Net 配置”选项。<br/></li> <li> 设置和注释的完整列表在 <br/></li> <li> machine.config.comments 中,该文件通常位于 <br/></li> <li> \Windows\Microsoft.Net\Framework\v2.x\Config 中<br/></li> <li>--><br/></li> <li><configuration><br/></li> <li><appSettings/><br/></li> <li><connectionStrings/><br/></li> <li><system.web><br/></li> <li> <!-- <br/></li> <li> 设置 compilation debug="true" 将调试符号插入<br/></li> <li> 已编译的页面中。但由于这会 <br/></li> <li> 影响性能,因此只在开发过程中将此值 <br/></li> <li> 设置为 true。<br/></li> <li> --><br/></li> <li> <compilation debug="true"/><br/></li> <li> <!--<br/></li> <li> 通过 <authentication> 节可以配置 ASP.NET 使用的 <br/></li> <li> 安全身份验证模式,<br/></li> <li> 以标识传入的用户。 <br/></li> <li> --><br/></li> <li> <authentication mode="Windows"/><br/></li> <li> <!--<br/></li> <li> 如果在执行请求的过程中出现未处理的错误,<br/></li> <li> 则通过 <customErrors> 节可以配置相应的处理步骤。具体说来,<br/></li> <li> 开发人员通过该节可以配置<br/></li> <li> 要显示的 html 错误页<br/></li> <li> 以代替错误堆栈跟踪。<br/></li> <li> --><br/></li> <li> <customErrors mode="Off" defaultRedirect="GenericErrorPage.htm"><br/></li> <li> <error statusCode="403" redirect="NoAccess.htm" /><br/></li> <li> <error statusCode="404" redirect="FileNotFound.htm" /><br/></li> <li> </customErrors><br/></li> <li></system.web><br/></li> <li></configuration><br/></li> <li><br/></li> <li><!-- <br/></li> <li> 注意: 除了手动编辑此文件以外,您还可以使用 <br/></li> <li> Web 管理工具来配置应用程序的设置。可以使用 Visual Studio 中的<br/></li> <li> “网站”->“Asp.Net 配置”选项。<br/></li> <li> 设置和注释的完整列表在 <br/></li> <li> machine.config.comments 中,该文件通常位于 <br/></li> <li> \Windows\Microsoft.Net\Framework\v2.x\Config 中<br/></li> <li>--><br/></li> </ol></div><em onclick="copycode($('code_-1'));">复制代码</em></div>如果使用的是Sql2000数据库会有语法错误,那就将附件中的文件解压覆盖App_Code/Operation.cs
<i>Runtime Error</i> <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"><b>Description: </b>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. <br/><br/><b>Details:</b> To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".<br/><br/><table class="t_table" cellspacing="1" cellpadding="4" style="width:98%;background: #ffffcc;"><tr><td><!-- Web.Config Configuration File --><configuration> <system.web> <customErrors mode="Off"/> </system.web></configuration></td></tr></table><br/><b><font face="Verdana">Notes:</font></b> The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.<br/><br/><table class="t_table" cellspacing="1" cellpadding="4" style="width:98%;background: #ffffcc;"><tr><td><!-- Web.Config Configuration File --><configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web></configuration></td></tr></table></font>
配置错误 <br/>说明: 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。 <br/><br/>分析器错误信息: 无法识别的配置节“connectionStrings”<br/><br/>源错误: <br/><br/><br/>行 10: <configuration><br/>行 11: <appSettings/><br/>行 12: <connectionStrings/><br/>行 13: <system.web><br/>行 14: <!-- <br/> <br/><br/>源文件: F:\web\mrGongqiu\web.config 行: 12 <br/><br/><br/>--------------------------------------------------------------------------------<br/>版本信息: Microsoft .NET Framework 版本:1.1.4322.2407; ASP.NET 版本:1.1.4322.2407 <br/><br/><br/>本人是新手,用的是vs2005+sql2000<br/>发现在单页面调试,会提示连不到sql2005,这个源码是用的是sql2005么??<br/>请问上面的首页报错问题怎么解决?
今天下载下来后,比较了一下sql2005和sql2000数据库,感觉sql2000库里面少好多的东西。能不能麻烦管理员检查一下,少了那些表,给补充上啊!!
<i>第 1 行: '(' 附近有语法错误。</i> <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"><b>说明: </b>执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 <br/><br/><b>异常详细信息: </b>System.Data.SqlClient.SqlException: 第 1 行: '(' 附近有语法错误。<br/><br/><b>源错误:</b> <br/><br/><table class="t_table" cellspacing="1" cellpadding="4" style="width:98%;background: #ffffcc;"><tr><td>行 169: SqlDataAdapter dap = CreateDataAdaper(procName, null);行 170: DataSet ds = new DataSet();<font color="red">行 171: dap.Fill(ds, tbName);</font>行 172: this.Close();行 173: //得到执行成功返回值</td></tr></table><br/><b><font face="Verdana">源文件: </font></b>g:\TDDOWNLOAD\net\明日供求信息网源码\App_Code\DataBase.cs<b><font face="Verdana"> 行: </font></b>171 <br/></font>
<P>楼主用的是什么数据库? Sql2000的没有经过调测可能会不稳定,建议采用Sql2005</P><br/><P> </P><br/><P>或者把App_Code/Operation.cs第232行的“Select top (" + top + ")”改为Select top " + top + "</P>
这个错误很奇怪,搞不透
换为2005就ok了,谢谢管理!
麻烦管理员检察一下<br/>已知少NAME表