I am getting this error again and again, please help
Salam,
I am getting very wired error after deployment on azure web app.
The app is working fine after deployment but after 2 or 3 hours it is throwing following error.
No component for supporting the service Contrilabs.BLISFIX.EntityFramework.BLISFIXDbContext was found
After redeployment, it works fine but same thing happen again after 2 or 3 hours.
Thankyou very much Halil,
My problem is resolved.
Salam,
Bootstrap Timepicker is not working in Modal.
My Modal html is
<div> <form name="exampleForm" role="form" novalidate class="form-validation "> <div class="modal-header"> <h4 class="modal-title"> New Appointment </h4> </div> <div class="modal-body">
<div class="form-group">
<label class="control-label col-md-4">Without Seconds</label>
<div class="col-md-5">
<div class="input-group">
<input type="text" class="form-control timepicker timepicker-no-seconds">
<span class="input-group-btn">
<button class="btn default" type="button">
<i class="fa fa-clock-o"></i>
</button>
</span>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button ng-disabled="vm.saving" type="button" class="btn btn-default" ng-click="vm.cancel()">@L("Cancel")</button>
<button type="submit" button-busy="vm.saving" busy-text="@L("SavingWithThreeDot")" class="btn btn-primary blue" ng-click="vm.save()" ng-disabled="exampleForm.$invalid"><i class="fa fa-save"></i> <span>@L("Save")</span></button>
</div>
</form>
</div>
============================ Here is js for that
if (jQuery().timepicker) {
$('.timepicker-no-seconds').timepicker({
template: 'modal'
});
$('.timepicker').parent('.input-group').on('click', '.input-group-btn', function(e){
e.preventDefault();
$(this).parent('.input-group').find('.timepicker').timepicker('showWidget');
});
Hi,
Can I user User, Roles and Tenant functionality in MPA in module zero? I don't want to use AngularJS