Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am using JQuery for display a bus chart for e ticketing.But when i include master page with page then return this below mentioned error.

Sys.InvalidOperationException: Sys.InvalidOperationException: Cannot serialize object with cyclic reference within child properties.


If any one know what is the exactly reason for this error provide a needful solution.
Posted
Comments
Sergey Alexandrovich Kryukov 3-Jun-13 1:34am    
Are you serious? Should we help you without having any idea on what have you done? Due to overly hot weekend weather, my access to your hard drive is somewhat limited.
—SA

1 solution

suffering from overheating :) ....

Keep in mind that when working with something that has numerous child controls, you need to check them carefully. Go through each child control i.e. textbox. Look at each reference - assignment and value request. It can be something very small that causes an exception ... I find many of these cryptic exceptions come from incidentals in syntax or not being "option strict" in my code. Based on the fact that you are rendering a chart, check all of your .value and .text because you may need to add .value or .text to a child control and be more explicit in your request.
 
Share this answer
 

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



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