hi,
trying to implement a project in asp.net (VB) and having the error below:
String reference not set to an instance of a String. Parameter name:
className
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for
more information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: String reference not set to an instance of a String. Parameter name:
className
Source Error:
Source File: c:\inetpub\ Line: 26
Stack Trace:
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
Line 24: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs
Line 25:
Line 26: Dim conn As Zoom.Net.IConnection = Zoom.Net.IConnectionFactory.Create("ozan"
Line 27: conn.DatabaseName = "MetaServer"
Line 28: conn.Syntax = Zoom.Net.RecordSyntax.XML
[ArgumentNullException: String reference not set to an instance of a String.
Parameter name: className]
System.Type.GetType(String typeName) +0
Zoom.Net.GenericFactory.create(String typeName, Object[] args)
Zoom.Net.IConnectionFactory.Create(String host, Int32 port)
kataLdene.WebForm1.Page_Load(Object sender, EventArgs e) in c:\inetpub\System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()
any idea about it
trying to implement a project in asp.net (VB) and having the error below:
String reference not set to an instance of a String. Parameter name:
className
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for
more information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: String reference not set to an instance of a String. Parameter name:
className
Source Error:
Source File: c:\inetpub\ Line: 26
Stack Trace:
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
Line 24: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs
Line 25:
Line 26: Dim conn As Zoom.Net.IConnection = Zoom.Net.IConnectionFactory.Create("ozan"
Line 27: conn.DatabaseName = "MetaServer"
Line 28: conn.Syntax = Zoom.Net.RecordSyntax.XML
[ArgumentNullException: String reference not set to an instance of a String.
Parameter name: className]
System.Type.GetType(String typeName) +0
Zoom.Net.GenericFactory.create(String typeName, Object[] args)
Zoom.Net.IConnectionFactory.Create(String host, Int32 port)
kataLdene.WebForm1.Page_Load(Object sender, EventArgs e) in c:\inetpub\System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()
any idea about it