We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873939f commit 5c3f98cCopy full SHA for 5c3f98c
CadAddinManager/Model/AssemLoader.cs
@@ -68,7 +68,7 @@ public void UnhookAssemblyResolve()
68
69
public Assembly LoadAddinsToTempFolder(string originalFilePath, bool parsingOnly)
70
{
71
- if (string.IsNullOrEmpty(originalFilePath) || originalFilePath.StartsWith("\\") ||
+ if (string.IsNullOrEmpty(originalFilePath)||
72
!File.Exists(originalFilePath))
73
74
return null;
0 commit comments