Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Class not defined on 2nd load

Compilation Error
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
[897 byte] By [christianbg] at [2007-11-11 10:19:16]
# 1 Re: Class not defined on 2nd load
Paste your full code here
syedwna at 2007-11-11 23:12:03 >