Hi,
I am a newbie to .NET and AJAX, so I appologize in advance for what will likely be a long list of basic and stupid question while I try to just get the AJAX Uploader examples to work on my server.
I am getting this error when the server is reading the MasterPageFile="~/AJAXUpload/MicrosoftAjax.master referenced in the example files.
Any help anyone could provide would be much appreciated!
SEE ERROR BELOW -
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.
Compiler Error Message: CS0103: The name 'SampleUtil' does not exist in the current context
Source Error:
|
Line 7: {
Line 8: base.OnInit(e);
Line 9: SampleUtil.SetPageCache();
Line 10:
Line 11: }
|