Hi all,
I am trying to implement the CSLA 2.0's ReadWriteAuthorization Extender control in .Net 1.1 version.
I created the control and when I drag and drop the control onto my form, I got an error
"An exception occured while trying to create an instance of CSLA.Security.ReadWriteAuthorization. The exception was "Constructor on type CSLA.Security.ReadWriteAuthorization not found "."
The code in the book says we have to have a constructor of the format.
public ReadWriteAuthorization(IContainer container)
Think this suppressed the default constructor. I then added a default constructor and I am able to add it to my form.
Just want to make sure, if this idea will work for 1.1 version of .Net. I don't want to spend couple of days trying to implement it and figure out it would not work. If any one have any experience in this, please let me know about it.
Thank You
Pradeep
Copyright (c) Marimer LLC