msbuild with msbee error

B

bill gates

I was trying to use msbee to build an old project. I don't want to upgrade
to dotnet2.0. Is there any way to get this to compile using DevStudio 2005
using dotnet1.1. ?


Build FAILED.
BCCOMStream.cs(11,18): error CS0618: Warning as Error:
'System.Runtime.InteropSe
rvices.UCOMIStream' is obsolete: 'Use
System.Runtime.InteropServices.ComTypes.IS
tream instead. http://go.microsoft.com/fwlink/?linkid=14202'
BCCOMStream.cs(53,17): error CS0618: Warning as Error:
'System.Runtime.InteropSe
rvices.STATSTG' is obsolete: 'Use
System.Runtime.InteropServices.ComTypes.STATST
G instead. http://go.microsoft.com/fwlink/?linkid=14202'
BCCOMStream.cs(88,17): error CS0618: Warning as Error:
'System.Runtime.InteropSe
rvices.UCOMIStream' is obsolete: 'Use
System.Runtime.InteropServices.ComTypes.IS
tream instead. http://go.microsoft.com/fwlink/?linkid=14202'
BCCOMStream.cs(94,17): error CS0618: Warning as Error:
'System.Runtime.InteropSe
rvices.UCOMIStream' is obsolete: 'Use
System.Runtime.InteropServices.ComTypes.IS
tream instead. http://go.microsoft.com/fwlink/?linkid=14202'
BCXmlValidator.cs(28,33): error CS0618: Warning as Error:
'System.Xml.Schema.Xml
SchemaCollection' is obsolete: 'Use System.Xml.Schema.XmlSchemaSet for
schema co
mpilation and validation. http://go.microsoft.com/fwlink/?linkid=14202'
BCXmlValidator.cs(31,33): error CS0618: Warning as Error:
'System.Xml.XmlValidat
ingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method
usin
g appropriate XmlReaderSettings instead.
http://go.microsoft.com/fwlink/?linkid=
14202'
BCCOMStream.cs(58,24): error CS0618: Warning as Error:
'System.Runtime.InteropSe
rvices.STATSTG' is obsolete: 'Use
System.Runtime.InteropServices.ComTypes.STATST
G instead. http://go.microsoft.com/fwlink/?linkid=14202'
BCSqlXmlBulkLoad.cs(173,9): error CS0618: Warning as Error:
'System.Threading.Th
read.ApartmentState' is obsolete: 'The ApartmentState property has been
deprecat
ed. Use GetApartmentState, SetApartmentState or TrySetApartmentState
instead.'
BCXmlValidator.cs(43,24): error CS0618: Warning as Error:
'System.Xml.Schema.Xml
SchemaCollection' is obsolete: 'Use System.Xml.Schema.XmlSchemaSet for
schema co
mpilation and validation. http://go.microsoft.com/fwlink/?linkid=14202'
BCXmlValidator.cs(85,29): error CS0618: Warning as Error:
'System.Xml.XmlValidat
ingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method
usin
g appropriate XmlReaderSettings instead.
http://go.microsoft.com/fwlink/?linkid=
14202'
0 Warning(s)
10 Error(s)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top