Prev: Serialization/LINQ
Next: Are these two more or less the same thing MemoryStream and BufferedStream
From: Rick on 19 Mar 2010 20:06 I get an error when use Microsoft.VisualBasic.CompilerServices: Compiler Error Message: CS0234: The type or namespace name 'CompilerServices' does not exist in the namespace 'Microsoft.VisualBasic' (are you missing an assembly reference?) using Microsoft.VisualBasic.CompilerServices; using System; using System.Collections; using System.ComponentModel; using System.Diagnostics;
From: Mr. Arnold on 19 Mar 2010 20:12 Rick wrote: > I get an error when use Microsoft.VisualBasic.CompilerServices: > Compiler Error Message: CS0234: The type or namespace name > 'CompilerServices' does not exist in the namespace 'Microsoft.VisualBasic' > (are you missing an assembly reference?) > > > using Microsoft.VisualBasic.CompilerServices; > using System; > using System.Collections; > using System.ComponentModel; > using System.Diagnostics; Sometimes you have to delete the reference out of the project and put it back to fix it.
From: Arne Vajhøj on 19 Mar 2010 21:08 On 19-03-2010 20:06, Rick wrote: > I get an error when use Microsoft.VisualBasic.CompilerServices: > Compiler Error Message: CS0234: The type or namespace name > 'CompilerServices' does not exist in the namespace 'Microsoft.VisualBasic' > (are you missing an assembly reference?) > > using Microsoft.VisualBasic.CompilerServices; > using System; > using System.Collections; > using System.ComponentModel; > using System.Diagnostics; Do you have a ref to Microsoft.VisualBasic.dll ? Arne
From: Rick on 22 Mar 2010 15:44 Arne, Thanks, I was missing the reference. "Arne Vajhøj" wrote: > On 19-03-2010 20:06, Rick wrote: > > I get an error when use Microsoft.VisualBasic.CompilerServices: > > Compiler Error Message: CS0234: The type or namespace name > > 'CompilerServices' does not exist in the namespace 'Microsoft.VisualBasic' > > (are you missing an assembly reference?) > > > > using Microsoft.VisualBasic.CompilerServices; > > using System; > > using System.Collections; > > using System.ComponentModel; > > using System.Diagnostics; > > > Do you have a ref to Microsoft.VisualBasic.dll ? > > Arne > . >
|
Pages: 1 Prev: Serialization/LINQ Next: Are these two more or less the same thing MemoryStream and BufferedStream |