The Orchard Project can now be installed via the Web Platform Installer (WebPI). Just follow the instructions!!
The source files are still available on CodePlex.
The Orchard Project can now be installed via the Web Platform Installer (WebPI). Just follow the instructions!!
The source files are still available on CodePlex.
The Orchard Project aims to create an application and reusable components using ASP.NET. Additionally, in the short term, it will provide a CMS application based on .NET.
Having tested it several times, it seems very promising, but still too immature to consider using it as my Blog engine. But we’ll see….
The source code is available on CodePlex
If you ever use the Oracle ODP.Net component with SqlDataSource and get the ORA-01036 Illegal variable name/number error, it is mainly due to the fact that your number of parameters does not match the number in your Insert, Update, or Delete query. I had this problem using a ComposedKey with the ASPxDataGridView from DevExpress. You need to remove the ComposedKey field before executing the query.
Here is the conversation on ASP.Net that helped me resolve this issue.
[Read More]If you want to use Oracle’s ODP.Net 9 and 11 in parallel, you must absolutely uninstall version 9 of Oracle.DataAccess from the GAC. It was blocking me when I wanted to use the graphical tools of VS2008 (Server Explorer and DevExpress).
My question on StackOverflow
Microsoft has released Visual Studio 2010 RC 1 (release candidate) version. This free version is available here. You can start experience this new version before the official release.