Ok, I have created a new folder manually and called it App_Code, when created it didnt look like the normal yellow folder, it had a bitmap more inline with the other special folders so that seems ok now. However a further problem i just cant get my head around yet ;
STEP 8 amending the global.asax file.
I have made the changes according to the steps, but i am seeing an error saying that "Type PubsDataContext is not defined".
Code:
DefaultModel.RegisterContext(GetType(PubsDataContext), New ContextConfiguration() With {.ScaffoldAllTables = True})
Any help will be appreciated as this single problem has stopped me in my tracks.