powershell - Can Add-Type -AssemblyName be made to respect AssemblyFolders or AssemblyFoldersEx -


you can make non-gaced references show in visual studio add reference dialog putting assembly paths in 1 of following registry entries:

[hklm|hklu\software\microsoft\.netframework\<version>\assemblyfoldersex\ [hklm|hklu\software\microsoft\.netframework\assemblyfolders\ 

the second version not work in vs.2010 , seems deprecated. there way add-type respect list?

as far can tell cannot done. such opened feature request on connect allow in cases.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -