A customer in the newsgroup kindly reported a bug when trying to build an existing configuration using ASP .NET 1.1, after they had upgraded their database to Feature Pack 2007. The error is not immediately obvious- this is what is seen when running a dependency check:
Info 106: Adding component: ".NET Framework 2.0 [Version 5.1.2600.3333, R3333]", origin: "ASP.NET 1.1 [Version 5.1.2600.3333, R3333]"
Error 1109: Component: ".NET Framework 2.0 [Version 5.1.2600.3333, R3333]" conflicts with other enabled components in the configuration (NOTE: this error is expected if both .NET 1.1 and .NET 2.0 are present in a configuration).So, this log indicates that ASP .NET 1.1 has a dependency on .NET Framework 2.0 in FP2007 (previously this component had a dependency on .NET 1.1). This dependency is in error and was caused by one of the security updates for ASP .NET 1.1 that got rolled into FP2007 (a bug has been filed on this issue). In the meantime, here is a workaround that you can implement at present if you are needing ASP 1.1 in your image.
- Lynda