Skip to content

Commit 40330a0

Browse files
891562: The "could not load assembly Syncfusion.Licensing" issue was resolved and then updated README.md and then ensured license banner pops up
1 parent 8463a49 commit 40330a0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Loan_Calculator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<HintPath>packages\Syncfusion.EJ2.MVC5.26.1.35\lib\net45\Syncfusion.EJ2.dll</HintPath>
5252
</Reference>
5353
<Reference Include="Syncfusion.Licensing">
54-
<HintPath>packages\Syncfusion.Licensing.26.1.35\lib\net462\Syncfusion.Licensing.dll</HintPath>
54+
<HintPath>packages\Syncfusion.Licensing.26.1.35\lib\net45\Syncfusion.Licensing.dll</HintPath>
5555
</Reference>
5656
<Reference Include="System" />
5757
<Reference Include="System.Data" />

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# ej2-showcase-aspnetmvc-loan-calculator
22
Demo application that calculates your loan payment based on your loan amount, interest and term.
3+
4+
## Deployment
5+
6+
### Requirements to run the demo
7+
- Visual Studio 2022 (or)
8+
- Visual Studio 2019
9+
10+
### Run
11+
1. Clone this repository.
12+
2. Open the `.csproj` file in VS 2022.
13+
3. Click the green run button in the toolbar.
14+
15+
## Demo
16+
17+
#### <a href="https://ej2.syncfusion.com/showcase/aspnetmvc/loancalculator/" target="_blank">https://ej2.syncfusion.com/showcase/aspnetmvc/loancalculator/</a>
18+
19+
Check all the showcase samples from <a href="https://ej2.syncfusion.com/home/aspnetmvc.html" target="_blank">here</a>.

0 commit comments

Comments
 (0)