Activity overview
Latest activity by briancollog
Sorry, I was doing some testing today and found that the problem is that I was disposing the database object prior to calling the method.
Thanks. / comments
Sorry, I was doing some testing today and found that the problem is that I was disposing the database object prior to calling the method.
Thanks.
Work BuildFromDifferences Null reference exception
I am trying to call the BuildFromDifferences on the following code, but it is failing, throwing a null reference exception:
public void GenerateScriptsToFolder(Differences differences, string file)...