Hello,
I have created a class file in C# and I can use it fine in my C# web pages. However, I cannot seem to get them to work in my VB.Net pages. I am compiling the Class file into a DLL and placing it in the bin directory.
I am trying to use the class in the following way:
Dim Utility() MyUtil = new Utility
I have put the same import staement in both the c# and vb versions.
Any one any ideas?
Neil
I have created a class file in C# and I can use it fine in my C# web pages. However, I cannot seem to get them to work in my VB.Net pages. I am compiling the Class file into a DLL and placing it in the bin directory.
I am trying to use the class in the following way:
Dim Utility() MyUtil = new Utility
I have put the same import staement in both the c# and vb versions.
Any one any ideas?
Neil