60能卖?能的话给我也留个言...
jdjdj...
用webgl+unity3d听我的...
当前:Asp.net源码《企业内部文档管理系统源码》的评论[查看所有]<br/>点击''系统管理->静态数据''时出现下面这些是怎么回事?<br/>Server Error in '/Manager' Application. <br/><br/>Object reference not set to an instance of an object. //未将对象引用到设置<br/><br/>Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.<br/>Source Error: <br/>An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. <br/>Stack Trace: <br/>[NullReferenceException: Object reference not set to an instance of an object.] DocAdmin.USL.Values_Admin.InitDtFromTree(String index) in D:\books\Source\DocAdmin\USL\Sys_ValuesAdmin.aspx.cs:289 DocAdmin.USL.Values_Admin.InitData() in D:\books\Source\DocAdmin\USL\Sys_ValuesAdmin.aspx.cs:93 DocAdmin.USL.Values_Admin.Page_Load(Object sender, EventArgs e) in D:\books\Source\DocAdmin\USL\Sys_ValuesAdmin.aspx.cs:61 System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Page.ProcessRequestMain() +731 <br/>Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
建议,检查出错页面对应的变量在操作时候指向的那个库里的字段是否为null...可能是空里没那个数据...你这个程序又要求用其中一个数据做基数引用公式计算...类似吧.<br/>我觉得可能,我也菜鸟拉....如果有高手指点下...感激不尽呵呵
<i>指定的转换无效。</i> <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"> <b> 说明: </b>执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 <br/><br/> <b> 异常详细信息: </b>System.InvalidCastException: 指定的转换无效。<br/><br/> <b>源错误:</b> <br/><br/> <table class="t_table" cellspacing="1" cellpadding="4" style="width:98%;background: #ffffcc;"><tr> <td> 执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。 </td> </tr></table> <br/> <b>堆栈跟踪:</b> <br/><br/> <table class="t_table" cellspacing="1" cellpadding="4" style="width:98%;background: #ffffcc;"><tr> <td> [InvalidCastException: 指定的转换无效。]<br/> DocAdmin.DAL.DataAccess.ExecuteNonQuery_in(String commandText, Boolean HasReturn, SqlParameter[] commandParameters) in d:\books\source\docadmin\dal\dataaccess.cs:181<br/> DocAdmin.DAL.DataAccess.ExecuteNonQuery(String spName, Boolean hasReturns, Object[] parameterValues) in d:\books\source\docadmin\dal\dataaccess.cs:212<br/> DocAdmin.BLL.Usr.UserLogin(String loginID, String pwd) in d:\books\source\docadmin\bll\usr.cs:244<br/> DocAdmin.USL.Login.b_Login_Click(Object sender, EventArgs e) in D:\books\Source\DocAdmin\USL\Login.aspx.cs:65</td></tr></table></font>
没人回答啊 大大
我知道为什么了,这个源码估计有一定的功能封装,结果在2.0下显示出了绝对路径,估计也是开发者的习惯
Asp.net源码《企业内部文档管理系统源码》 小弟我急需这个,希望大哥能帮帮忙,<span>*******</span>
呵呵,看来这个问题是个拦路虎啊。。。。
<font face="Arial">找不到文件或程序集名称“Microsoft.Web.UI.WebControls”,或找不到它的一个依赖项。<b>源文件: </b>F:\docAdmin\USL\MainFrame.aspx<b> 行: </b>2 </font>
因为你本机上没有安装 iewebcontrols,看看这里<br/><br/><br/><a href="http://bbs.51aspx.com/showtopic-765.html" target="_blank">http://bbs.51aspx.com/showtopic-765.html</a>
<table style="width: auto;"><tr><td style="border:none;"><div class="quote"><blockquote> 原帖由 <b>jany.deng</b> 于 2007-12-11 11:40:00 发表<br/><font face="Arial">CS0016: 未能写入输出文件“\docadmin\3fdf2e2c\2697c1c2\ro359x2a.dll”--“拒绝访问。 ”</font> </blockquote></div></td></tr></table><br/><br/>确定是否users用户组的可写权限,仔细检查~
站点文件夹 ——》右键-》属性-》安全[attachimg]147[/attachimg]
站长,我现在用匿名访问,还需要检查什么地方吗
<font face="Arial">CS0016: 未能写入输出文件“\docadmin\3fdf2e2c\2697c1c2\ro359x2a.dll”--“拒绝访问。 ”</font>
下列信息有助于确定程序集“Microsoft.Web.UI.WebControls, Version=1.0.2.226, Culture=neutral, PublicKeyToken=31bf3856ad364e35”无法加载的原因。<br/><br/>错误如上!
:D ,这里就有下载啊<br/><br/>没看到么?<br/><br/><a href="http://bbs.51aspx.com/showtopic-765.html" target="_blank">http://bbs.51aspx.com/showtopic-765.html</a>
自己引用IE WebControl就行了.