Inherits

dan3330

New member
Inherits

כאשר אני יוצר web form ומריץ אותו במחשב שלי הכל עובד כשורה. אך כאשר אני מעלה את כל הקבצים כולל תיקיית bin לשרת מופיעה הודעת השגיאה הבאה:
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 type 'del2.WebForm1'. Source Error: Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="del2.WebForm1"%>​
שמתי לב שקיימת ברמה העליונה בשרת תיקייה בשם cgi-bin. לכן העברתי את קובץ ה-dll וה-pdb שבתיקיית bin אצלי אל תיקיית cgi-bin שבשרת. אך אותה הודעת שגיאה בדיוק הופיעה. כיצד אוכל לשנות את ה-path שבפקודה:
Inherits="del2.WebForm1"​
ולכוון אותה אל תיקיית cgi-bin? (אני מקווה שהצלחתי להסביר את הבעיה...) תודה! דן.
 
למעלה