0
我知道這個問題已經被問過。但是我在沒有任何運氣的情況下嘗試了其他問題的答案。我已經從.rpt文件引用中刪除了命名空間,並且還將該文件的構建操作設置爲嵌入式資源,但沒有任何幫助,我仍然得到相同的錯誤。錯誤發生在這裏:「無法在清單資源中找到報告」.NET 4.0
public override string FullResourceName {
get {
return "RptManifest3.rpt";
} <--------
set {
// Do nothing
}
}
當代碼到達箭頭我得到錯誤。任何人都可以幫忙嗎?
請參閱本 [http://stackoverflow.com/questions/6367624/unable-to-find-the-report-in-the-manifest-resources/29602674#29602674 ] [1] [1]:http://stackoverflow.com/questions/6367624/unable-to-find-the-report-in-the-manifest-resources/29602674#29602674 –