0

I downloaded the EyeCatch Syntax highlighter for umbraco as a package from the umbraco repo.. but once I added the macro to my MVC view it started complaining about clientdependencies (on a server-side level).. so first of all.. is there any way around this that you guys know of.. or any way to debugg it?.. since the package uses a usercontrol.. is it even possible to add this to my Mvc setup? Is there any other known good packages out there for syntax-highlighting?..

Inx
  • 2,364
  • 7
  • 38
  • 55

1 Answers1

0

Out of the box it most likely won't work with MVC. You might have to make some modifications yourself. There are details here on registering files in MVC

http://clientdependency.codeplex.com/wikipage?title=MVCFileRegistration&referringTitle=Documentation

ProNotion
  • 3,662
  • 3
  • 21
  • 30