 |
|
รบกวนขอวิธีการทำตัว Setup VB.net 2005 กับ Crytalreport 10 หน่อยครับ |
|
 |
|
|
 |
 |
|
ทำ Setup ปกติน่ะครับ ว่าแต่ติดปัญหาตรงไหนครับ 
|
 |
 |
 |
 |
Date :
2012-05-30 11:39:54 |
By :
mr.win |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
สิ่งที่ผม ไม่เข้าใจ คือ การ
1. Merge Module ณ ตอนนี้ การ Merge Module ผม Add 4 ตัวคือ Crystal_Database_Access2003.msm , Crystal_Database_Access2003_enu.msm , Crystal_Managed2003.msm , Crystal_regwiz2003.msm (Copy จากที่อื่นมา)
แต่ ณ ตอนนี้ ผมใช้ vb.net 2005 สามารถ Install กับ window xp ได้ แต่ พอไป Install กับ window 7 ไม่สามารถ ดู Report ได้ มัน Error ประมาณ ด้านล่างนี้
Code
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.InvalidOperationException: An error occurred creating the form. See Exception.InnerException for details. The error is: Could not load file or assembly 'CrystalDecisions.Windows.Forms, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. ---> System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Windows.Forms, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
File name: 'CrystalDecisions.Windows.Forms, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
at Test2.report1.InitializeComponent()
at Test2.report1..ctor()
ผมเลยไม่แน่ใจว่า File : Crystal_Database_Access2003.msm , Crystal_Database_Access2003_enu.msm , Crystal_Managed2003.msm , Crystal_regwiz2003.msm นี้มันมีเป็นของ 2005 หรือเปล่า? เพราะที่เห็นมันเป็น 2003 หรือมีวิธีแก้ไขอย่างไร
รบกวนด้วยครับ
ขอบคุณครับ
|
 |
 |
 |
 |
Date :
2012-05-30 13:02:08 |
By :
เรก |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
|
|