diff --git a/Scintilla.NET/Scintilla.NET.csproj b/Scintilla.NET/Scintilla.NET.csproj
index e0045e6..261e40d 100644
--- a/Scintilla.NET/Scintilla.NET.csproj
+++ b/Scintilla.NET/Scintilla.NET.csproj
@@ -8,7 +8,7 @@
en-US
Source Editing Component based on Scintilla 5 series.
Copyright (c) 2018, Jacob Slusser. All rights reserved. VPKSoft, cyber960 2022, desjarlais 2023.
- 5.3.3.0
+ 5.3.3.1
true
bin\$(Configuration)\ScintillaNET.xml
true
diff --git a/Shared/Scintilla.cs b/Shared/Scintilla.cs
index 29f7998..1436865 100644
--- a/Shared/Scintilla.cs
+++ b/Shared/Scintilla.cs
@@ -80,7 +80,7 @@ private static string LocateNativeDllDirectory()
else
{
// if .NET in design mode
- basePath = Path.GetFullPath(Path.Combine(managedLocation, "..", "..", "build", platform));
+ // basePath = Path.GetFullPath(Path.Combine(managedLocation, "..", "..", "build", platform));
if (Directory.Exists(basePath))
{
return basePath;