R
Rick
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;
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;