I recently installed SharpDevelop. To test it, I've created a Simple Windows Application using the wizzard and received the following errors when building the soulution:
The "AllowedRelatedFileExtensions" parameter is not supported by the "ResolveAssemblyReference" task. Verify the parameter exists on the task, and it is a settable public instance property. (MSB4064) - C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets:1323,10
The "ResolveAssemblyReference" task could not be initialized with its input parameters. (MSB4063) - C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets:1315,9
Is my Microsoft.Common.targets file incomplete or corrupt ?
After googleing I found a KB that said this issue is resolved in .Net 3.5 beta 2 but it was for VS2005 on Vista and I'm on XPPro. I also have VS2005 installed but I don't think that #D could be in conflict with it.
Thanks!