Message in Arabic (العربية)
يجب كتابة تجميع (ربما "<var>Y</var>") باستخدام أداة إعادة نسخ القيم الثنائية لعقود التعليمات البرمجية (CCRewrite) لأنها تستدعي Contract.<var>X</var> وتم تعريف الرمز CONTRACTS_FULL. قم بإزالة أية تعريفات واضحة خاصة بالرمز CONTRACTS_FULL من المشروع وإعادة إنشائها. يمكن تنزيل CCRewrite من الموقع http://go.microsoft.com/fwlink/?LinkID=169180. وبعد تثبيت أداة إعادة النسخ، يمكن تمكينها في Visual Studio من الصفحة "خصائص" الخاصة بالمشروع الموجودة في الجزء "عقود التعليمات البرمجية". تأكد من تمكين "تنفيذ التحقق من عقد وقت التشغيل"، الذي سيقوم بتعريف CONTRACTS_FULL.
Unlocalized message
An assembly (probably "<var>Y</var>") must be rewritten using the code contracts binary rewriter (CCRewrite) because it is calling Contract.<var>X</var> and the CONTRACTS_FULL symbol is defined. Remove any explicit definitions of the CONTRACTS_FULL symbol from your project and rebuild. CCRewrite can be downloaded from http://go.microsoft.com/fwlink/?LinkID=169180. After the rewriter is installed, it can be enabled in Visual Studio from the project's Properties page on the Code Contracts pane. Ensure that "Perform Runtime Contract Checking" is enabled, which will define CONTRACTS_FULL.
Search by Google