C# と VB.NET の質問掲示板

ASP.NET、C++/CLI、Java 何でもどうぞ

C# と VB.NET の入門サイト

Re[4]: サーバー上でグラフ表示できない。


(過去ログ 93 を表示中)

[トピック内 5 記事 (1 - 5 表示)]  << 0 >>

■55365 / inTopicNo.1)  サーバー上でグラフ表示できない。
  
□投稿者/ ゆい (1回)-(2010/11/28(Sun) 14:45:58)

分類:[ASP.NET (C#)] 

お世話になります。ゆいです。

以下のページにある。グラフ表示するサンプルをサーバーで実行させたいのですが、うまくいきません。
http://www.codeproject.com/KB/web-image/ZedGraphWebAp1.aspx 
Download ZedGraphWebAp1_article.zip

上記のファイルは、VS2008のプロジェクトではフレームワークが.NetFrameWork3.5になっていますが、
実行させたいサーバー環境がASP.NET2.0となっているので、ビルド設定を.NetFrameWork2.0に変更してからビルドし、
対象サーバーにアップロードしました。

すると、以下のエラーとなります。

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'ZedGraph.Web' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="ZedGraphWebAp1._Default" %>
Line 2:
Line 3: <%@ Register assembly="ZedGraph.Web" namespace="ZedGraph.Web" tagprefix="cc1" %>
Line 4:
Line 5: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


Source File: graphtest/zedGraphMediumTrust1.aspx Line: 3

Assembly Load Trace: The following information can be helpful to determine why the assembly 'ZedGraph.Web' could not be loaded.


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

3日ほど、試行錯誤および調べてみたのですが、完全に行き詰りました。
どなたか、ご教示お願いします。

以上
引用返信 編集キー/
■55370 / inTopicNo.2)  Re[1]: サーバー上でグラフ表示できない。
□投稿者/ Azulean (655回)-(2010/11/28(Sun) 16:37:13)
No55365 (ゆい さん) に返信
> Parser Error Message: Could not load file or assembly 'ZedGraph.Web' or one of its dependencies.
> The system cannot find the file specified.

このエラーは ZedGraph.Web が見つからないか、ZedGraph.Web が参照している何かが見つからないことを示しています。


> 対象サーバーにアップロードしました。

念のための確認ですが、ZedGraph.dll, ZedGraph.Web.dll を適切な場所に配置していますよね?
エラーになるページとの位置関係を書いてみてください。
引用返信 編集キー/
■55380 / inTopicNo.3)  Re[2]: サーバー上でグラフ表示できない。
□投稿者/ ゆい (2回)-(2010/11/29(Mon) 09:57:03)
No55370 (Azulean さん) に返信

返信ありがとうございます。

Default.aspxを表示させるとエラーになります。
binフォルダにdllを配置しています。
以下、構成です。

bin/ZedGraph.dll
bin/ZedGraphWeb.dll
bin/ZedGraphWebAp1.dll
ZedGraphImages
Default.aspx
Default.aspx.cs

以上の構成で基本はOKだと思っています。
フォルダやファイルのアクセス権も確認しました。(念のため読み込み/書き込み/実行をすべて許可にしています。)

何か見落としがあるのでしょうか・・。

引用返信 編集キー/
■55386 / inTopicNo.4)  Re[3]: サーバー上でグラフ表示できない。
□投稿者/ もりお (305回)-(2010/11/29(Mon) 11:09:36)

No55380 (ゆい さん) に返信

> bin/ZedGraphWeb.dll

ただしくは ZedGraph.Web.dll です。記述ミスでしょうか。

引用返信 編集キー/
■55389 / inTopicNo.5)  Re[4]: サーバー上でグラフ表示できない。
□投稿者/ ゆい (3回)-(2010/11/29(Mon) 11:42:31)
No55386 (もりお さん) に返信
>>bin/ZedGraphWeb.dll
>
> ただしくは ZedGraph.Web.dll です。記述ミスでしょうか。

ご指摘ありがとうございます。

ただの記述ミスです。

アップロードしているものは「ZedGraph.Web.dll」となっています。
引用返信 編集キー/


トピック内ページ移動 / << 0 >>

このトピックに書きこむ

過去ログには書き込み不可

管理者用

- Child Tree -