Hi Chris,
I will make it simple for you to understand what I am doing.
I have custom login page VS project “GG.Login.Custom” all I am trying to do is adding a Password Recovery webpart to this.
I have also mentioned you that I have two projects but at present I am only using your standard Sharepoint2016FBAPack.1.3.6 which I just deployed through PowerShell I am not using my custom FBA pack VS project.
I have deployed your “Sharepoint2016FBAPack.1.3.6” then I can see a assemble dll file stored under "Visigo.Sharepoint.FormsBasedAuthentication.dll’ under GAC_MSIL
also my GG.Login.Custom.dll which is my custom login page project file under same GAC_MSIL folder
I have read some of your posts saying to add an application page and give Allow AnonymousAccess to true in cs.I have followed this link Reset password on login page before user authenticates
I have created an application page in GG.Login.Custom under Layouts and added the tag prefix script <%@ Register TagPrefix=“FBA” Namespace=“Visigo.Sharepoint.FormsBasedAuthentication”
Assembly=“Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d” %>
in the body added
<asp:Content ID=“Main” ContentPlaceHolderID=“PlaceHolderMain” runat=“server”>
<FBA:PasswordRecoveryWebPart runat=“server” />
</asp:Content>
and I added the link PasswordReset.aspx page on my Login.aspx page
The conflicting item is Visigo.Sharepoint.FormsBasedAuthentication in Application page in GG.Login.Custom.
when I try to open the PasswordReset link in custom login page I am getting the same error
’ An error occurred during the compilation of the requested file, or one of its dependencies. The namespace ‘Visigo.Sharepoint’ in c:\Windows\Microsoft.NET\assembly\GAC_MSIL\Visigo.Sharepoint.FormsBasedAuthentication\v4.0_1.0.0.0__9dba9f460226d31d\Visigo.Sharepoint
conflicts with the type ‘Visigo.Sharepoint’ in ‘c:\Windows\Microsoft.NET\assembly\GAC_MSIL\GG.Login.Custom\v4.0_1.0.0.0__3be65d29ada5b22f\GG.Login.Custom.dll’ error message ,I did the same procedure initially when I setup this a month ago it works absolutely fine but I am not sure what has gone wrong.
I just followed as you mentioned in the post for creating the application page.
I have just deployed your Sharepoint2016FBAPack.1.3.6 and the other one my GG.Login.Custom VS project I believe the only way I can create the application page is in VisualStudio GG.Login.Custom
It would be very helpful if you could point me in correct direction.
Thanks again for your help.