mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Upgraade solution to Visual Studio 2017
This commit is contained in:
@@ -98,7 +98,7 @@ namespace CUETools.CTDB
|
||||
this.QueryExceptionMessage = resp.StatusDescription;
|
||||
if (this.QueryResponseStatus == HttpStatusCode.OK)
|
||||
{
|
||||
// XmlSerializer serializer = new XmlSerializer(typeof(CTDBResponse));
|
||||
//XmlSerializer serializer = new XmlSerializer(typeof(CTDBResponse));
|
||||
XmlSerializer serializer = new Microsoft.Xml.Serialization.GeneratedAssembly.CTDBResponseSerializer();
|
||||
this.total = 0;
|
||||
using (Stream responseStream = resp.GetResponseStream())
|
||||
|
||||
Reference in New Issue
Block a user