怎么样联系作者啊...
数据库在哪里呀...
vs文件打不开...
“MyShop.Config.SiteConfig”的类型初始值设定项引发异常。
测试了下没有问题 需要在IIS中配置网站添加web目录,就可以了 修改网站web文件夹下config文件夹的My.config设置以调用不同的数据库。 (1) 选择Access数据库,只须将<DbType></DbType>修改为<DbType>access</DbType>。
MYshop 上传到网上出现:Service Unavailable 503错误如何解决啊,希望大侠指点!
设置了access后,出现问题:发生错误: 网站根目录下的Config文件夹没有正确的My.config文件
Unable to start debugging on the web server.<html><head><titile>Server Application <br/>Error</title></head><body><h1>Server Application Error</h1> The server has encountered an <br/>error while loading an application during the processing of your request,Please refer to <br/>the event log for more detail information ,Please contact the server adiministrator for <br/>assistance.</body></html><br/> make sure the server is operating correctly .verfy there are no syntax errors in <br/>web.config by doing a debug.Start without debugging you may also want to refer to the <br/>asp.net and ATL sever debugging topic in the online documentation<br/>我调试环境vs2005
Unable to start debugging on the web server.<html><head><titile>Server Application Error</title></head><body><h1>Server Application Error</h1> The server has encountered an error while loading an application during the processing of your request,Please refer to the event log for more detail information ,Please contact the server adiministrator for assistance.</body></html><br/> make sure the server is operating correctly .verfy there are no syntax errors in web.config by doing a debug.Start without debugging you may also want to refer to the asp.net and ATL sever debugging topic in the online documentation<br/>我调试环境vs2005
MyShop.SQLServerDAL.dll<br/>MyShop.AccessDAL.dll<br/>都不见源码的
没有主题包,主题包还的写职,
有源码的,只不过是.net formwork 1.1下开发的源码,能用。<br/>别乱污蔑别人!
????。。不都有源码??请仔细点看看
不只少一两个文件。我发现的主要文件有。IDAL-->IAboutUs.cs ConfigInfo.cs 这两个文件。<br/><br/>AccessDAL和SQLServerDAL里的AboutUs.cs应该继承IAboutUs.cs..找遍了完全没有。<br/><br/>而且这两个文件也使用ConfigInfo.cs <br/><br/><br/>最重要的是BasePage.cs 要使用ConfigInfo类,基类都不能调用,编译不能通过。<br/><br/>请发布源码的朋友指点指点。<br/>
在频道设置下radEnableUploadFile5.SelectIndex=model.EnableUploadFile<br/>SelectIndex是选项索引,而索引时0的Value是1,这样刚好设置与目的相反。<br/>建议交换是否,或者改为radEnableUploadFile5.SelectedValue = model.EnableUploadFile.ToString()
谢谢
发生错误: 网站根目录下的Config文件夹没有正确的My.config文件 <br/>说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 <br/><br/>异常详细信息: System.Exception: 发生错误: 网站根目录下的Config文件夹没有正确的My.config文件<br/><br/>源错误: <br/><br/><br/>行 65: get<br/>行 66: {<br/>行 67: return BaseConfig.GetBaseConfig().CachePrefix;<br/>行 68: }<br/>行 69: }<br/> <br/><br/>源文件: c:\TDDOWNLOAD\MyShop081005\web\App_Code\BasePage.cs 行: 67 <br/><br/>堆栈跟踪: <br/><br/><br/>[Exception: 发生错误: 网站根目录下的Config文件夹没有正确的My.config文件]<br/> MyShop.Config.BaseConfigFileManager.get_ConfigFilePath() in E:\MyShop\Config\BaseConfigFileManager.cs:79<br/> MyShop.Config.BaseConfigFileManager..cctor() in E:\MyShop\Config\BaseConfigFileManager.cs:37<br/><br/>[TypeInitializationException: “MyShop.Config.BaseConfigFileManager”的类型初始值设定项引发异常。]<br/> MyShop.Config.BaseConfigFileManager.LoadConfig() in E:\MyShop\Config\BaseConfigFileManager.cs:95<br/> MyShop.Config.BaseConfig..cctor() in E:\MyShop\Config\BaseConfigs.cs:24<br/><br/>[TypeInitializationException: “MyShop.Config.BaseConfig”的类型初始值设定项引发异常。]<br/> MyShop.Config.BaseConfig.GetBaseConfig() in E:\MyShop\Config\BaseConfigs.cs:49<br/> BasePage.get_SiteCachePrefix() in c:\TDDOWNLOAD\MyShop081005\web\App_Code\BasePage.cs:67<br/> BasePage.AddCongigCache() in c:\TDDOWNLOAD\MyShop081005\web\App_Code\BasePage.cs:382<br/> BasePage..ctor() in c:\TDDOWNLOAD\MyShop081005\web\App_Code\BasePage.cs:54<br/> index..ctor() +29<br/><br/> <br/>
发生错误: 网站根目录下的Config文件夹没有正确的My.config文件 <br/>说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 <br/><br/>异常详细信息: System.Exception: 发生错误: 网站根目录下的Config文件夹没有正确的My.config文件<br/><br/>源错误: <br/><br/><br/>行 65: get<br/>行 66: {<br/>行 67: return BaseConfig.GetBaseConfig().CachePrefix;<br/>行 68: }<br/>行 69: }<br/> <br/><br/>源文件: c:\TDDOWNLOAD\MyShop081005\web\App_Code\BasePage.cs 行: 67 <br/><br/>堆栈跟踪: <br/><br/><br/>[Exception: 发生错误: 网站根目录下的Config文件夹没有正确的My.config文件]<br/> MyShop.Config.BaseConfigFileManager.get_ConfigFilePath() in E:\MyShop\Config\BaseConfigFileManager.cs:79<br/> MyShop.Config.BaseConfigFileManager..cctor() in E:\MyShop\Config\BaseConfigFileManager.cs:37<br/><br/>[TypeInitializationException: “MyShop.Config.BaseConfigFileManager”的类型初始值设定项引发异常。]<br/> MyShop.Config.BaseConfigFileManager.LoadConfig() in E:\MyShop\Config\BaseConfigFileManager.cs:95<br/> MyShop.Config.BaseConfig..cctor() in E:\MyShop\Config\BaseConfigs.cs:24<br/><br/>[TypeInitializationException: “MyShop.Config.BaseConfig”的类型初始值设定项引发异常。]<br/> MyShop.Config.BaseConfig.GetBaseConfig() in E:\MyShop\Config\BaseConfigs.cs:49<br/> BasePage.get_SiteCachePrefix() in c:\TDDOWNLOAD\MyShop081005\web\App_Code\BasePage.cs:67<br/> BasePage.AddCongigCache() in c:\TDDOWNLOAD\MyShop081005\web\App_Code\BasePage.cs:382<br/> BasePage..ctor() in c:\TDDOWNLOAD\MyShop081005\web\App_Code\BasePage.cs:54<br/> index..ctor() +29<br/><br/> <br/>
急需数据库啊
<table class="t_table" cellspacing="1" cellpadding="4" style="width:400;"><tr><td><img src="res://C:\WINDOWS\system32\shdoclc.dll/pagerror.gif" width="25" height="33" border="0" onload="thumbImg(this)" /></td><td colspan="1" rowspan="1" width="360" class="t_table">您无权查看该网页</td></tr><tr><td colspan="2" rowspan="1" width="400" class="t_table">您可能没有权限用您提供的凭据查看此目录或网页。</td></tr><tr><td colspan="2" rowspan="1" width="400" class="t_table">如果您确信能够查看该目录或网页,请尝试使用 <a href="http://localhost/" target="_blank"><font color="#ff0000">localhost</font></a> 主页上所列的电子邮件地址或电话与网站联系。<br/>可以单击<img src="res://C:\WINDOWS\system32\shdoclc.dll/search.gif" width="16" height="16" border="0" onload="thumbImg(this)" /><font color="#ff0000">搜索</font>,寻找 Internet 上的信息。<br/><br/>HTTP 错误 403 - 禁止访问 <br/>Internet Explorer </td></tr></table>