![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | VS/WPF crash on trying to add a WinFX Custom Control template to This message box pops up: --------------------------- Microsoft Visual Studio --------------------------- Error: this template attempted to load an untrusted component 'WinFxCustomControlTemplateWizard, Version=1.0.2105.28464, Culture=Neutral, PublicKeyToken=c12fb63fad4f4849'. For more information on this problem and how to enable this template, please see documentation on Customizing Project Templates. --------------------------- OK --------------------------- |
My System Specs![]() |
| | #2 (permalink) |
| | Re: VS/WPF crash on trying to add a WinFX Custom Control template to a project: You have to change Assembly Version in Microsoft Visual Studio 8\Common7\IDE\ItemTemplatesCache\CSharp\1033\WinFXCustomControl.zip\WinFXCustomControl.vstemplate to 1.0.2147.27675 and in ItemTemplates\CSharp\1033\WinFXCustomControl.zip "Michael Latta" <lattam@mac.com> schrieb im Newsbeitrag news:O0U7cJ0$FHA.2812@TK2MSFTNGP09.phx.gbl... > This is a known problem with the Nov CTP. No word from MS on any > workaround. > > Michael > > "Jason Dolinger" <jdolinger@lab49.com> wrote in message > news:ueCXxuz$FHA.532@TK2MSFTNGP15.phx.gbl... >> This message box pops up: >> >> >> --------------------------- >> Microsoft Visual Studio >> --------------------------- >> Error: this template attempted to load an untrusted component >> 'WinFxCustomControlTemplateWizard, Version=1.0.2105.28464, >> Culture=Neutral, PublicKeyToken=c12fb63fad4f4849'. For more information >> on this problem and how to enable this template, please see documentation >> on Customizing Project Templates. >> --------------------------- >> OK >> --------------------------- > > |
My System Specs![]() |
| | #3 (permalink) |
| | Re: VS/WPF crash on trying to add a WinFX Custom Control template to a project: How do I do this? Could MS/you provide an updated zip for our use? Michael "Daniel Danilin" <nesher.hh@web.de> wrote in message news:es9a$QHAGHA.2040@TK2MSFTNGP14.phx.gbl... > You have to change Assembly Version in Microsoft Visual Studio > 8\Common7\IDE\ItemTemplatesCache\CSharp\1033\WinFXCustomControl.zip\WinFXCustomControl.vstemplate > to 1.0.2147.27675 > and in ItemTemplates\CSharp\1033\WinFXCustomControl.zip > > "Michael Latta" <lattam@mac.com> schrieb im Newsbeitrag > news:O0U7cJ0$FHA.2812@TK2MSFTNGP09.phx.gbl... >> This is a known problem with the Nov CTP. No word from MS on any >> workaround. >> >> Michael >> >> "Jason Dolinger" <jdolinger@lab49.com> wrote in message >> news:ueCXxuz$FHA.532@TK2MSFTNGP15.phx.gbl... >>> This message box pops up: >>> >>> >>> --------------------------- >>> Microsoft Visual Studio >>> --------------------------- >>> Error: this template attempted to load an untrusted component >>> 'WinFxCustomControlTemplateWizard, Version=1.0.2105.28464, >>> Culture=Neutral, PublicKeyToken=c12fb63fad4f4849'. For more information >>> on this problem and how to enable this template, please see >>> documentation on Customizing Project Templates. >>> --------------------------- >>> OK >>> --------------------------- >> >> > > |
My System Specs![]() |
| | #4 (permalink) |
| | Re: VS/WPF crash on trying to add a WinFX Custom Control template to a project: Sorry about the breakage. The update is in December CTP release which is coming very soon. Here's how to fix the CustomControl item template in the November CTP today: 1. Open "%ProgramFiles%\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplates\CSharp\Windows (WinFX)\WinFXCustomControl.zip" 2. Find and update the line below in WinFXCustomControl.vstemplate with the new strong name and put it back into the zip file: <Assembly>WinFxCustomControlTemplateWizard, Version=1.0.2147.27675, Culture=Neutral, PublicKeyToken=c12fb63fad4f4849</Assembly> 3. Run update process in the background which refreshes the template cache and takes a few minutes: devenv.exe /installvstemplates "Michael Latta" <lattam@mac.com> wrote in message news:eWqcswMAGHA.312@TK2MSFTNGP09.phx.gbl... > How do I do this? Could MS/you provide an updated zip for our use? > > Michael > > "Daniel Danilin" <nesher.hh@web.de> wrote in message > news:es9a$QHAGHA.2040@TK2MSFTNGP14.phx.gbl... >> You have to change Assembly Version in Microsoft Visual Studio >> 8\Common7\IDE\ItemTemplatesCache\CSharp\1033\WinFXCustomControl.zip\WinFXCustomControl.vstemplate >> to 1.0.2147.27675 >> and in ItemTemplates\CSharp\1033\WinFXCustomControl.zip >> >> "Michael Latta" <lattam@mac.com> schrieb im Newsbeitrag >> news:O0U7cJ0$FHA.2812@TK2MSFTNGP09.phx.gbl... >>> This is a known problem with the Nov CTP. No word from MS on any >>> workaround. >>> >>> Michael >>> >>> "Jason Dolinger" <jdolinger@lab49.com> wrote in message >>> news:ueCXxuz$FHA.532@TK2MSFTNGP15.phx.gbl... >>>> This message box pops up: >>>> >>>> >>>> --------------------------- >>>> Microsoft Visual Studio >>>> --------------------------- >>>> Error: this template attempted to load an untrusted component >>>> 'WinFxCustomControlTemplateWizard, Version=1.0.2105.28464, >>>> Culture=Neutral, PublicKeyToken=c12fb63fad4f4849'. For more >>>> information on this problem and how to enable this template, please see >>>> documentation on Customizing Project Templates. >>>> --------------------------- >>>> OK >>>> --------------------------- >>> >>> >> >> > > |
My System Specs![]() |