Question Inheriting Forms Problem

Jay1b

Member
Joined
Dec 12, 2007
Messages
21
Programming Experience
5-10
Hi

I'm having problems inheriting a particular form. I can inherit frmWIT no problem, but when I try to inherit frmIssues I keep getting this error message.

"Cannot find 'file:///c:/issues'. Make sure the part or Internet address is correct"

I've taken over the project from a colleague and tidied up the code etc, somewhat and moved it across to another solution. All the code works perfectly though, so I dont believe this is the cause of the problem. I also dont believe there was any control or form called 'issues' beforehand as the forms were called Form1 and Form2 and the solution was called IssuesTest.

Could somebody enlighten me to why this could be happening please? Otherwise i'm going to have to edit the original form and have lots of 'IF mode = xxx THEN button1.Hide' type statements, which clearly I wish to avoid!

Thanks for any help you may be able to provide :)
 
Back
Top