Class not defined on 2nd load
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
I can load the page and everything is fine, then when it is clicked and it has to refresh and load over again this is the error i get. In the code i ahve set the cmmdatastore=nothing but that doesn't elimnate the error.
suggestions please
Compiler Error Message: BC30002: Type 'CMMDataStore' is not defined.
Source Error:
Line 2: Partial Class CMM
Line 3: Inherits System.Web.UI.MasterPage
Line 4: Private clsCmmDataStore As New CMMDataStore
Line 5:
Line 6: Private Function GetQuote()
Source File: E:\kunden\homepages\4\d146541492\CMM.master.vb Line: 4

