This function retrieves the version and location of the tornado.dll fiel w/o any valid ID file. The purpose is to identify the version in action.

Version: All

Namespace:  Tornado
Assembly:  Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)

Syntax

C#
public string ASPDBDLLVersion()
Visual Basic (Declaration)
Public Function ASPDBDLLVersion As String

Examples

CopyVB.NET
<%
  Dim x As New tornado.z
  x.ASPDBDLLVersion() 
%>

See Also