Jey's Corner.

Yet another Bug

· Technical Stuffs

Ha Hah. I found another bug with the Microsoft’s Product. I was creating a custom WPF User Control with VC# 2008 and Expression Blend 2 for my project. Nothing to complain about .NET Framework 3.5, one of the master pieces of Microsoft. The problem is with the tools. At Start, the user control is working fine. Whatever I did in the User Control XAML file, the changes are perfectly effected on the Main Window (where I placed that Control) after a Build. Suddenly the routine stopped as if there is no relation between XAML file and the control. I tried to build the project both in Blend as well as VS Workspace. No problem with the compilation or execution, only that control is not updated with new corrections. I was reviewing my code again and again for errors.

          After two days of frustration, I found a quick fix. Just deleted the files inside “bin” and “obj” folders (inside the project folder). I think the problem is with Application Manifest files but not sure. I am eager to find out the real problem. I will update this post if found. Please do let me know if you are aware.