“Cannot Find DependencyProperty or PropertyInfo for Property named ‘Effect’” error during xWeb3 Setup
During the installation of Expression Web 3, you may encounter the following error:
Exception has been thrown by the target of an invocation.Cannot find DependencyProperty or PropertyInfo for property named ‘Effect’. Property names are case sensitive. Error at object ‘LayoutRoot’ in markup file ‘XSetupUI;component/initializationwindow.xaml’.
Clicking the OK button takes you out of the installation and there you are – no Expression Web 3 installed on the machine and you feeling pretty frustrated. What does that error even mean anyway?
In a nutshell, that error means you have a bad install of the .NET Framework 3.5 SP1 on the machine, which is required for both the setup of Expression Web 3 and the program itself to run. To resolve it, do the following:
If you are running Windows XP or Windows Vista:
1. Click START > Control Panel > Programs and Features
2. Locate “Microsoft .NET Framework 3.5 SP1” in the list. Right click it and left click on “Uninstall”. This should uninstall the Framework.
3. Please reinstall the .NET Framework 3.5 SP1 – you can download and install it from the Microsoft .NET Framework 3.5 SP1 Download Page
4. Once the reinstall of the .NET Framework 3.5 SP1 is finished, try installing Expression Web 3 again.
If you are running Windows 7:
1. Click START > Control Panel and on the left, click “Turn Windows Features on or off” and when the “Windows Features” menu comes up, uncheck the main box for Microsoft .NET Framework 3.5.1 and then click OK. It will take a few moments to make the changes.
2. Then go back to “Turn Windows Features on or off” and when the “Windows Features” menu comes up, select the main box for Microsoft .NET Framework 3.5.1. It will not have a check – it should have a filled in box - and then click OK. It will take a few moments to make the changes. Afterward, try installing Expression Web 3 again.
Comments
Anonymous
January 06, 2010
watch 90210 episodeAnonymous
February 17, 2010
Developing and supporting WPF apps I have recently run into this error as well trying to launch a WPF application on a Vista enterprise machine. I cannot duplicate the error myself but I have a client with the issue. While I have recommended reinstalling the framework as this blog suggests I was wondering if I might be able to get some details from you on the root cause of this error. Like above, the app throws this error and then the application process disappears.Anonymous
July 28, 2011
How does this effect XPe? I have tried to install the full version of .NET 3.5 (no internet on this m/c) and this is displayed as .NET 3.0 SP1 in the registry, is this correct? I get this Cannot Find DependencyProperty error with certain tags like Effect and Uid when I run my WPF application, but only on XPe.