c# - CS0234 Error on runtime, for classes in the same assembly -


we have asp.net 4 web application project. project contains number of pages. after having made changes error @ runtime (asp.net compile time) or namespace cannot found.

at design time (in visual studio 2010) there no problem intellisense see these namespaces , classes, in project assembly themselves. , there no problems @ compile time in visual studio either.

check out answer received similar question , see if trick (it did me!):

.net extension method (this string foo) partially visible


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -