When running the program I receive a compilation error on a program that must be running in the background:
Compiler Error Message: BC30289: Statement cannot appear within a method body. End of method assumed.
Source Error:
Line 62: #End ExternalSource
Line 63:
Line 64: Public Sub New()
Line 65: MyBase.New
Line 66: Dim dependencies As System.Collections.ArrayList
Source File: C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Tempora ry ASP.NET Files\begaspnet\edd8da2e\58d5007\wkoyjdue.0.
vb Line: 64
Not sure how to get past this.
Thank you.
Sharon