pool2004
08-24-2004, 01:10 AM
I am novic in Web Matrix.
I was testing a small .aspx application and fin an error in Line 2:
Server Error in '/usersx' Application.
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: File or assembly name Microsoft.Matrix.Framework, or one of its dependencies, was not found.
Source Error:
Line 1: <%@ Page Language="C#" %>
Line 2: <%@ Register TagPrefix="wmx" Namespace="Microsoft.Matrix.Framework.Web.UI" Assembly="Microsoft.Matrix.Framework, Version=0.6.0.0, Culture=neutral, PublicKeyToken=6f763c9966660626" %>
Line 3: <script runat="server">
Line 4:
Source File: E:\web\mobileguide\htdocs\usersx\NewFile.aspx Line: 2
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.Matrix.Framework' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = Microsoft.Matrix.Framework, Version=0.6.0.0, Culture=neutral, PublicKeyToken=6f763c9966660626
(Fully-specified)
LOG: Appbase = file:///E:/web/mobileguide/htdocs/usersx
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspn et.config).
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g\machine.config.
LOG: Post-policy reference: Microsoft.Matrix.Framework, Version=0.6.0.0, Culture=neutral, PublicKeyToken=6f763c9966660626
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/usersx/9f936578/e5820f1/Microsoft.Matrix.Framework.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/usersx/9f936578/e5820f1/Microsoft.Matrix.Framework/Microsoft.Matrix.Framework.DLL.
LOG: Attempting download of new URL file:///E:/web/mobileguide/htdocs/usersx/bin/Microsoft.Matrix.Framework.DLL.
LOG: Attempting download of new URL file:///E:/web/mobileguide/htdocs/usersx/bin/Microsoft.Matrix.Framework/Microsoft.Matrix.Framework.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/usersx/9f936578/e5820f1/Microsoft.Matrix.Framework.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/usersx/9f936578/e5820f1/Microsoft.Matrix.Framework/Microsoft.Matrix.Framework.EXE.
LOG: Attempting download of new URL file:///E:/web/mobileguide/htdocs/usersx/bin/Microsoft.Matrix.Framework.EXE.
LOG: Attempting download of new URL file:///E:/web/mobileguide/htdocs/usersx/bin/Microsoft.Matrix.Framework/Microsoft.Matrix.Framework.EXE.
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.903
What is wrong?
I was testing a small .aspx application and fin an error in Line 2:
Server Error in '/usersx' Application.
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: File or assembly name Microsoft.Matrix.Framework, or one of its dependencies, was not found.
Source Error:
Line 1: <%@ Page Language="C#" %>
Line 2: <%@ Register TagPrefix="wmx" Namespace="Microsoft.Matrix.Framework.Web.UI" Assembly="Microsoft.Matrix.Framework, Version=0.6.0.0, Culture=neutral, PublicKeyToken=6f763c9966660626" %>
Line 3: <script runat="server">
Line 4:
Source File: E:\web\mobileguide\htdocs\usersx\NewFile.aspx Line: 2
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.Matrix.Framework' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = Microsoft.Matrix.Framework, Version=0.6.0.0, Culture=neutral, PublicKeyToken=6f763c9966660626
(Fully-specified)
LOG: Appbase = file:///E:/web/mobileguide/htdocs/usersx
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspn et.config).
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g\machine.config.
LOG: Post-policy reference: Microsoft.Matrix.Framework, Version=0.6.0.0, Culture=neutral, PublicKeyToken=6f763c9966660626
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/usersx/9f936578/e5820f1/Microsoft.Matrix.Framework.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/usersx/9f936578/e5820f1/Microsoft.Matrix.Framework/Microsoft.Matrix.Framework.DLL.
LOG: Attempting download of new URL file:///E:/web/mobileguide/htdocs/usersx/bin/Microsoft.Matrix.Framework.DLL.
LOG: Attempting download of new URL file:///E:/web/mobileguide/htdocs/usersx/bin/Microsoft.Matrix.Framework/Microsoft.Matrix.Framework.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/usersx/9f936578/e5820f1/Microsoft.Matrix.Framework.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/usersx/9f936578/e5820f1/Microsoft.Matrix.Framework/Microsoft.Matrix.Framework.EXE.
LOG: Attempting download of new URL file:///E:/web/mobileguide/htdocs/usersx/bin/Microsoft.Matrix.Framework.EXE.
LOG: Attempting download of new URL file:///E:/web/mobileguide/htdocs/usersx/bin/Microsoft.Matrix.Framework/Microsoft.Matrix.Framework.EXE.
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.903
What is wrong?