running gacutil.exe /i ProjectX.Core.dll , I received the message: Assembly sucessfully added to te cache , but I do not see this assembly in the c:\windows\assembly folder.
gacutil.exe /i ProjectX.Core.dll
Assembly sucessfully added to te cache
c:\windows\assembly
What could be the problem?
What assembly folder are you looking for? In .NET 4, there are now two potential locations: \Windows\assembly and \Windows\Microsoft.NET\assembly (with all subdirectories below them). A.
assembly
\Windows\assembly
\Windows\Microsoft.NET\assembly
Source: https://habr.com/ru/post/1311053/More articles:The mocking command object in the grails controller causes hasErrors () to return false no matter what! Please help - commandUse foreign key mapping to get data from another table using Python and SQLAlchemy - pythonHow to check dates do not overlap in a table using TSQL - tsqlRegarding ORA 21000 - databaseC ++ Euler-Problem 14 Freezing Program - c ++On which host do I need to bind a listening socket? - pythonInsert data into multiple tables via sql view - sqlHow to organize work in a team on mysql databases? - databaseGet client ip using python - pythondependency care in your functions - rAll Articles