I found that the rename operation is not able to rename the namespace reference in XAML my C# WPF projects.
This is my VA information VA_X.dll file version 10.4.1626.0 built 2008.01.17 Licensed to: VA X: [email protected] (1-user license) Support ends 2008.10.12 DevEnv.exe version 9.0.21022.8 msenv.dll version 9.0.21022.8 Font: Courier New 13(Pixels) Comctl32.dll version 6.0.2900.2982 Windows XP 5.1 Build 2600 Service Pack 2 2 processors
Platform: Win32 Stable Includes: C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\include; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\include; ; C:\\Program Files\\Microsoft SDKs\\Windows\\v6.0A\\include;
Other Includes:
Stable Source Directories: C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\mfc; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\mfcm; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\atl; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\crt\\src;
Assume I know nothing about WPF and XAML files, how do I reproduce this?
I have created a new default C# WPF application in VS2008, and I have the XAML file open. The code at the bottom half of the screen does not seem to be listing anything that looks like a namespace I will want to rename.
Go to Page.xaml.cs (or any file with the extension .xaml.cs), you will see the namespace there. Note that you have to expand .xaml file in order to get to the .cs file
feline, I am glad that you can reproduce the issue.
I am also new to this XAML stuff, but all I ask from VA is to be able to rename the namespaces ( and classes and methods, of course) properly so that I won't get a compilation error.