Reporter | Sebastian Henriksen (sebastian.henriksen@gmail.com) |
---|---|
Created | Nov 29, 2011 7:19:29 PM |
Updated | Jan 21, 2012 1:42:42 AM |
Resolved | Jan 21, 2012 1:42:33 AM |
Priority | Normal |
Type | Bug |
Fix versions | Next |
State | Duplicate |
Assignee | Slava Trenogin (derigel) |
Subsystem | Language - ASP.NET |
Affected versions | 6.1 |
Fixed in build | No Fixed in build |
<%@ Register TagPrefix="ctl" Namespace="abc.xyz.Controls" Assembly="abc.xyz" %> cannot detect Namespace - depending on where I mouse over I get either a "Ambiguous namespace" or a 'Cannot resolve symbol "xyz"' message. This is for an aspx page in the same assembly as the control namespace I am trying to import.