Make sure you add a Wildcard application maps entry under Application Configuration for UrlRewriter.Net to work without file extensions, e.g. http://localhost/show/users.
Filed under: IIS, Microsoft, Tutorials and Tricks | Leave a Comment »
Make sure you add a Wildcard application maps entry under Application Configuration for UrlRewriter.Net to work without file extensions, e.g. http://localhost/show/users.
Filed under: IIS, Microsoft, Tutorials and Tricks | Leave a Comment »
Problem:
Could not load file or assembly ‘System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies. System could not find the file.
Cause:
System.EnterpriseServices.dll is missing in the GAC or there exist different versions of this dll.
Fix:
Drag and drop “<windows_directory>\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll”into the “<windows_directory>\assembly\” folder.
Source: http://forums.asp.net/t/956018.aspx
Filed under: .NET, ASP.NET 2.0 | Leave a Comment »
These are some of my latest projects, which I take great pride in posting.
Tools used: ASP.NET, C#, ASP.NET AJAX Control Toolkit, Javascript, CSS
Create/Edit New Foods
Grocery List
Eight 8-oz Glasses of Water
Edit Nutrition Goals
Filed under: Work | Tagged: diet, fitness, Work | Leave a Comment »
If you manage a start-up, and can’t afford to pay for software development tools, then these are for you. They are very popular in the open-source community. There is also plenty of help on these tools on the web to help you get started. I am currently using these for my projects as well, and [...]
Filed under: Open Source, Oracle, Source Control, Technology, Work | Tagged: .NET, Development, Open Source | Leave a Comment »