use an assembly in aspx after adding in GAC

  • Thread starter Thread starter sahil
  • Start date Start date
S

sahil

hi group,
i have created an assembly named Functions and i want to use it in my
aspx file.i have added that assembly in Global Assembly Cache.i am able
to use that assembly in a C# file but not in an aspx file..
e.g.
<%@Import NameSpace="System"%>
<%@ Import NameSpace=" Functions"%>

what is the reason behind it.and what should i do.
thanks in advance
sahil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top