Hi,
I am evaluating llbgen. DataAccess works fine with windows application, windows services, and console application.
Now I am running into a deep hole of problems:
What about web applications especially DNN3?
I got security exceptions with at least one line of code (line 33),
without that line my module comes up.
Line 31: try
Line 32: {
Line 33: DataAccessAdapter adapter = new DataAccessAdapter(DotNetNuke.Common.Globals.GetDBConnectionString());
Line 34: // TODO: Remove sample code and make your own implementation
Line 35: if (!Page.IsPostBack)
The trust level of DNN3 ist set to "Medium". I am googled around the world and all I found is, that LLBLGEN uses reflection and in "Medium" trust level reflection is not allowed.
Any suggestions?
Regards,
Carlo