Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After Install The Package Get Errors #14

Open
refaat82 opened this issue Oct 10, 2022 · 0 comments
Open

After Install The Package Get Errors #14

refaat82 opened this issue Oct 10, 2022 · 0 comments

Comments

@refaat82
Copy link

After Install The Package Get Errors like
But BackEnd Works Fine

`

Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1525: Invalid expression term '.'

Source Error:

 

Line 19: string title = slide.Value("slideTitle"); Line 20: string subtitle = slide.HasValue("slideSubtitle") ? slide.Value("slideSubtitle") : ""; Line 21: string imageUrl = slide.Value("slideImage")?.GetCropUrl(1920,1080) ?? "/img/carousel.jpg"; Line 22: IEnumerable links = slide.Value<IEnumerable>("slideLink"); Line 23: Link link = links != null ? links.FirstOrDefault() : null;

`

`

Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1525: Invalid expression term '.'

Source Error:

 

Line 2: Line 3: @{ Line 4: string mainImageUrl = Model.Value("mainImage")?.GetCropUrl(945, 400) ?? ""; Line 5: } Line 6:

`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant