Timeline for Right command for deploy dll
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 9, 2019 at 4:47 | comment | added | adilahmed | when i try to check assembly i got below error Exception calling "Load" with "1" argument(s): "Could not load file or assembly ' Version=1.3.6.2, Culture=neutral, PublicKeyToken=xxxx' or one of its dependencies. The system cannot find the file specified." | |
| Jan 8, 2019 at 11:48 | comment | added | Damjan Tomic | No, you have to use the values of your dll. This value (PublicKeyToken=b03f5f7f11d50a3a) is the public key from System.EnterpriseServices dll. | |
| Jan 8, 2019 at 11:44 | comment | added | adilahmed | when i deploy can i use the same PublicKeyToken=b03f5f7f11d50a3a or use with which come with dll? | |
| Jan 8, 2019 at 10:41 | comment | added | Damjan Tomic | Please check my updated answer. | |
| Jan 8, 2019 at 10:41 | history | edited | Damjan Tomic | CC BY-SA 4.0 | additional explanation |
| Jan 8, 2019 at 10:00 | comment | added | adilahmed | Hi how to verify that DLL installed in server GAC folder by command or location? | |
| Jan 8, 2019 at 9:39 | history | answered | Damjan Tomic | CC BY-SA 4.0 |