报错:Absolute path information is required. (Parameter 'path')
连接字符串是:Data Source=host.docker.internal;Database=xxxxxx;User ID=sa;Password=xxxxxxxxxxx
host.docker.internal用在redis的连接字符串上是可以的
相关问题
- Docker task in Azure devops won't accept "$(pw
- Unable to run mariadb when mount volume
- Unspecified error (0x80004005) while running a Doc
- What would prevent code running in a Docker contai
- How to reload apache in php-apache docker containe
Assembly asm = Assembly.LoadFile("/" + assembleFileName);方法需要绝对路径加上"/" 就行了