hi,
Without doing anything, im getting and error in:
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
telling me that Project.App.Dispose(bool): no method found to replace (CS0115)
what is that??? :( why is saying that?