By Chan - 4/9/2008
Hi,
I would like to access SecurityBasics from a class library. I faced problem that, .NET unable to locate it even though I have added it to reference. It just working fine in Windows Application.
Any ideas?
Thank you
|
By Trent L. Taylor - 4/9/2008
Check your references...that would be the only thing. This is something that we actually do ourselves, so it is just a matter of having the Security assembly referenced in your class library.
|
By Chan - 4/10/2008
Hi,
I have attached the screenshot hope you can help.
|
By Greg McGuffey - 4/10/2008
Isn't SecurityBasics in the Base.dll? So, try referencing the base dll and I think you'll be good to go. Import statement will still work.
|
By Trent L. Taylor - 4/10/2008
Yes, SecurityBasics is in Base. Greg is correct.
|