<span>
</span>
<span>Luke, I am getting this error when i try to modify the html box. I don't get this error when i do the modification from Visual Studio through debugger. Also the changes done while the debugger was on, doesn't show up when i type in the url. I checked the DSC_HTMLtable and there are multiple entries for the same page. The new one i am trying to create is there too. How does the site decide which one to pick up on load?</span> Because when i access the url from the brower i get the old one but when i go through the debugger, i get the new one.
Cannot insert the value NULL into column 'Url', table 'dotshoppingcart.dbo.DSC_Html'; column does not allow nulls. INSERT fails.
The statement has been terminated.
I am not able to modify the block from the url because of this error.
Thanks
|