I built a class library in VS.NET 2003 and try to deploy the project to run under .NET Framework 1.0. Everything works fine except the Microsoft.VisualBasic library -- the project somehow still trying to reference version 1.1 of this library, not the 1.0. Can anyone please ...
I have a question for anyone that can answer me I have a label caption that I want to show the & sign in eg: "Number " & "! " & "& " & "another number" where the & sign is supposed to show up. It shows an _