search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Compiler Error Message: BC30451: Name 'DayPilot' is not declared.

Asked by Ananth
12 years ago.

I have included the import specification also in Modal.vb as

Imports DayPilot.Web.Ui.Json
Imports DayPilot.Web.Ui

Still i am getting an error Pleas I am expecting a help from anybody esle

Source Error:
Line 16: page.Response.Write("<script type='text/javascript'>")
Line 17: page.Response.Write("if (parent && parent.DayPilot2 && parent.DayPilot2.ModalStatic) {")
Line 18: page.Response.Write("parent.DayPilot2.ModalStatic.result = " & DayPilot.Web.Ui.Json.SimpleJsonSerializer.Serialize(result) & ";")
Line 19: page.Response.Write("if (parent.DayPilot2.ModalStatic.hide) parent.DayPilot2.ModalStatic.hide();")
Line 20: page.Response.Write("}")

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.