Welcome to AspAdvice Sign in | Join | Help

May 2005 - Posts

One method of creating Crystal Reports is to use an ADO.NET Dataset (for good advice please read Reporting Off ADO.NET Datasets ). To create the report from a dataset, you have to model the dataset in an XML Schema Document, which has the .XSD extension. Read More...
Brian Bischof , author of Crystal Reports .NET Programming , has posted a comparison of SQL Server Reporting Services and Crystal Reports : During 2004, Microsoft grabbed the attention of the Visual Studio .NET community by announcing a new reporting Read More...
This question has passed my threshold of answering as forum posts, so it's going on the blog: Does anyone know how to export a crystal report into a seperate adobe reader instead of embedding the reader into the current browser window? I am successful Read More...
IPoding reports on MaP3 , which uses Text-to-Speech to convert driving directions into MP3 files. From Map3's website: MaP3 will give you the best driving route to take between any two addresses in the United States and Canada. While there are other websites Read More...
0 Comments
Filed under:
I received my free SharePoint posters today, and I can only say "Wow! Thanks Mindsharp !". They are detailed and yet still nicely laid out. My mental image of SPS configuration is no longer an endless maze with randomly moving walls (and no cheese). The Read More...
0 Comments
Filed under:
We're all familiar with MS's "marketecture", and its coopting of whatever buzzwords are hot in the newspapers at the time of announcement into strange acronyms. Generation X gave us "ActiveX", the Human Genome Project gave us "Windows DNA" (WTF?), and Read More...
0 Comments
Filed under:
On my CAPTCHA Images post, Patrick Santry mentioned he ran into one he couldn't decipher due to his colorblindness. I'm also colorblind, but have yet to hit one I couldn't figure out, and that may be due to luck, or varying degrees of colorblindness. Read More...
0 Comments
Filed under:
The following question came via private comment in response to CodeSnip: Opening Crystal Reports in a New Window in ASP.NET : Reading your article as a newbie, could you provide me with a little more info of where to place this script. Also I am programming Read More...
These questions were received as a private comment in response to my Automatically Printing Crystal Reports in ASP.NET article: Very useful and interesting article. Thanks a lot. I wanted to use this in a .Net app. Can we determine the number of copies Read More...
If you copied your reports files to a production server, and you get this error: File or assembly name CrystalDecisions.Enterprise.Framework, or one of its dependencies, was not found. Chances are, you didn't properly deply the application. There's Read More...
I've seen this question a couple times in various forums, so here's what I know. There are a few ways to tell if SSL is enabled. This isn't a comprehensive list, I'm sure--just the ways I know of. If you have another method, please add a comment. Thanks! Read More...
5 Comments
Filed under:
Forms Authentication is a great methodology to use, but it is limited in what files it secures. The only files that are protected by Forms Authentication are those that are processed by aspnet_isapi.dll. This is limited to file types like ASPX, ASCX, Read More...
13 Comments
Filed under:
Design tip of the sporadic time interval: If you need to change the size or orientation of a Crystal Report, you can do this in the VS IDE by right-clicking your report and navigating Designer >> Printer Setup. On the first tab, you can choose the Read More...
For those who just can't wait for the next big thing, I tease you with news of ' Hawaii ', the release of Visual Studio after Orcas. After Yukon, Whidbey, Whistler, etc., it's nice to see MS aim for warmer climates. I'm really more intersted in what will Read More...
0 Comments
Filed under:
Manually recycling the IIS process is unfortunately sometimes a fact of life. This can be a really disruptive action if you have a number of users logged on, and you use InProc session state. Before you go recycling the process, check out a little tool Read More...
2 Comments
Filed under:
Days like today make me glad I have a commute long enough to consume copious quantities of caffeine before I walk in the door at work. Today I was greeted with the news our reporting site was down. The error being thrown was “Load Report Failed” Read More...
I'm a little behind on my blogging, to say the least. Anyhow, last November I found out about Koders.com , an open source code search engine. Basically, Koders.com has indexed the actual code on SourceForge and other repositories, and you can search for Read More...
0 Comments
Filed under:
There are two main reasons this error is thrown when using the PUSH (dataset) method of getting data to a Crystal Report. 1) The schema of the datatable differs from what the report was designed from. This can be either a different field name, or a missing Read More...
Mindsharp is offering as set of SharePoint posters free if you register at their site . There are three posters in the set: Windows SharePoint Services Object Model Poster The Windows SharePoint Services (WSS) object model consists of eighteen namespaces Read More...
1 Comments
Filed under:
I received this comment to Automatically Printing Crystal Reports in ASP.NET will window.print command of javascript work with dot matrix printer?pls reply asap. I imagine it would if the proper drivers are installed. The JavaScript command only calls Read More...
We're working on tuning some index rebuilds, and I found a great DBCC INDEXDEFRAG Stored Procedure from Tara Duggan that's a great help. I modified the sproc to use the DBCC DBREINDEX statement. Part of the plan is to store this sproc in a control database, Read More...
0 Comments
Filed under: