نمایش نتایج 1 تا 5 از 5

نام تاپیک: مشکل با خطای unhandled exception در اجرای برنامه روی سیسم دیگه

  1. #1

    مشکل با خطای unhandled exception در اجرای برنامه روی سیسم دیگه

    با سلام
    من برنامه رو روی سیستم دیگه بردم sql رو نصب کردم و برنامه ای که انتقال دادم در واقع کل پوشه ی debug رو برداشتم و در سیستم جدید کپی کردم اما وقت اجرا خطا میده
    حالا نمیدونم این خطا بخاطر اتصال به بانک هست یا dll هایی بجز اون dll های داخل دیباگ هم نیاز هست اما چیزی که خطا نشون میده در مورد پایگاه داده اس
    من یه بار پروژه رو با ادرس 127.0.0.1 در connection string کامپایل کردم و یه بار هم با localhost اما هیچ کدوم نشد
    این جئیات خطا:

    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.Data.EntityException: The underlying provider failed on Open. ---> System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception: The system cannot find the file specified
    --- End of inner exception stack trace ---
    at System.Data.SqlClient.SqlInternalConnection.OnErro r(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
    at System.Data.SqlClient.TdsParser.ThrowExceptionAndW arning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
    at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover)
    at System.Data.SqlClient.SqlInternalConnectionTds.Att emptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
    at System.Data.SqlClient.SqlInternalConnectionTds.Log inNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
    at System.Data.SqlClient.SqlInternalConnectionTds.Ope nLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
    at System.Data.SqlClient.SqlInternalConnectionTds..ct or(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions)
    at System.Data.SqlClient.SqlConnectionFactory.CreateC onnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
    at System.Data.ProviderBase.DbConnectionFactory.Creat ePooledConnection(DbConnectionPool pool, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
    at System.Data.ProviderBase.DbConnectionPool.CreateOb ject(DbConnectionOptions userOptions)
    at System.Data.ProviderBase.DbConnectionPool.UserCrea teRequest(DbConnectionOptions userOptions)
    at System.Data.ProviderBase.DbConnectionPool.TryGetCo nnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
    at System.Data.ProviderBase.DbConnectionPool.TryGetCo nnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
    at System.Data.ProviderBase.DbConnectionFactory.TryGe tConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
    at System.Data.ProviderBase.DbConnectionClosed.TryOpe nConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
    at System.Data.SqlClient.SqlConnection.TryOpen(TaskCo mpletionSource`1 retry)
    at System.Data.SqlClient.SqlConnection.Open()
    at System.Data.EntityClient.EntityConnection.OpenStor eConnectionIf(Boolean openCondition, DbConnection storeConnectionToOpen, DbConnection originalConnection, String exceptionCode, String attemptedOperation, Boolean& closeStoreConnectionOnFailure)
    --- End of inner exception stack trace ---
    at System.Data.EntityClient.EntityConnection.OpenStor eConnectionIf(Boolean openCondition, DbConnection storeConnectionToOpen, DbConnection originalConnection, String exceptionCode, String attemptedOperation, Boolean& closeStoreConnectionOnFailure)
    at System.Data.EntityClient.EntityConnection.Open()
    at System.Data.Objects.ObjectContext.EnsureConnection ()
    at System.Data.Objects.ObjectQuery`1.GetResults(Nulla ble`1 forMergeOption)
    at System.Data.Objects.ObjectQuery`1.System.Collectio ns.Generic.IEnumerable<T>.GetEnumerator()
    at System.Data.Entity.Internal.Linq.InternalQuery`1.G etEnumerator()
    at System.Data.Entity.Infrastructure.DbQuery`1.System .Collections.Generic.IEnumerable<TResult>.GetEnume rator()
    at System.Collections.Generic.List`1..ctor(IEnumerabl e`1 collection)
    at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
    at game.frmMain.frmMain_Load(Object sender, EventArgs e)
    at System.Windows.Forms.Form.OnLoad(EventArgs e)
    at System.Windows.Forms.Form.OnCreateControl()
    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
    at System.Windows.Forms.Control.CreateControl()
    at System.Windows.Forms.Control.WmShowWindow(Message& m)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
    at System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
    at System.Windows.Forms.Form.WmShowWindow(Message& m)
    at System.Windows.Forms.Form.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    game
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/game/game.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    EntityFramework
    Assembly Version: 5.0.0.0
    Win32 Version: 5.0.20627.0
    CodeBase: file:///C:/Program%20Files/game/EntityFramework.DLL
    ----------------------------------------
    System.Data.Entity
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.Entity/v4.0_4.0.0.0__b77a5c561934e089/System.Data.Entity.dll
    ----------------------------------------
    System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    Anonymously Hosted DynamicMethods Assembly
    Assembly Version: 0.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
    ----------------------------------------
    UI.Glass.Panel
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/game/UI.Glass.Panel.DLL
    ----------------------------------------
    DevComponents.DotNetBar2
    Assembly Version: 6.5.0.0
    Win32 Version: 6.5.0.0
    CodeBase: file:///C:/Program%20Files/game/DevComponents.DotNetBar2.DLL
    ----------------------------------------
    System.Data
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
    ----------------------------------------
    System.Transactions
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
    ----------------------------------------
    System.Numerics
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
    ----------------------------------------
    System.Data.OracleClient
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data.OracleClient/v4.0_4.0.0.0__b77a5c561934e089/System.Data.OracleClient.dll
    ----------------------------------------
    System.Web
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
    ----------------------------------------
    rtaGlassEffectsLib
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/game/rtaGlassEffectsLib.DLL
    ----------------------------------------
    System.ComponentModel.DataAnnotations
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.DataAnnotations/v4.0_4.0.0.0__31bf3856ad364e35/System.ComponentModel.DataAnnotations.dll
    ----------------------------------------
    System.Xml.Linq
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
    ----------------------------------------
    System.EnterpriseServices
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
    ----------------------------------------

    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.



  2. #2
    کاربر دائمی آواتار hi level hdd
    تاریخ عضویت
    اسفند 1386
    محل زندگی
    حکیمیه
    پست
    165

    نقل قول: مشکل با خطای unhandled exception در اجرای برنامه روی سیسم دیگه

    سلام
    اول از همه کانکشنتو بذار توی فایل کانفیگ یا توی یه فایل تکست و از اون بخونش.
    این کار باعث میشه که نخواهی هر بار برنامه رو کامپایل کنی. اگر از Entity framework هم برای وصل شدن استفاده کردی
    چک کن که dll هایی که لازم داره در کنار برنامه باشه.

  3. #3

    نقل قول: مشکل با خطای unhandled exception در اجرای برنامه روی سیسم دیگه

    کانکشن به صورت اتوماتیک تو فایل app.config میره دیگه
    حالا اگه بخوام بریزم تو فایل متنی و در زمان اجرا بخونم چجوری باید این کارو بکنم؟ و از کجا بدونم همه ی dll های مورد نیاز کنارش هستن
    بله از Entity framework استفاده می کنم

  4. #4
    کاربر دائمی آواتار hi level hdd
    تاریخ عضویت
    اسفند 1386
    محل زندگی
    حکیمیه
    پست
    165

    نقل قول: مشکل با خطای unhandled exception در اجرای برنامه روی سیسم دیگه

    اگر فایل کانفیگ دارید که همون رو می تونید تغییر بدید.
    آیا به محض اجرای برنامه چیزی از بانک می خونید؟
    اگر چنین هست، قبل از خواندن از بانک یه مسیج باکس نمایش بدید تا ببینید اصلا برنامه اجرا میشه یا به نوعی برنامه را کنترل کنید تا به این نتیجه برسید که مشکل دقیقا کحاست.
    این کار خیلی مهمه که اول اجرای برنامه در سیستم مقصد چک بشه.
    وقتی اجرا شد، کافیست در فایل کانفیگ دیتا سورس برنامه رو تغییر دهید.
    نکته: Entity framework هم برای اتصال ،یه آدرس رو در کانفیگ نگه می داره که همون رو تغییر بدید از جای دیگه می خونه.
    برای اجرای درست قسمت های دیگه و اینکه آیا برنامه خط به خط اجرا میشه، ساده ترین راه قرار دادن مسیج باکس با پیغامهای مختلف و در خطهای مختلف برنامه هست.
    در سیستم مبدا هم که تریس بهترین راه است.

  5. #5

    نقل قول: مشکل با خطای unhandled exception در اجرای برنامه روی سیسم دیگه

    سلام من با عرض معذرت مشکلی دارم

    وقتی برنامه C#‎ من روی نسخه های ویندوز کینگ نصب میشه روی کامپیوتر های خودم مشکلی نیست اما روی کامپیوتر های دیگه ارور The underlying provider failedonOpen دارم

    با کد نویسی سطح دسترسی برنامه رو ادمین کردیم اما باز هم دیتا بیس اتچ نمیشه از mssqllocaldb هم استفاده کردیم اتچ نمیشه که نمیشه دارم به موعد تحویل نزدیک میشم و این هنز حل نشده لطفا راهنمایی کنید

تاپیک های مشابه

  1. پاسخ: 3
    آخرین پست: یک شنبه 23 اردیبهشت 1386, 12:49 عصر
  2. مشکل در اتصال به sql server از برنامه روی کامپیوتر دیگه
    نوشته شده توسط احمد سامعی در بخش C#‎‎
    پاسخ: 9
    آخرین پست: جمعه 07 مهر 1385, 23:09 عصر
  3. مشکل در اجرای برنامه روی کامپیوتر client
    نوشته شده توسط aki در بخش C#‎‎
    پاسخ: 5
    آخرین پست: سه شنبه 13 دی 1384, 14:45 عصر
  4. مشکل اجرای برنامه روی کلاینت
    نوشته شده توسط pantea_l62 در بخش VB.NET
    پاسخ: 4
    آخرین پست: شنبه 28 آبان 1384, 19:34 عصر
  5. مشکل در اجرای برنامه روی host
    نوشته شده توسط sanaz_amiri در بخش ASP.NET Web Forms
    پاسخ: 8
    آخرین پست: چهارشنبه 03 تیر 1383, 18:13 عصر

قوانین ایجاد تاپیک در تالار

  • شما نمی توانید تاپیک جدید ایجاد کنید
  • شما نمی توانید به تاپیک ها پاسخ دهید
  • شما نمی توانید ضمیمه ارسال کنید
  • شما نمی توانید پاسخ هایتان را ویرایش کنید
  •