Partner links

Some common DotNetNuke installation problems

Decided to look through a free content management (CMS) system – DotNetNuke (www.dotnetnuke.com). Downloaded the package and did the steps described in readme.txt.

The first problem i faced was sql exception on adding a Store Account module.

An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005,this [...]

Encoding Preamble (mystic bytes at the begining of the utf-8,utf-16,utf-7 encoded stream)

Faced a problem with detecting file encoding when file is with no encoding preamble Bytes FE and FF (0xFE,0xFF) encoded useing given encoding. The problem was that flash movie, which uses xml data source as input parameter was not able to detect the encoding of the source. (.NET web form) I’ve solved this problem [...]

Xslt Transformer Windows Application (C# .NET)

This application is a very easy to use and a very small tool. It is used to transform XML file useing the given XSL file.

Application uses System.Xml, System.Xml.Xslt namespaces and their classes to perform this action.

Application requires Microsoft .NET framework to run.

Please report any bug’s or suggestions related to this easy [...]