i am getting the error on below code "var defaultTimezoneName = $"{L("Default")} [{defaultTimezone.DisplayName}]";" on TimingAppService file on Application layer.
Error : unexpected character $
Can u help us?
6 Answer(s)
-
0
Please see this forum topic #1279@ce815624-dbc6-4be0-9a4d-671c1b216f8e
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Thanks you very much its working now,
But i am little confuse here about repository,
i have already download the project by your welcome email link and also you have given access to private repository aspnetZero Master, can u tell me what is the difference between two projects? and how it work? and let me know if any further update in future so how can we do the migrate with our existing application
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Also i have finding some missing files here like below
D:\Halil\GitHub\aspnetboilerplate\src\Abp\Localization\LanguageManager.cs
can u tell me what is missing here?
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Hi,
The project you downloaded from website contains latest release of AspNetZero. Github repository contains all the releases and latest development version. Also private repository has some example projects.
It's better to use latest release for production.
You can also use github repository for opening/following issues about aspnetzero.
When a new release comes out, you have to manually apply changes to your project. If you haven't change any part of template, it will be much easier.
About missing file, it's about debugging aspnetboilerplate source code with gitlink (more info #1296@fa721044-6359-4156-8beb-68dc344e5a14).
Do you have eny build error about this missing file ?
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
No, its throwing by runtime, its not creating the issue but it has checked the file from the directory.
Thanks
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Can you send the stack trace of exception message you get on runtime ?
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)