subsonic3 - SubSonic 3.0.0.3 Update Exception -
When I try to update in subsonic, I am congratulated with a null reference exception.
This is an exception message I get:
Object references are not set to an instance of an object. "," Stacktrait ":" GetCommand ()
at SubSonic.Query.Update has checked the object I am updating and there are no missing fields, all the square property databases Match the name of the column
Any idea what this could be? Cheers Tony
Apparently it has already been found what I have said OP about this issue and It works fine.
It's a time to fix this:
Go to: Click here, and select 3.0.0.3.
Go to the "GetCommand" method in Subsonic.Core / Query / Update.cs (line 244)
change x = & gt; X.Name.Equals
For this, x = & gt; X.QualifiedName.Equals
Compile it and sort it out.
Comments
Post a Comment