سلام خدمت شما استاد بزرگوار
من قصد ساخت ستاپ از برنامه Accounting شمارو داشتم .طبق این دوره پیش رفتم اکسپرس رو نصب کردم پایگاه داده مربوطه رو پس از detachدر محل فایل اجرایی برنامه کپی کردم.دقیقا طبق دوره پیش رفتم .ولی موقع اجرای برنامه خطا دریافت کردم.چون این برنامه در دوبخش کانکشن استرینگ داشت در هر دو بخش هم کانکشن استرینگ اصلاح شد ولی باز هم موقع اجرا خطا داد.تصمیم گرفتم کلا بانک رو به sqlexpress انتقال بدم وارد سورس برنامه شده و از ابتدا پایگاه داده رو به سورس انتقال دادم تا دقیقا متن کانکشن استرینگ رو از سورس بردارم.که بصورت زیر بود:
<connectionStrings> <connectionStrings>
<add name="ResturantEntities" connectionString="metadata=res://*/ResturantBankModel.csdl|res://*/ResturantBankModel.ssdl|res://*/ResturantBankModel.msl;provider=System.Data.SqlClient;provider connection string="data source=.\sqlexpress;AttachDbFileName=|DataDirectory|\Accounting_DB.MDF;Integrated Security=True;User Instance=True;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient" />
</connectionStrings>
ولی بعد از اینکه پایگاه داده رو detachکردم و بقیه مراحل.... موقع اجرای برنامه پنجره لاگین باز شد ولی موقع ورودپیغام خطای دیگه ای اومد متن پیام:
No connection string named 'Accounting_DBEntities' could be found in the application config file
Detail
************** 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.
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.
لطفا راهنمایی کنید از دیروز درگیرم.سپاس