Rank: Newbie Groups: Member
Joined: 6/8/2008 Posts: 2 Points: 6
|
I don't have access to the host server of my website, so I want to know if I can install the ASPNet Video Extension by only placing the dll file in a specific folder in the server.
Is it possible?
Its because I'm getting this error:
Could not load file or assembly 'ASPNetVideo.NET1' or one of its dependencies. The system cannot find the file specified.
which is in this line:
<%@ Register Assembly="ASPNetVideo.NET1" Namespace="ASPNetVideo" TagPrefix="ASPNetVideo" %>
Please help! thanks in advance.
|
Rank: Administration Groups: Administration
Joined: 7/20/2007 Posts: 305 Points: -2,485 Location: Primarily in New York, USA
|
Yes you can, please put the ASPNetVideo.NET1.dll file in your bin folder and you should be fine.
|