[Mono-bugs] [Bug 75170][Cri] New - FileNotFoundException in
SQLServer sessionState mode
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jun 7 12:31:08 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by alt at inetlab.ru.
http://bugzilla.ximian.com/show_bug.cgi?id=75170
--- shadow/75170 2005-06-07 12:31:08.000000000 -0400
+++ shadow/75170.tmp.16149 2005-06-07 12:31:08.000000000 -0400
@@ -0,0 +1,62 @@
+Bug#: 75170
+Product: Mono: Class Libraries
+Version: 1.1
+OS: SUSE 9.2
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: alt at inetlab.ru
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: FileNotFoundException in SQLServer sessionState mode
+
+Description of Problem:
+I'm trying to set mode SQLServer in sessionState.
+Here is a part of my Web.config
+
+<sessionState
+mode="SQLServer"
+sqlConnectionString="server=127.0.0.1;user
+id=root;password=xxx;Database=monostate"
+cookieless="false" timeout="20"/>
+</system.web>
+
+<appSettings>
+<add key="StateDBProviderAssembly" value="ByteFX.Data.dll"/>
+<add key="StateDBConnectionType"
+value="ByteFX.Data.MySqlClient.MySqlConnection"/>
+</appSettings>
+
+I have got an exception:
+
+Stack Trace:
+System.IO.FileNotFoundException: ByteFX.Data.dll : ByteFX.Data.dll
+in <0x00000> <unknown method>
+in (wrapper managed-to-native) System.AppDomain:LoadAssembly
+(string,System.Security.Policy.Evidence,bool)
+in (wrapper remoting-invoke-with-check) System.AppDomain:LoadAssembly
+(string,System.Security.Policy.Evidence,bool)
+in <0x0001d> System.AppDomain:Load (System.String assemblyString)
+in (wrapper remoting-invoke-with-check) System.AppDomain:Load (string)
+in <0x0001b> System.Reflection.Assembly:Load (System.String assemblyString)
+in <0x0005e> System.Web.SessionState.SessionSQLServerHandler:Init
+(System.Web.SessionState.SessionStateModule module,
+System.Web.HttpApplication context, System.Web.SessionState.SessionConfig
+config)
+in <0x00300> System.Web.SessionState.SessionStateModule:Init
+(System.Web.HttpApplication app)
+in <0x000aa> System.Web.HttpApplication:InitModules ()
+in <0x0004a> System.Web.HttpApplication:Startup (System.Web.HttpContext
+context, System.Web.HttpApplicationState state)
+in <0x0007b> System.Web.HttpApplicationFactory:InitializeFactory
+(System.Web.HttpContext context)
+in <0x0006e> System.Web.HttpApplicationFactory:GetInstance
+(System.Web.HttpContext context)
+in <0x000e6> System.Web.HttpRuntime:InternalExecuteRequest
+(System.Web.HttpWorkerRequest request)
More information about the mono-bugs
mailing list