TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
linxxd
NA
10
0
using own dll in *.aspx
Oct 15 2004 8:53 AM
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?
Reply
Answers (
0
)
Web Service Method invocation
Date validation