Compiler Error Message: BC30456: 'InitializeCulture' is not a member of 'ASP.xxxx_aspx'. Solution: Turn off the option to "Allow this precompiled site to be updateable" when publishing
Convert a FAT32 file system to NTFS
Go to All Programs (from Start), Accessories and Command Prompt. Type; convert C:/fs:ntfs in Command Prompt to convert your C Drive. You can do the same for D drive with: convert D:/fs:ntfs
Updating a dataset in Crystal Reports
To update a dataset in CR, without losing all the fields on the report do the following: Open the Field Explorer Expand Database Fields Right click the dataset and choose Set Datasource Location... Create New Connection ADO.NET Make New Connection Browse for updated XSD (Class Name and Use Dataset from Class not required). Click Finish... Continue Reading →