A colleague of mine ran I ran into a bug in MOSS today with the DVWP. i.e. It treates numeric fields as text for sorting (when sorting on column headers is enabled), hence if you sorted in ascending order on the column, the values would be like 1, 10, 11, 2, 3 etc. This happens even though the field is formatted as a number and even when the type is set to x:float. on the sort column. tags: SharePoint, DVWP, Bug, Sorting, Numeric, MOSS 2007 Cross-posted from tariqayad.com ......
A colleague of mine had a problem today where she connected to RSWebParts on MOSS 2007 and SharePoint gave her a security exception. The solution was to make an exception for the RSWebparts assembly in WSS_MinimalTrust.config. The problem with that approach is that you do know the PublicKeyBlob of the RSWebParts to make the exception. How you go about finding a the PublicKeyBlob is to open up the assembly in ildasm. Check the assemblies manfiest, and there will be the PublicKeyBlob in there. tags: ......
So I spent my first day at my new employer's and I am not as impressed as I innitially thought I would be. Spent most of the day setting up or trying to setup MOSS 2007 Beta 2. Ran in to a couple of issues innitially. First there was the issue of a concurrency problem when configuring MOSS. At stage 8 in the configuration process, the Configuration wizard it gave me the following error. An exception of type Microsoft.SharePoint.Admini... was thrown. Additional exception ......