Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Recently I was working on ControlAdapters and came across a strange error,-
System.Exception: Server could not create <classname>
Upon subequent research I figured out that this error will occur when the class is inaccessible. You need explicitly specify the public access modifier while declaring the class.