To Drag & drop the AtomsFramework.dll from the extract directory to C:\Windows\Assembly shows in my case a Not allowed icon at the cursor position. Despite the fact that in most other subfolders under the C:\\Windows folder a allowed(+) icon is shown.
Question:
Why in this specific folde ..\Assembly it isn't allowed? And how to copy or place otherwise the AtomsFramework.dll under C:\Windows\Assembly in order to be able to use AtomsFramework within Visual Studio 2003?
Thanks for any help given,
Peter_NL
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
From the Atoms Framework Release Notes it is:
To Drag & drop the AtomsFramework.dll from the extract directory to C:\Windows\Assembly shows in my case a Not allowed icon at the cursor position. Despite the fact that in most other subfolders under the C:\\Windows folder a allowed(+) icon is shown.
Question:
Why in this specific folde ..\Assembly it isn't allowed? And how to copy or place otherwise the AtomsFramework.dll under C:\Windows\Assembly in order to be able to use AtomsFramework within Visual Studio 2003?
Thanks for any help given,
Peter_NL
You can't drop it in the folder via the tree view. You need 2 explorer windows open.
1. C:\Windows\Assembly (showing the list of assemblies in the GAC)
2. C:\path\to\AtomsFramework.dll
Then drag/drop from 2 into 1 (in the contents pane) and it should work.
Indeed that works! Great and thanks.
Peter_NL