Posted Saturday, March 05, 2005 10:38 PM
|
|
|
|
Could anyone tell me how should i use the .NET Matrix Library in a ASP.NET web application. I want to computer eigen values and eigen vectors of a matrix and display to user when he clicks on a button in the test.aspx page.
So far i have written
Imports System
Imports Bluebit.MatrixLibrary
Public Class WebForm1 Inherits System.Web.UI.Page
#Region " Web Form Designer Generated Code "
'This call is required by the Web Form Designer.
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
End Sub
'NOTE: The following placeholder declaration is required by the Web Form Designer.
'Do not delete or move it.
Private designerPlaceholderDeclaration As System.Object
Private Sub Page_Init(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Init
'CODEGEN: This method call is required by the Web Form Designer
'Do not modify it using the code editor.
InitializeComponent()
End Sub
#End Region
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here
Dim matrixObj As New Matrix(2, 2) End Sub
The line in red gives me error "Type Expected".
If i ignore the error and continue debugging then i get the following error
It is invalid to show a modal dialog or form when the application is not running in UserInteractive mode. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
Please help me in this.
Raj
|
|
Posted Sunday, March 06, 2005 2:26 AM
|
|
|
|
Hi
Using NML in ASP.NET application is possible, but not with a trial license.
If you still need to try using NML on your http://localhost/ you may contact me at support@bluebit.gr and I can mail you the appropriate license file.
Trifon Triantafillidis | Lead Developer |
|
|
|
Posted Sunday, March 06, 2005 9:31 AM
|
|
|
|
I already have a academic license.
can i still use NML in ASP.NET application
Raj
|
|
Posted Sunday, March 06, 2005 10:57 AM
|
|
|
|
Ok Raj,
I will extend your academic license so that it can be used by ASP.NET applicaions and mail it to you, give me some minutes.
Trifon Triantafillidis | Lead Developer |
|
|
|
|
|