Search

You searched for the word(s): userid:823948

Matching Posts

  • Re: The type '<class>' exists in both '<dll location>' and '<dll location 2>'

    Thanks so much, tomtyf! The event handler been realy the key for me. I have a user control, that is very simple. It has a dropdown inside, and I provide SelectedIndexChanged event with the folowing way. public event EventHandler SelectedIndexChanged; protected void ddlLocation_SelectedIndexChanged( object sender, EventArgs e) { if (SelectedIndexChanged != null ) { SelectedIndexChanged(sender, e); } } I've started getting this 'The type '' exists in both '' and '''
    Posted to VS 2005 Web Application Projects (Forum) by er-v on 2/4/2009
Page 1 of 1 (1 items)