Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/vb.net/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Vb.net 是否可以在VB项目中使用Azure自定义Vision?_Vb.net_Microsoft Custom Vision - Fatal编程技术网

Vb.net 是否可以在VB项目中使用Azure自定义Vision?

Vb.net 是否可以在VB项目中使用Azure自定义Vision?,vb.net,microsoft-custom-vision,Vb.net,Microsoft Custom Vision,我试图在现有的VB.NET应用程序中包含CustomVision功能。当我尝试调用任何函数来创建项目或添加标记等时,我得到以下HttpRequestException: System.Net.Http.HttpRequestException: 'An error occurred while sending the request.' WebException: The underlying connection was closed: An unexpected error occurred

我试图在现有的VB.NET应用程序中包含CustomVision功能。当我尝试调用任何函数来创建项目或添加标记等时,我得到以下HttpRequestException:

System.Net.Http.HttpRequestException: 'An error occurred while sending the request.'
WebException: The underlying connection was closed: An unexpected error occurred on a send.
IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
SocketException: An existing connection was forcibly closed by the remote host
我已经能够使用C#中的测试项目成功连接,因此我知道我的密钥和端点是正确的。是否可以将自定义Vision与VB一起使用,或者只是不兼容