utPLSQL / utPLSQL-PLSQL-Developer

utPLSQL Plugin for PL/SQL Developer
Apache License 2.0
22 stars 10 forks source link

Use plugin utPLSQL into PL/SQL Developer 14 #30

Open nedim51 opened 2 months ago

nedim51 commented 2 months ago

Hello, i use your plugin for my work and find it very useful. I need to upgrade and add feature which lets search by tags. And i added necessary function into utPLSQL-PLSQL-Developer and here utPLSQL-dotnet-api then i compiled the program with dependencies that were pointed in repository. image (project .NET version 4.8)

While compiling there were no errors. I use PL/SQL Developer 14 x64 and build plugin for x64 machine. After build i put in plugin into folder "PLSQL Developer 14\PlugIns\". After launching PL/SQL Developer doesn't recognize plugin in "Plugins".

Can you tell what kind of version of libraries you used while compiling?

P.S. During compilation of release version of basic code developer also doesn't recognize plugin.

Thanks :)

simasch commented 2 months ago

Can you please check the log files or the event viewer to see if there are errors? And if yes post them here?

nedim51 commented 2 months ago

Do I understand correctly that I first need to enable debug mode and then I will see the log file in “User\AppData\Roaming\PLSQL Developer 14\Debug.txt”?

image

simasch commented 2 months ago

Yes. I would also say that there should be something in the Windows Event Viewer und Application

nedim51 commented 2 months ago

I did it in PL/SQL Developer Debug.txt

image

nedim51 commented 2 months ago

Yes. I would also say that there should be something in the Windows Event Viewer und Application

I'll look out the Windows Event Viewer the same way

nedim51 commented 2 months ago

I looked at the events in Windows Event Viewer and could not find the PL/SQL Developer application in the list. I think the problem lies in the versions of the links when building the plugin in Microsoft Visual Studio