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
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