MyKeySoftMK

Results 9 issues of MyKeySoftMK

**FTP OS:** QNAP NAS **FTP Server:** ProFTPD **Computer OS:** Windows 10 / Visual Studio 2022 **FluentFTP Version:** 39.0.1 **Framework:** .NET6.0 Here my code to connect to our customer: _''' '''...

bug
proftpd-server

Hello, I am new on GoAccess. I need it for control my geoblocking with NPM. I have installed NPM like here https://www.reddit.com/r/nginxproxymanager/comments/sjf1hw/tutorial_nginx_proxy_manager_together_with_geoip2/ The log is ``` log_format proxy_geo escape=json '[$time_local]...

question
log/date/time format

Here my Docker-File: ``` #Source: https://github.com/odoo/docker/blob/master/17.0/Dockerfile FROM ubuntu:jammy ENV LANG C.UTF-8 WORKDIR /home/odoo/addons # Retrieve the target architecture to install the correct wkhtmltopdf package ARG TARGETARCH # Install dependencies RUN...

I have download your Git-Repo and want to rebuild your actual version of the EFDesigner In VS2022 (Community) the "Visual Studio Extention Development" is selected and installed. Then i have...

I have create a simple Database: Parent => Child and Parent

My code for update is following: ``` Using _DbContext As New FxCorePrints(DbOptionBuilder.Options) _DbContext.Entry(serverPrintGroup).CurrentValues.SetValues(PrintGroupEntity) _DbContext.Update(serverPrintGroup) _DbContext.SaveChanges() NLOGLOGGER.Debug("PrintGroup is successfull modiefied in database") End Using ``` But when i have a new...

question

I will create a M:M Join - but when i set the Multiplicity on both sides to "*" then i see the following error: `Fehler beim Aufrufen der Validierungsmethode "DependentsMustHaveIdentities"...

bug

I have made some changes on my model. But now i missing the ".Create,,,,Unsafe"-Method. Can you explain what i have done?

bug

I have specified my own LDAP Server by using the script 'setup.sh'. After that the message come up: You have specified the LDAP server 'ldap://xxx.domain.lan:7389', don't forget to remove the...

question