Creating PDF (or any other file type) from SQL Reporting Services using .WSDL (VS2012) Part 2
Last Updated on Tuesday, 11 December 2012 08:53 Written by David Bauernschmidt Tuesday, 11 December 2012 12:00
If you have been following along in Part 1 you know that by now you will have a web service ready to be consumed in your project. Let’s continue on with this example and create a report that is hosted at Arvixe. (Concepts apply to most vendors). One thing to keep in mind with Arvixe this that testing your code report link is different than when you deploy it. I will get to that in a minute but let’s continue on.
Right click on your project and select ..”Add New Item” (figure 1)
Select Generic Handler and name the file something like ….”SSRS.ashx
Learn MoreCreating a Custom mojoPortal Solution: Part 4, Deploying to Arvixe
Last Updated on Wednesday, 3 August 2011 05:01 Written by Carole Bennett Thursday, 4 August 2011 12:00
Hi! I’m back, with the last in this series of creating and deploying a custom mojoPortal solution, using the source-code compilation from Visual Studio, including custom features, creating a custom skin, and manually uploading and deploying the solution on Arvixe hosting. Let’s start with the Hosting Account Information you get after signing up with Arvixe.
Learn MoreCreating a Custom MojoPortal Solution: Part 3, Creating a Custom Skin
Last Updated on Sunday, 13 November 2011 11:09 Written by Carole Bennett Friday, 22 July 2011 12:00
Hi – Carole Bennett, back again, this time with some steps on how to create your own custom skin for mojoPortal.
First of all, let me start by saying this; yes, I am completely capable of designing the skin completely in Photoshop, slicing it out, and incorporating it into a skin. That being said – it is *so* much faster to use Artisteer! You do not have to use the built-in graphic elements in Artisteer; in the custom mojoPortal skin you will see today, I created design elements in Photoshop, and used the “Insert From File” feature in Artisteer to “test drive” my design ideas in an actual working UI.
Since this is not an Artisteer tutorial, I won’t go over all the details of how to use it. I will remind you that for best results, create the project as an ASP.Net project, but export it as an HTML project – much less complicated.
You will see the screenshot of the skin UI as it appears in Artisteer here, after we have incorporated our custom graphics and font webkit from FontSquirrel:
Learn MoreCreating a Custom MojoPortal Solution: Part 2 – The Source Code Way
Last Updated on Tuesday, 12 July 2011 09:37 Written by Carole Bennett Monday, 11 July 2011 12:00
Hi! Carole Bennett again, with Part 2 of “Creating a Custom MojoPortal Solution”. Today, we’ll talk about one of the biggest reasons for using a source code installation of MojoPortal – the ability to add custom code and features.
I won’t re-hash Joe Audette’s “Building a Guestbook” video series that gives you a step-by-step tutorial on building a custom app, though I’m happy to answer questions regarding anything I have covered today. Instead, I’ll show you what you can do after you have built a custom module.
Learn MoreConnecting to MSSQL Using Classic ASP: Compatibility Issues and Solutions
Last Updated on Saturday, 2 July 2011 02:56 Written by Yiannis Androulakis Friday, 1 July 2011 12:34
I was recently notified that my site was taking up too many resources and that I had to upgrade my account. I agreed to move from a PersonalClass to BusinessClass plan and my new account was quickly set up by Arvixe, along with the content and the vast majority of my configurations.
One of my planned changes was to modify the connection string I was using. I was directed to this article with 2 options:
- “Provider=SQLOLEDB;Data Source=myServerAddress;UID=myUsername; PWD=myPassword; database=myDataBase;”
- “Driver={SQL Server Native Client 10.0};Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;”


Recent Comments