LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Create Labview objects in aspx

Hi everyone

 

I’m trying to access Labview From ASP.net (Using VB). I Have looked at the example code in the link bellow but most of it is out of date and I can't find a way to create the Labview Object to invoke it's Methods (lvApp = CreateObject("LabVIEW.Application")) How do I create the IvApp Object??
 
 
Thanks
 
Help
0 Kudos
Message 1 of 3
(2,988 Views)

Hi

Maneged to Convert the Link above into a ASP.net code which is attached bellwo.

Can anyone tell me the reason it's givin me an error

Compiler Error Message: BC30289: Statement cannot appear within a method body. End of method assumed.

Source Error:

Line 123:        #End ExternalSource
Line 124:        
Line 125:        Public Sub New()
Line 126:            MyBase.New
Line 127:            Dim dependencies As System.Collections.ArrayList

Which is generated by one of the asp.net tools.

 

Please Help

0 Kudos
Message 2 of 3
(2,979 Views)
Hi

We do not actually support ASP.NET on these forums. I have found a couple of dedicated Microsoft .NET forums specifically for ASP, take a look at these

http://forums.asp.net/316496/ShowPost.aspx

http://www.dotnet247.com/247reference/msgs/54/274265.aspx

Kindest Regards

YatinM
NIUK & Ireland
Applications Engineer
0 Kudos
Message 3 of 3
(2,954 Views)