Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi Group,

 

In my application I am using "Range Validator", validator is set for a textbox with range 1900 - 9999.

and I am also using "Validation Summary" problem is when I run the application i get a run-time exception

 

Compiler Error Message: CS0234: The type or namespace name 'Global' does not exist in the class or namespace 'System.Web.UI.WebControls.RangeValidator' (are you missing an assembly reference?)

 

 

Source Error:

 

Line 26:

Line 27: [system.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]

Line 28: public class Global_asax : RangeValidator.Global {

Line 29:

Line 30: private static bool __initialized = false;

 

I am using ASP1.x

 

what could be the problem and whats the solution?

 

Regards,

Anup

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...