You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Searching for a new blog-engine based on ASP.NET Mvc framework I found FunnelWeb.
Being a BlogEngine.Net fan I'm impressed with your work so far and I'm definitely switching to FunnelWeb - with my own theme - as my blog-engine.
However, while porting my blog to FunnelWeb I ran into some run-time exceptions. When I added the following to my project-file it didn't build anymore.
<MvcBuildViews>true</MvcBuildViews>
I know how to solve this problem, but shouldn't a project always compile on check-in?
I will get the latest version of FunnelWeb and propose some changes later on.
Greetzz,
Miggro
The text was updated successfully, but these errors were encountered:
Hi Miggro, just fyi,
pull request no 33 fixed all namespace error on the cshtml view (#33)
but has not fix the @Args missing variable on the TwitterFeed.chtml (I did not even know if TwitterFeed is still being used)
Hey guys,
Searching for a new blog-engine based on ASP.NET Mvc framework I found FunnelWeb.
Being a BlogEngine.Net fan I'm impressed with your work so far and I'm definitely switching to FunnelWeb - with my own theme - as my blog-engine.
However, while porting my blog to FunnelWeb I ran into some run-time exceptions. When I added the following to my project-file it didn't build anymore.
I know how to solve this problem, but shouldn't a project always compile on check-in?
I will get the latest version of FunnelWeb and propose some changes later on.
Greetzz,
Miggro
The text was updated successfully, but these errors were encountered: