![]() |
|
|
#106 |
|
کاربر فعال سخت افزار
Join Date: Jul 2007
Posts: 897
|
آقا یه سیستم کد باز تحت .net درست درمون پیدا میشه حالا فروشگاه یا CMS یا هرچی، میخوام تغییرت بدم و شخصی سازیش کنم برای خودم استفاده کنم فقط مهم که خودم هر تغییری خواستم بتونم روش بدم.
|
|
|
|
|
|
#107 |
|
ASP.net مدیر
|
dotnetnuke
__________________
![]() ای مفتــــــــی شهـــــــــــر از تــــــو بیــدارتـــــریــــم ----------بــا ایـــــن همـــــه مستی ز تــــو هشیارتـــــریــــم تـــو خـــون کســــــان نوشـــــی و مــــا خـــون رزان ---------- انصـــــــــــاف بـــــــــــده کــــــــــــدام خونخــــوارتریم
|
|
|
|
|
|
#108 |
|
Registered User
Join Date: Aug 2009
Posts: 1
|
میشه Assembly-Refrence ویندوز فرم رو هم به domain اضافه کنم؟
من با ویژوال کار میکنم تازه کارم
وقتی که به پروژم Assembly-Refrence های System.Windows.Forms رو اضافه میکنم،error میده مثلا یه messegbox بخوام به برنامم اضافه کنم،assembly windows.forms رو add میکنم برنامم توی debug جواب میده ولی توی سایتم(free domain) جواب نمیده. لازمه بگم من فولدر projectamo زیپ میکنم و توی سایت extract میکنم ممنون |
|
|
|
|
|
#109 |
|
Registered User
|
سلام ... فرض کنین که من یه صفحه نوشتم ... حالا میخوام آپلود کنم ...
اینم بدونین که من اولین تجربه اینکارم هست ... اصلا بلد نیستم .. خواهش میکنم بهم بگین باید چی کار کنم ؟؟؟ |
|
|
|
|
|
#110 |
|
Registered User
Join Date: Mar 2009
Posts: 121
|
کسی می تنه بگه این ارور مال چیه؟
Line 1: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="test._Default" %> Line 2: Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
|
|
|
|
#111 |
|
Registered User
Join Date: Mar 2009
Posts: 121
|
این یکی دیگه چیه:
Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request. Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur. |
|
|
|
|
|
#112 | |
|
کاربر فعال برنامه نویسی
|
Quote:
|
|
|
|
|
|
|
#113 | |
|
کاربر فعال برنامه نویسی
|
Quote:
ممکنه کمتر از ورژن برنامه شما باشه |
|
|
|
|
|
|
#114 |
|
Registered User
Join Date: Mar 2009
Posts: 121
|
متن کامل ارور:
Server Error in '/' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'test._Default'. Source Error: Line 1: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="test._Default" %> Line 2: Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Source File: /test3/Default.aspx Line: 1 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3074 |
|
|
|
|
|
#115 | |
|
Registered User
Join Date: Mar 2009
Posts: 121
|
Quote:
تو web.config من customerror= "off"d و session ها رو none |
|
|
|
|
|
|
#116 |
|
Registered User
Join Date: Mar 2009
Posts: 121
|
من برای اتصال به بانک اطلاعتی سایتم از این کد استفاده می کنم ولی ارور زیرو می ده
Dim ConnectionString As String = "Data Source=.;Initial Catalog=arenapars; Database=deliran_gameslove;Integrated Security=SSPI;User ID=id;Password=pass;":d Server Error in '/' Application. Cannot open database "deliran_gameslove" requested by the login. The login failed. Login failed for user 'CL-T013-303CN\IWPD_228(arenapars.)'. 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.Data.SqlClient.SqlException: Cannot open database "deliran_gameslove" requested by the login. The login failed. Login failed for user 'CL-T013-303CN\IWPD_228(arenapars.)'. Source Error: 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. Stack Trace: [SqlException (0x80131904): Cannot open database "deliran_gameslove" requested by the login. The login failed. Login failed for user 'CL-T013-303CN\IWPD_228(arenapars.)'.] System.Data.SqlClient.SqlInternalConnection.OnErro r(SqlException exception, Boolean breakConnection) +4846887 System.Data.SqlClient.TdsParser.ThrowExceptionAndW arning(TdsParserStateObject stateObj) +194 System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2392 System.Data.SqlClient.SqlInternalConnectionTds.Com pleteLogin(Boolean enlistOK) +35 System.Data.SqlClient.SqlInternalConnectionTds.Att emptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) +144 System.Data.SqlClient.SqlInternalConnectionTds.Log inNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) +342 System.Data.SqlClient.SqlInternalConnectionTds.Ope nLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +221 System.Data.SqlClient.SqlInternalConnectionTds..ct or(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +189 System.Data.SqlClient.SqlConnectionFactory.CreateC onnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +185 System.Data.ProviderBase.DbConnectionFactory.Creat ePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +31 System.Data.ProviderBase.DbConnectionPool.CreateOb ject(DbConnection owningObject) +433 System.Data.ProviderBase.DbConnectionPool.UserCrea teRequest(DbConnection owningObject) +66 System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) +499 System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) +65 System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117 System.Data.SqlClient.SqlConnection.Open() +122 Gameslove.GlData.OpenConnection() +31 Gameslove.test.Page_Load(Object sender, EventArgs e) +34 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627 Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3074 |
|
|
|
|
|
#117 |
|
Registered User
Join Date: Sep 2009
Posts: 2
|
سایت رو چجوری باید compile کرد؟؟؟؟
فایل dll رو چجوری میشه درست کرد؟ ![]() |
|
|
|
![]() |
| امکانات بيشتر | |
|
|