public Blog MyNotepad : Imho
{
}
Browse by Tags
All Tags »
Out of control (
RSS)
-
|
Yesterday Jeffrey published his 500th post without even mentioning the milestone. Scott Sam was aware of his 150 th New and Notable . And today this is my 500th post. Some short words looking back and ahead. Over the posts and years a lot has happened...
|
-
|
This is my third post with this title. What started as quick command line fix has grown into something huge, including top numbers of hits and comments here on Codebetter. So it's worth continuing. An asp.net 1.1 installation on IIS can get broken...
|
-
|
With .NET 2.0 writing code which uses the IIS webserver to send mail has become even more powerful. The System.Net.Mail namespace has some rich classes. private static void SendMailWithIIS( string subject, string body, string to) { MailMessage message...
|
-
|
In the Crystal days adding reports to an asp.net application could give you quite a hard time. Having dropped crystal in favor of sql reporting services (so far) just annoying little stuff keeps me busy. In this post I'll demonstrate how to add RS...
|
-
|
November last year I posted a story with this title . It was a fix for the error messgae above. I wasn't the only one having this problem, over time many many comments and comments on the comments were added. It should be turned into a Wiki . In this...
|
-
|
Two of my projects got so entangled that the only way out was merging them into one. They were several asp.net apps which had (code) references to each other. Two of them refering each other made the situation unworkable. Building the setup packages resulted...
|
-
|
Recently my neighbour Warnar blogged a little on sending mail from an app. He explained how to use the smtpserver on the webserver. Recently I needed some mail functionality on the client machine. A web-page should start an email message to be sent by...
|
-
|
Crystal Reports is a welcome subjects for blog posts. I still do like the product, my users are very happy with the results, the report editor is not that bad to work with and the components integrate well into a solution. But Crystal documentation is...
|
-
|
I still do like Crystal reports but getting them to work on a production machine can be pretty frustrating. Responses to earlier posts showed me that I'm not the only one. So here's another. You can print a Crystal report on a webpage by exporting...
|
-
|
Actually I do like Crystal Reports. It may not be perfect but the way it works with datasets, its grouping a selecting options and the web report viewer are very workable. Deploying Crystal Report to a web server is another story. When you test your app...
|
-
|
After a failing installation of a VS.NET 2003 add-in, possibly because I have Whidbey and 2003 running in parallel, I had quite a hard time to get everything working again. I found a lot of hits in support groups, a lot of solutions but nothing worked...
|
-
|
I had updated a project from VS.NET 2002 to 2003. No big deal, till the moment I checked the (Crystal) reports. It took me some time to find out so let me share this with you. In web.config theres is this section < compilation defaultLanguage ="c#"...
|
More Posts