0
Reply

using own dll in *.aspx

linxxd

linxxd

Oct 15 2004 8:53 AM
1.7k
My second problem is similar to the Web Service problem from my last thread. When I try to call a method from my library (compiled into myLib.dll and added as reference), I cannot call any method from this library. Actually, I have myFile.aspx which is defined as: <%@ Page language="c#" debug="true" src="FileUploadDemo.aspx.cs" Inherits="myNamespace.FileUploadDemo" %> <%@ Import Namespace="myNamespace" %> and the corresponding .aspx.cs file is in myNamespace. Still I cannot call any Method from a class in myDll.dll which I have referenced. Any ideas?