Would anyone care to help out a novice?
For quite some time now, I've been extending functionality and integrating additional databases with my NopCommerce installations.   Much of this involved adding to the .cs codefiles.
After upgrading to v1.11 and re-adding my custom code, I've found that my code does not work.
example:
I added a label to a page and want to set it's Text value from the code behind.
I get intellisense errors on the label in the codebehind file.
If I change the CodeBehind= to CodeFile=, the intellisense error goes away.
If I ignore the intellisense error, the site runs fine(using VSExpress 2008 SP1), but, of course, the labels Text is not set.
I realize this is not a NopCommerce specific issue, but since the change seems to be between v1.10 and v1.11, perhaps someone else ran into the same issue?
Any help, thoughts, or suggestions would be appreciated!
,Gary