0

I have been trying to add daypilot to my project.

I have added all the code I thought I needed but this error I'm getting is confusing me. I'm guessing i have a incompatible version of daypilot??

My error is displayed in this photo. http://imageshack.us/photo/my-images/854/mvc3r.png/

Somnath Kharat
  • 3,570
  • 2
  • 27
  • 51
Panther
  • 47
  • 1
  • 5
  • 1
    your daypilot is depend on MVC4. You need to have mvc4 referenced in your project.If you have MVC3 then include version MVC version 4dll to compile your project. – Anirudha Gupta Oct 23 '12 at 12:10

1 Answers1

0

It seems you are using MVC 3.0 in your project while DayPilot uses MVC 4.0. Change your usage of MVC package to 4.0

helgeheldre
  • 1,081
  • 11
  • 20