SetExternalLightboxForm does not locate the partial view

Hi,

When i use

[code]var box = sched.Lightbox.SetExternalLightboxForm(“PartialViewInLightbox/Form”, 500, 150);
box.ClassName = “custom_lightbox”;
sched.InitialDate = new DateTime(2011, 9, 5);
return View(sched);

[/code]

I am recieving a 404 error, is there something specifici i need to do when working with this command a nd a partial view control in razor?

Hello,
it shouldn’t require any special settings.
check url that is loaded when you open lightbox for the first time, and compare it with a actual url of the form