I have this error:
Server Error in '/247 Website' Application.
A field or property with the name 'armAreaName' was not found on the selected data source.
I have several data sources, any ideas if I can find outwhichdata source is at error here?
Look at your code. It will be the one that tries to reference a field called armAreaName.
Ok fair enough, I found it in my code eventually. I find its difficult to find the error working in design mode so I switched to code mode. However it would be nice if the error specified at least the datasource which was falling over.
Thanks anyway.
Design Mode has very few practical uses. Drag and drop and double click for event handlers is about it. It's definitely not the place to be when trying to debug runtime errors.
No comments:
Post a Comment