Problem with Inherited user control

V

vitgi

Hi,
I created a base user control and then I crated others user controls
inheretited from the base one.
Any times I modifying my base user control (it's enough add a
variable!) I have same errors in the user controls Inherited, seem this
controls lose same declarations of variables or methods: but this is
not true! The declarations are good. To solve the problem I need to
regenerete the solution.
Any idea about this strange things?!
Thanks
 
C

Cesar Ronchese

You qualified the base classe version in the AssemblyInfo file? The default
in VS 2003 is 1.0.*.*, so try to write 1.0.0.0 and see if it works.
Not tested for your problem, it just a idea, once I never got this error
because I always use the qualified version.

[]s
Cesar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top