We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b758f5a commit fe6b956Copy full SHA for fe6b956
src/DynamoRevit/DynamoRevitApp.cs
@@ -410,9 +410,9 @@ private static Boolean IsRevitInternalAddin(UIControlledApplication application)
410
411
private bool TryResolveDynamoCore(UIControlledApplication application)
412
{
413
-
+ MessageBox.Show("debug");
414
415
- if(IsRevitInternalAddin(application))
+ if (IsRevitInternalAddin(application))
416
417
dynamopath = Path.GetDirectoryName(Path.GetDirectoryName(assemblyName));
418
}
0 commit comments