Where is the Visual Studio 2017 Winforms Designer cache?

前端 未结 1 1804
情书的邮戳
情书的邮戳 2020-12-11 13:10

I\'m getting some annoying errors from Visual Studio Designer when trying to open one of my forms (Could not load type x from assembly y, even though assembly y clearly cont

相关标签:
1条回答
  • 2020-12-11 13:30

    To clean windows forms designer project assemblies, you need to delete subforlders of ProjectAssemblies folder which is located in %userprofile%\appdata\local\Microsoft\VisualStudio\ under one of the folders depending to your visual studio version and edition.

    For example for me:

    %userprofile%\appdata\local\Microsoft\VisualStudio\15.0_a26f780e\ProjectAssemblies
    

    If you look in the folder, you see subfolders containing assemblies of your projects.

    0 讨论(0)
提交回复
热议问题