mookie Posted February 24, 2005 Posted February 24, 2005 im getting an error that tells me that the control 'rLogikText' is ambiguous in the namespace 'rLogikText.Windows.Forms.Edit'. this comes up 20 minutes after i put the control into the form and continue coding. Im not sure what it is that im doing wrong. Quote
mookie Posted February 24, 2005 Author Posted February 24, 2005 You have 2 objects with that name. actually, I didnt have them in the .vb file. when i looked at the form in design mode, the editor would be blank. but when i build it and tell it to ignore errors, the control still appeared. Quote
stustarz Posted February 25, 2005 Posted February 25, 2005 but when i build it and tell it to ignore errors, the control still appeared. When building an application, if you ignore the build errors it will not rebuild based on the current code you have, it will use the .exe or .dll it created on the last successful build. An ambiguous error is telling you that somewhere within the namespace there are two or more objects with the same name, so you wont be able to build your application until that is fixed. Quote Visit: VBSourceSeek - The VB.NET sourcecode library "A mere friend will agree with you, but a real friend will argue."
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.