TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Piyush Maitrey
NA
2
4.4k
Why this Exception is coming
Mar 17 2012 12:19 AM
I am getting the Following Exception on my website when I click on Login button
ComponentNotFoundException: No component for key favicon.icocontroller was found
In the following code snippet:
protected virtual IController CreateController(RequestContext requestContext, string controllerName) {
var ret = Windsor.Container.Resolve<IController>(controllerName.ToLower() + "controller");// In this line above Exception is throwing
return ret;
}
Though I Check Out that Component "favicon.ico" is present in root folder of the project and moreover this Exception is not coming when I Login the site online.It is only coming at local System.Kindly Help me Its Urgent.I also tried Server.MapPath() By thinking that there might be path problem but still it is not working
Reply
Answers (
1
)
How to get the path parameter in voidMain function (Add program to Context Menu)
Mail coding?