Quantcast
Channel: ASPRunner forums
Viewing all articles
Browse latest Browse all 2586

An Object or Column Name is Missing or Empty Error

$
0
0
Hello, I recently went back to update an old app that I haven't worked on in a while but after rebuilding it I received the following message. I undid all the changes I had made, rebuilt it and still got the same error. The app was fully functional the last time it was built, and none of my tables show any errors in the "Query" tab; all tables show the desired results.

Is there a way to debug this this a bit more efficiently? The error message is very vague as I have a lot of tables and a lot of events with similar SQL queries.

Edit: I tried adding the following to "After application initialized" but I still received the same error even after adding "debug=true" to the URL.

Edit #2: It was a security issue. I changed from "Active Directory" to "No Login" for testing purposes. I'm hoping that once I make the changes and go back to "Active Directory" everything will work as it should, I will leave this post unsolved for the time being.

if (MVCFunctions.postvalue("debug") == "true")
   GlobalVars.dDebug = true;



Posted Image

Viewing all articles
Browse latest Browse all 2586

Trending Articles