我正在制作一个 synapse x custom ui,但我不断收到此错误
Posted
技术标签:
【中文标题】我正在制作一个 synapse x custom ui,但我不断收到此错误【英文标题】:I'm making a synapse x custom ui and I keep on getting this error 【发布时间】:2021-10-07 10:49:24 【问题描述】:System.MissingMethodException HResult=0x80131513 消息=方法 未找到:'无效 System.IO.Pipes.NamedPipeServerStream..ctor(System.String, System.IO.Pipes.PipeDirection,Int32, System.IO.Pipes.PipeTransmissionMode,System.IO.Pipes.PipeOptions, Int32,Int32,System.IO.Pipes.PipeSecurity)'。来源=sxlib StackTrace:在 sxlib.Specialized.SxLibBase..() 处 System.Threading.ThreadHelper.ThreadStart_Context(对象状态)在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext、ContextCallback 回调、对象状态) --- 来自先前位置的堆栈跟踪结束 --- 在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() 在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext、ContextCallback 回调、对象状态)在 System.Threading.ThreadHelper.ThreadStart()
从 sxlib 得到这个,我不知道为什么会这样,因为它看起来像 SxLib 的错误
代码如下:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using sxlib;
using sxlib.Specialized;
using sxlib.Internal;
using System.IO.Pipes;
namespace synsense
public partial class Form1 : Form
public bool Attached;
public bool Loaded;
public static string Direct = Directory.GetCurrentDirectory();
public Form1()
InitializeComponent();
Functions.Lib = SxLib.InitializeWinForms(this, Direct);
Functions.Lib.Load();
Functions.Lib.LoadEvent += SynLoadEvent;
private void SynLoadEvent(SxLibBase.SynLoadEvents Event, object Param)
status.Text = Event.ToString().ToLower();
【问题讨论】:
***.com/questions/59969943/… 可能会有所帮助。 【参考方案1】:修复
如果您遇到同样的问题,请更改为 .NET Framework 4.7.2。
您需要创建一个新项目并确保它是一个 .NET Framework Forms 应用程序。
【讨论】:
以上是关于我正在制作一个 synapse x custom ui,但我不断收到此错误的主要内容,如果未能解决你的问题,请参考以下文章
Azure Synapse Analytics监控行组跳转。
我正在尝试在 azure synapse 中创建链接服务(休息),但我没有授权