Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
hi all,
i have downloaded a calendar scheduler from http://www.codeproject.com/KB/aspnet/EventCalendar.aspx code project itself but when i am running it in visual studio 2008 i am getting 2 error as follows,

1-Could not load file or assembly 'EventCalendar' or one of its dependencies. The system cannot find the file specified.

2 - Could not load file or assembly 'EventCalendar' or one of its dependencies. The system cannot find the file specified.

plz help me to correct these error.
Posted

1 solution

You need to add a reference to the EventCalendar dll.

If you are unable to do so (if the Dll is missing), try posting this in the messages section of the article.
The author might be able to help you out.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900