function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Francesco Carmagnola 10Francesco Carmagnola 10 

Error compiling a Lightning Application which extends "force:slds"

Hello,
when I try to save this Lighting App:
 
<aura:application extends="force:slds">
</aura:application>

SF returns that error:

[ERROR]: No APPLICATION named markup://force:slds found : [markup://c:CampingApp]

As it is referenced here, I need it to use the Lighnting Design System without put it in a static resource:

https://www.lightningdesignsystem.com/platforms/lightning/

 
Francesco Carmagnola 10Francesco Carmagnola 10
Thanks karthik,
that's what I did in the end. But in the linked resource, there is this statement:



User-added image

So, I would love to know why it isn't working.