Search Results

3
votes
5answers
276 views

New Added Types in .NET Framework 2.0 Service Pack 1

I couldn't find the the newly added types documented anywhere; only the bug fixes are listed. Any ideas... …
3
votes
5answers
3k views

ASP.NET 2.0 Application on IIS 5 Resulting in Error (aspnet_wp.exe (PID: XXXX) stopped unexpectedly.)

After hosting an ASP.NET 2.0 web application on a windows 2000 server(IIS 5). I was unable to browse the web site. The following error message was displayed on the browser and three Event L …
3
votes
2answers
88 views

.NET Workflow Engine Suggestions ( currently considering stateless )

I came across stateless, a hierarchical state machine framework based on …
0
votes

New Added Types in .NET Framework 2.0 Service Pack 1

I never thought there was a newly added type in .NET 2.0 SP1 until I came across the following links …
0
votes

New Added Types in .NET Framework 2.0 Service Pack 1

Based on what D2VIANT referenced Full Article: http://www.hanselman.c …
4
votes

How do you bind an Enum to a DropDownList control in ASP.NET?

Use a Utility class to get a Dictionary from an Enum and then bind that to a bindable Control public static class Utilities { public static Dictionary<int, string …
1
vote

ASP.NET 2.0 Application on IIS 5 Resulting in Error (aspnet_wp.exe (PID: XXXX) stopped unexpectedly.)

I discovered that when the web site folder was copied to the server it inherited the security permissions of the parent folder which only had permission for the Administrator, Administrators & …