Index and count must refer to a location within the string. Parameter name: count
i’m getting mad with this error! The complete error is:
i’m getting mad with this error! The complete error is:
I’m writing an IHttpHandler implementation that will receive XML data sent through a regular HTTP POST from another website.
Here’s a prototype of the implementation:
I have a project requirement that we need to attach an HTML formatted log sheet to an email that gets sent to a user. I don’t want the log sheet to be part of the body. I’d rather not use HTMLTextWriter or StringBuilder because the log sheet is quite complex.
I have the following link inside my asp.net mvc web application :-
I have a Custom Rewrite Provider for URL Rewrite Module running in IIS, I use to redirect request based on my custom logic.
What would cause IIS to return a 404, only sometimes? If I hit a 404 on a page, I can simply hit refresh and it will come up. It’s reproducible. I’ve used fiddler to see what’s going on and I don’t see anything off. I’ve setup IIS tracing but again, I don’t see what exactly the issue would be, the file exists and the 404 only occurs sometimes. By sometimes I mean if I navigated to a page and got a 404 I could refresh and it would come up but other times I could navigate to that page and it would not 404. It isn’t limited to any one page or condition.
I would like to get the current MembershipUser from my page.
I have this error since today in a project which I have worked for months and has always worked.
I want to give users the possibility to dynamically add new columns at the runtime. I am using the Entity framework v1 …
I have an RDLC report that I am rendering directly to the Response Stream as PDF (rather than using the ReportViewer). In the code that renders the report, it’s DataSource is bound to a List(Of ClassA) objects defined in a custom assembly. This seems to work for the most part. My problem is that I can’t seem to handle the situation where a nested object is null. For example, given ClassA and ClassB (the nested object) defined as follows: