Gets error even if control doesn't exist

Trips

Well-known member
Joined
Aug 7, 2010
Messages
2,788
I had a custom control in my application and i had that in one form named "DstCircleRateUOMID" which i later renamed to "DstCircleRateUOM".
And there this error started coming:

Error<span style="white-space:pre 1<span style="white-space:pre
Files has invalid value "this.DstCircleRateUOMID.Name = "DstCircleRateUOMID";". Illegal characters in path.<span style="white-space:pre
UI
<br/>

Now i dont have control named "DstCircleRateUOMID" in my whole application but this error wont just go.
I dont know where this error is coming from, also when i double click on it it wont take me to code where this error is.
<br/>

I am using Visual Studio 2010 and its a windows application in c#.


View the full article
 
Back
Top