alexbeletsky / elmah-mvc

Painless integration of ELMAH into ASP.NET MVC application
http://nuget.org/packages/Elmah.MVC
Apache License 2.0
266 stars 61 forks source link

C# public action method 'stylesheet' was not found on controller #19

Closed jeffrockwell closed 11 years ago

jeffrockwell commented 11 years ago

I downloaded the latest elmah via nuget and have your latest source code that fixes issue 14 and 16. In my MVC app in C# i still get 'A public action method 'stylesheet' was not found on controller...' Very similar to the post a few months back when a VB programmer saw the same error. thanks

alexbeletsky commented 11 years ago

Thank for report. This is sounds really strange. If you try to install ELMAH.MVC on 'clean' ASP.NET MVC app, can you same error? If so, you can zip it and send to me.

Otherwise, I assume some routes conflicts between your app and ELMAH.MVC routes..

jeffrockwell commented 11 years ago

This was a clean MVC app. Its sole purpose to view the reports. What address should I send the zip files to? Thanks again

From: Alexander Beletsky [mailto:notifications@github.com] Sent: Thursday, October 04, 2012 2:46 PM To: alexanderbeletsky/elmah.mvc Cc: Rockwell, Jeffrey D. Subject: Re: [elmah.mvc] C# public action method 'stylesheet' was not found on controller (#19)

Thank for report. This is sounds really strange. If you try to install ELMAH.MVC on 'clean' ASP.NET MVC app, can you same error? If so, you can zip it and send to me.

Otherwise, I assume some routes conflicts between your app and ELMAH.MVC routes..

— Reply to this email directly or view it on GitHubhttps://github.com/alexanderbeletsky/elmah.mvc/issues/19#issuecomment-9152441.

From the law offices of Vorys, Sater, Seymour and Pease LLP.

IRS CIRCULAR 230 DISCLOSURE: In order to ensure compliance with requirements imposed by the U.S. Internal Revenue Service, we inform you that any federal tax advice contained in this communication (including any attachments) is not intended or written to be used, and it cannot be used, by any taxpayer for the purpose of (i) avoiding penalties that may be imposed under the U.S. Internal Revenue Code or (ii) promoting, marketing, or recommending to another person, any transaction or other matter addressed herein.


CONFIDENTIALITY NOTICE: This e-mail message is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. If you are the intended recipient but do not wish to receive communications through this medium, please so advise the sender immediately.

alexbeletsky commented 11 years ago

Please see my profile, email is there. Thanks a lot for collaboration. 04.10.2012 22:11 ÐÏÌØÚÏ×ÁÔÅÌØ "jeffrockwell" notifications@github.com ÎÁÐÉÓÁÌ:

This was a clean MVC app. Its sole purpose to view the reports. What address should I send the zip files to? Thanks again

From: Alexander Beletsky [mailto:notifications@github.com] Sent: Thursday, October 04, 2012 2:46 PM To: alexanderbeletsky/elmah.mvc Cc: Rockwell, Jeffrey D. Subject: Re: [elmah.mvc] C# public action method 'stylesheet' was not found on controller (#19)

Thank for report. This is sounds really strange. If you try to install ELMAH.MVC on 'clean' ASP.NET MVC app, can you same error? If so, you can zip it and send to me.

Otherwise, I assume some routes conflicts between your app and ELMAH.MVC routes..

Reply to this email directly or view it on GitHub< https://github.com/alexanderbeletsky/elmah.mvc/issues/19#issuecomment-9152441>.

From the law offices of Vorys, Sater, Seymour and Pease LLP.

IRS CIRCULAR 230 DISCLOSURE: In order to ensure compliance with requirements imposed by the U.S. Internal Revenue Service, we inform you that any federal tax advice contained in this communication (including any attachments) is not intended or written to be used, and it cannot be used, by any taxpayer for the purpose of (i) avoiding penalties that may be imposed under the U.S. Internal Revenue Code or (ii) promoting, marketing, or recommending to another person, any transaction or other matter addressed herein.


CONFIDENTIALITY NOTICE: This e-mail message is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. If you are the intended recipient but do not wish to receive communications through this medium, please so advise the sender immediately.

Reply to this email directly or view it on GitHubhttps://github.com/alexanderbeletsky/elmah.mvc/issues/19#issuecomment-9153392.

jeffrockwell commented 11 years ago

It’s on its way to your gmail account. Thanks again

From the law offices of Vorys, Sater, Seymour and Pease LLP.

IRS CIRCULAR 230 DISCLOSURE: In order to ensure compliance with requirements imposed by the U.S. Internal Revenue Service, we inform you that any federal tax advice contained in this communication (including any attachments) is not intended or written to be used, and it cannot be used, by any taxpayer for the purpose of (i) avoiding penalties that may be imposed under the U.S. Internal Revenue Code or (ii) promoting, marketing, or recommending to another person, any transaction or other matter addressed herein.


CONFIDENTIALITY NOTICE: This e-mail message is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. If you are the intended recipient but do not wish to receive communications through this medium, please so advise the sender immediately.

alexbeletsky commented 11 years ago

Got it, will update you as soon as possible. 04.10.2012 22:17 ÐÏÌØÚÏ×ÁÔÅÌØ "jeffrockwell" notifications@github.com ÎÁÐÉÓÁÌ:

It's on its way to your gmail account. Thanks again

From the law offices of Vorys, Sater, Seymour and Pease LLP.

IRS CIRCULAR 230 DISCLOSURE: In order to ensure compliance with requirements imposed by the U.S. Internal Revenue Service, we inform you that any federal tax advice contained in this communication (including any attachments) is not intended or written to be used, and it cannot be used, by any taxpayer for the purpose of (i) avoiding penalties that may be imposed under the U.S. Internal Revenue Code or (ii) promoting, marketing, or recommending to another person, any transaction or other matter addressed herein.


CONFIDENTIALITY NOTICE: This e-mail message is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. If you are the intended recipient but do not wish to receive communications through this medium, please so advise the sender immediately.

Reply to this email directly or view it on GitHubhttps://github.com/alexanderbeletsky/elmah.mvc/issues/19#issuecomment-9153595.

alexbeletsky commented 11 years ago

Diagnosed. Configuration issue.

lorddev commented 10 years ago

What's the workaround?

blbirajdar commented 6 years ago

I am still facing the issue with latest 1.2.2 version as well. Is this issue still open ? I cant see a workaround for it.