Hi,
  We are trying to customize the SimpleSignIn module. Objective is to insert a call into our external database whenever user registers with DNN. We opened the downloaded source code and tried to build. To fix the errors, we copied the necessary file and set the proper references. Still there are some more errors.
Is there any documentation or readme.txt on how to build the source, including any compiler settings.?
We identifed the following shared modules.
Aricie.Core.dll Aricie.DNN.dll Aricie.Shared.dll Aricie.SimpleSigninDBSpecific.dll SD.LLBLGen.Pro.DQE.SqlServer.NET20.dll SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll
The custom modules we are trying to build are
Aricie.SimpleSignin.dll-> The DNN module which we need to customise. Aricie.Module.SimpleSignin.dll -> This looks like the test web application. Could you please confirm.
With Regards SA
I'm sorry but there isn't documentation to build our modules.
Aricie.Core and Aricie.DNN contain our own framework: the first is for general functions and the second is more specific to DotNetNuke functions.
Aricie.Shared is provided by module Aricie.Shared which allows us to install and maintain easily our additionnal libraries in DNN4 websites.
To developp our modules, we used the LLBLGen Pro framework for Object-Relational Mapping. It requires libraries SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll and SD.LLBLGen.Pro.DQE.SqlServer.NET20.dll (for SQL Server) plus 2 generated libraries relative to the Simple Signin module: Aricie.SimpleSignin.dll and Aricie.SimpleSigninDBSpecific.dll.
Consequently, building module like web application project will generate the latest assembly which is intitled Aricie.Module.SimpleSignin.dll.
I hope that will help you.
Regards,