New Installation V2 and Err - Posted (436 Views)
Average Member
sadra
Posts: 354
starstarstar
New Installation V2 and Err
plz help...
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Forum Administrator
HuwR
Posts: 4536
starstarstarstarstar
shouldn't matter what server version as long as it has SQL and supports .Net 4.7.2 smile it will run on a raspberry Pi if you install Mono smile
Posted
Forum Administrator
philsbbs
Posts: 2269
starstarstarstarstar
@Huwr let me know when theres a new build as I like to try a complete fresh install from scratch.

Any testing being done on server 2022 ?
Phil
Posted
Average Member
sadra
Posts: 354
starstarstar
don't know sorry and no time to investigate. you will need to wait until I officially release the code.Originally posted by HuwR


Ok.. I'm wait
Posted
Forum Administrator
HuwR
Posts: 4536
starstarstarstarstar
don't know sorry and no time to investigate. you will need to wait until I officially release the code.
Posted
Average Member
sadra
Posts: 354
starstarstar
Remove it from both the role provider and membership provider lines..
Code:

<roleManager enabled="true" defaultProvider="SnitzSimpleRoleProvider" cookieRequireSSL="false">
<providers>
<clear />
<add name="SnitzSimpleRoleProvider" type="Snitz.WebMatrix.WebData.SnitzSimpleRoleProvider, SnitzMembership, Culture=neutral" />
</providers>
</roleManager>
<membership defaultProvider="SnitzSimpleMembershipProvider">
<providers>
<clear />
<add name="SnitzSimpleMembershipProvider" type="Snitz.WebMatrix.WebData.SnitzSimpleMembershipProvider, SnitzMembership, Culture=neutral" />
</providers>
</membership>

But Err....


Question:
Database generated automatically by app?
Posted
Forum Administrator
HuwR
Posts: 4536
starstarstarstarstar
can you show the whole of the highlighted line that is in the error, (from your web.config)


if it contains a version in the type attribute like Version=1.1.3.3, try just removing it from both the role provider and membership provider lines (make sure you remove the comma after it too.

so it looks like

Code:
type="Snitz.WebMatrix.WebData.SnitzSimpleMembershipProvider, SnitzMembership, Culture=neutral"
Posted
Forum Administrator
HuwR
Posts: 4536
starstarstarstarstar
It is not the latest code on GitHub as not officially released yet.
Posted
Average Member
sadra
Posts: 354
starstarstar
? I haven't released version 2Originally posted by HuwR


On GitHub...
Isn't the version you released on GitHub version 2?
Posted
Forum Administrator
HuwR
Posts: 4536
starstarstarstarstar
? I haven't released version 2