Make sure that AcmeVB.vb is in the AcmeVB namespace and that you compile it to AcmeVB.dll and place it in your bin directory.
Andrew -----Original Message----- From: Zaid Abdur-Rahman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:25 PM To: dotnet Subject: Register Directive Hello All, I am new to .NET and going through the tutorials on the asp.net site. I ran into a problem. hopefully someone can help me out. The problem is with the Register directive. I have the following at the top of my aspx page <%@ Register TagPrefix="Acme" Namespace="AcmeVB" Assembly="AcmeVB"%> and a page named Acme.vb in the same directory. When I run the page I get the following error: Parser Error Message: File or assembly name AcmeVB, or one of its dependencies, was not found. I've tried changing the Assembly="Acme.vb" but that also does not work. What am I doing wrong? Thanks for the knowledge ZAID --- You are currently subscribed to dotnet as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/ --- You are currently subscribed to dotnet as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/
