J
Justin Lazanowski
I have been handed a program that someone else wrote to preform simple
maintenance on. I had a request to fix a minor bug, so I checked the program
out of Source Safe and attempted to just build it.
When I do, I get a build error
Could not find type 'MyProject.MyControl'. Please make sure that the
assembly that contains this type is referenced. If this type is a part of
your development project, make sure that the project has been successfully
built.
The previous programmer had created a user control that is refrenenced all
over this program, it is part of the same namespace.
My thought is that it needs to be complied before the rest of the pages in
the program and that is not happening.
Anyone got a quick way to fix this?
Thanks,
Justin
maintenance on. I had a request to fix a minor bug, so I checked the program
out of Source Safe and attempted to just build it.
When I do, I get a build error
Could not find type 'MyProject.MyControl'. Please make sure that the
assembly that contains this type is referenced. If this type is a part of
your development project, make sure that the project has been successfully
built.
The previous programmer had created a user control that is refrenenced all
over this program, it is part of the same namespace.
My thought is that it needs to be complied before the rest of the pages in
the program and that is not happening.
Anyone got a quick way to fix this?
Thanks,
Justin