Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Posted
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.

Posted
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.

Visit: VBSourceSeek - The VB.NET sourcecode library

 

 

"A mere friend will agree with you, but a real friend will argue."

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...