i'm trying to use SquishIt in my Asp.net pages, but i'm receiving this error bellow

My code : <%@ Import Namespace="SquishIt.Framework" %>
Web config : debug false
Web config " /> Web config " /> Web config "/>
i'm trying to use SquishIt in my Asp.net pages, but i'm receiving this error bellow

My code : <%@ Import Namespace="SquishIt.Framework" %>
Web config : debug false
Copyright © 2021 Jogjafile Inc.
This has nothing to do with whatever SquishIt is.
In VB a carriage return is part of the syntax. (Unlike C# which treats a carriage return as meaningless whitespace.) So this code is invalid:
In VB you'd either need to have it on one line:
or explicitly separate the lines: