T
tbh
hi, hope this cross-post is OK. it's unclear to me whether this question
belongs more under vstudio or dotnet...
i'm using VS2005 pro and am one co-developer of a web solution that is
getting to be at least medium sized. (about 60k lines of C# in the solution
itself and perhaps another 20k lines in libraries we've developed.)
finding classes we've built can be challenging at times and in theory the
object browser should be my friend.
i don't seem to find classes in user controls, however. (if so, this is yet
another drawback of user controls -- along with limits on refactoring, "go
to definition" and others.) we use our own user controls extensively to
avoid re-building the whole solution during development (which alas happens
anytime even a harmless space is added to a .cs file under app_code.)
can anyone shed light on this? (i realize this might be a symptom of our
choice of work-around; maybe there are better approaches than using user
controls; we're open to suggestions there too.)
cheers,
Tim
belongs more under vstudio or dotnet...
i'm using VS2005 pro and am one co-developer of a web solution that is
getting to be at least medium sized. (about 60k lines of C# in the solution
itself and perhaps another 20k lines in libraries we've developed.)
finding classes we've built can be challenging at times and in theory the
object browser should be my friend.
i don't seem to find classes in user controls, however. (if so, this is yet
another drawback of user controls -- along with limits on refactoring, "go
to definition" and others.) we use our own user controls extensively to
avoid re-building the whole solution during development (which alas happens
anytime even a harmless space is added to a .cs file under app_code.)
can anyone shed light on this? (i realize this might be a symptom of our
choice of work-around; maybe there are better approaches than using user
controls; we're open to suggestions there too.)
cheers,
Tim