I am trying to develop a user control to be used in a web app. According to the example I have, the classid param of the object tag is coded: dllname.dll@nam espacevalue.cla ssvalue.

I have created the user control and the Namespace is InkWeb, Class name is InkCtrl and project name is WebInk. The dll file that is created is named WebInk.dll, so the classid value I am using is: classid="WebInk .dll#InkWeb.Ink Ctrl" - which is...