I could have sworn that I'd removed all references to [dbo] but will definitely double check.
RE the uninstall, I'm aware that it doesn't cleanup correctly (hence the manual uninstall steps documented on the project page) but am pretty sure it's an issue with how Umbraco runs the uninstall package actions (I had similar problems with the DMU uninstall aswell). If I get a spare moment, I'll try and see if I can find the problem area.
Package blew up my install
This package caused various errors in v4.5 on IIS 7.5
Upon further investigation, it created the table, but under the user's schema name. I would suggest removing [dbo] from your sql calls to fix.
Hi Casey,
Thanks for the additional feedback.
I could have sworn that I'd removed all references to [dbo] but will definitely double check.
RE the uninstall, I'm aware that it doesn't cleanup correctly (hence the manual uninstall steps documented on the project page) but am pretty sure it's an issue with how Umbraco runs the uninstall package actions (I had similar problems with the DMU uninstall aswell). If I get a spare moment, I'll try and see if I can find the problem area.
Thanks again.
Matt
is working on a reply...