Microsoft Visual Studio 2010 : วิธีแก้ปัญหา Could not load file or assembly ‘crdb_adoplus.dll’ or one of its dependencies. The system cannot find the file specified.

วิธีแก้ปัญหา #84
เขียนโดย :
มีผู้อ่าน : 8,990 คน วันนี้ : 2 คน

สวัสดีครับ วันนี้จะมานำเสนอวิธีแก้ Error สำหรับใครที่ใช้ Crystal Reports เพื่อออกรายงาน กับ Visual Studio 2010 ซึ่ง Error นี้จะเกิดเมื่อ มีการส่งข้อมูลจาก Dataset ให้กับ Crystal Reports ครับ

 

Error Message

“Could not load file or assembly ‘file:///C:\Program Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll’ or one of its dependencies. The system cannot find the file specified.”

 

วิธีแก้ไข

1) ให้ไปเปิด File app.config หรือ web.config ในโปรเจคของคุณ

2) ทำการ Copy Code XML นี้ใส่ให้ถูกต้อง

<startup useLegacyV2RuntimeActivationPolicy="true">

        <supportedRuntime version="v4.0"/>

</startup>

 3) ลอง Run โปรเจค ได้เลยครับ

 

ลองนำไปใช้กันดูนะครับ ได้ไม่ได้ ยังไง ก็เข้ามาบอกผลลัพธ์กันได้นะครับ ^^