Wednesday 28 October 2009

TFS and MCMS Template Explorer

Opening an Microsoft Content Management Server 2002 project in Visual Studio 2005 with the MCMS 2002 SP2 installed when trying to checking in files in TFS gave me the following error

Unable to cast object of type 'Microsoft.ContentManagement.DeveloperTools.VisualStudio.Documents.TemplateExplorerDocument' to type 'Microsoft.VisualStudio.Shell.Interop.IVsHierarchy'.

Apparently it's a known error. To solve this problem, disable the MCMS Template Explorer when you use the Team Foundation service.

To do this open the Vwd.webinfo file located at the project's root with notepad and set the value of the CmsEnabled property to 0.

Check the microsoft link for more info:
FIX: Error message when you try to use Visual Studio 2005 Team Foundation Server to check in files on a computer that is running Content Management Server 2002: "Unable to cast object of type"

MCMS 2002: create new page leads to "channel not found" error

Working with Microsoft Content Management Server 2002 when trying to "create a new page" in the console it gave me the erro "channel not found" when it was suposed to show me the page where I choose the template for the new page.

After some trial on error, I found out that for some reason the authentication in the web.config file was set to windows authentication, after changed it to forms authentication every started to work correctly.

ASP.NET version 2.0 Session State is not installed on the SQL server

Sometime ago I encountered this error upgrading an ASP .NET 1.1 application to 2.0

"Unable to use SQL Server because ASP.NET version 2.0 Session State is not installed on the SQL server"

To solve it just run this command in the server of SQL

aspnet_regsql.exe -S <servername> -E -ssadd -sstype c -t <customtable>



This happened because when  I was using SQL Session State, so don't forget to change the web.config element sessionstate to have the attribute allowCustomSqlDatabase equals true

Something like this

<sessionState
mode="SQLServer"
allowCustomSqlDatabase ="true"
cookieless="true"
sqlConnectionString=" Integrated Security=SSPI;data source=MySqlServer;Initial catalog=customtable;"
sqlCommandTimeout="10" /

Monday 19 October 2009

MCMS 2002 Template explorer not available in Visual Studio 2005

Every now and then I have to maintain a website with the Microsoft Content Management Server 2002 and my surprise the site was still being developed in Visual Studio 2003. Immediately I start thinking on upgrading to Visual Studio 2005.

It seemed pretty easy. I opened the solution on VS 2005 upgrade the solution file to that version, and there was no MCMS Template explorer available. After a long time searching for a solution I found out that the website project must be the first on the solution file for some reason I can't imagine. So using notepad opened the sln and changed the order of the project.

Wednesday 14 October 2009

Web.Config: Email Notification ASP.NET - Setting pickup directory

Simply add the following to your web.config’s system.net section:


<mailSettings>
 <smtp deliveryMethod="SpecifiedPickupDirectory>
  <specifiedPickupDirectory pickupDirectoryLocation="c:\temp\"/>
 </smtp>
</mailSettings>



All mail sent will then been save as an eml file. Excellent stuff in a development environment.

Sunday 11 October 2009

Code Generation: Boost in productivity

Everybody in the IT enviroments knows that when developing an application, eventually will be necessary to access some sort of database engine. All that work ends up being the same, develop the data access layer, implement the bussiness objects that store the information, write the store procedures that encapsule the database logic and this doesn't  change much from one project another. 
The amount of time spent doing this is huge, and I started to think that this could be done faster, so I start seaching in the Internet for a possible solution and came across an open source solution that suits my needs and I'd like to share with others.


The software is called "My Generation" a very suitable name.You can find it at (http://www.mygenerationsoftware.com/) .


With this tool you can use a number of predefined templates to generate code. I personally like the Dooads Template, and this template I generate the the store procedures, the bussiness entities, and the business data acess layer, base on existing SQL tables. Currently Dooads is available for Microsoft SQL, Oracle, Firebird, Access, PostgreSQL, VistaDB, SQLite and MySQL. You can find more information here


There are much more template you can find and try at the website.


You can download it hereMy Generation Download
HomePageMy Generation Homepage


Introduction Video





With this my productivity increased a lot giving time to develop other components much more interesting to me  and giving me a better overall performance within my company.


Good generations to you all

Saturday 10 October 2009

Welcome to the world of blogging...

Oh well, this starts on a bumping road...

This is not the first time I used blogger.  I thought this would be easy. Wrong. Configuring the blog was like going through a hurdle, I just had to jump.

Trying to activate adsense gave me an error:

"The publisher must be associated with the developer account before the developer can invoke operations on the publisher's account."

Those blogger guys could have written a better message.

Aparently to activate the adsense from blogger we have to give access to blogger.com on the adsense page

So if you have this problem go to log in to https://www.google.com/adsense and then select My Account and then Account Access and finally give access to blogger.com