I have successfully installed MS WebControls 1.0 on my .NET server. When I open a Asp.Net Web Application (Visual Basic Project) on my workstation, I do not find those controls (tabstrip, toolbar, treeview, multipage) in the toolbox.

When I manually add e.g. the tabstrip control by writing the html code, the following error message occurs: "this control cannot be displayed because its TagPrefix is not registered in this Web Form"

In "Tools - Customize Toolbox - .NET framework components" those controls are also not available. Did I miss an installation step? Could the problem be, that I installed the WebControls on the server, but .NET environment on my workstation is not informed about the new controls?

thanks for any suggestion.

Danny