ashleydw / lightbox

A lightbox gallery plugin for Bootstrap
http://ashleydw.github.io/lightbox
MIT License
1.85k stars 1.3k forks source link

.Net Compilation Error #219

Closed kbrownridge closed 7 years ago

kbrownridge commented 7 years ago

Using .NET 4.5 with Bootstrap 3.3.7 and Ekko Lightbox 4.0.2.

I have references to the CSS and JS for Ekko Lightbox in the MasterPage.

The files load, but regardless of browser, I get a compilation error: BC30035: Syntax error It references the first 3 lines of the ekko-lightbox.min.js file.

I haven't gotten any further. Please help?

ashleydw commented 7 years ago

I suggest you use the CDN or the files in the /dist folder rather than compiling yourself.

kbrownridge commented 7 years ago

That's just it. I'm not compiling anything. It's VB.net, the basic .NET website template out of the box, which includes Bootstrap. Only thing I've tried adding is Ekko Lightbox and that's the error I get. It makes no sense.