Posts

Showing posts from 2010

Relational XML

Why use hierarchical data model with relational databases? That is the story of XML in relational databases. Why can't XML be used to define data relations? So I looked around if it existed. This dude has an idea . Then came the boss with lotsa more ideii ! Right on!

C# .NET Application deployment

I am not overly familiar with this stuff. As I try to figure out. Images added to resources should be specified using relative path. If you try Visual Studio is smart enough to suggest. So the Source filed in the Property tab should like /YakshaTala;component/Resources/kanlogo.png YakshaTala is the root folder  Resources is the sub folder The rest about deployment soon... It appears this is a common problem. The solution is here http://geekrick.blogspot.com/2008/08/frustrating-net-framework-sp1-issue.html and in many other places .Best way is to google the error message deleting application specific part in the error message. I am able to install my app.