Base solution for your next web application

Activities of "rvanwoezik"

Please add my github username rvwoezik

Thanx in advance! Rene van Woezik

Thank you!

Hi,

No errors serverside or javascript, just that the save button is disabled, if i fill in a random string in SurnamPrefix save button is enabled.

Oops! My fault. Found my mistake.

ng-class="{'edited':vm.user.surnamePrefix}" ng-model="vm.user.surnamePrefix" required maxlength="@PhoogleZero.Authorization.Users.User.MaxSurnamePrefixLength">
                                <label>@L("SurnamePrefix")</label>
                            </div>

removed "required" in the razor page

Hi Maddey,

I have v1.13.0.0 on Azure, i don't get any errors. If you want you can check at <a class="postlink" href="http://www.phoogle.nl">www.phoogle.nl</a> (dev env.)

Thnx Ismcagda, that did the trick. You're the greatest

I'm getting errors when unit testing

System.IO.FileLoadException
Could not load file or assembly 'EntityFramework.DynamicFilters, Version=2.3.0.0, Culture=neutral, PublicKeyToken=146423a1b8d60775' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

I will use solution consolidate to downgrade to 1.14

Answer

Looks cool, never heard of it. If you can send me a sample i would be grateful.

Found it, no need for index. I'm starting to like Angular

I seem to have a wrong script reference in the loginpage starting with '~ '

<script src="~/Abp/Framework/scripts/abp.js" type="text/javascript"></script>
Showing 1 to 10 of 110 entries