A
AAaron123
I creates a .cs file that will be a library class called Recursive that
contains.
public static class Recursive{...
I tried to put it into App_Code but I already have VB files in there and the
compiler said the two types can not be compiled together.
So I put the file in the folder containing the .aspx/.vb pair that will use
it.
That is:
Folder1
zz.aspx+zz.vb
Recursive.cs
In zz.vb I try:
Dim r as
I expected to see Recursive show up in the list but it does not.
What am I doing wrong?
Thanks
contains.
public static class Recursive{...
I tried to put it into App_Code but I already have VB files in there and the
compiler said the two types can not be compiled together.
So I put the file in the folder containing the .aspx/.vb pair that will use
it.
That is:
Folder1
zz.aspx+zz.vb
Recursive.cs
In zz.vb I try:
Dim r as
I expected to see Recursive show up in the list but it does not.
What am I doing wrong?
Thanks