Questions tagged [tagprefix]

7 questions
6
votes
1 answer

correct use of tag prefix and tag name?

It looks like both TagPrefix and TagName are both required. I'm wondering what the correct usage of each element would be? The code I've got below doesn't look right, as I repeat the name of the control twice... <%@ Register…
Kye
  • 5,919
  • 10
  • 49
  • 84
3
votes
3 answers

Unrecognized tag prefix or device filter 'sc' (in VS2012)

I can't get Visual Studio 2012 to recognize the 'sc' tagPrefix. My web.config contains the usual line: But I keep getting the Unrecognized tag prefix or…
Ruud van Falier
  • 8,765
  • 5
  • 30
  • 59
0
votes
0 answers

Howto parse xml-tags with prefixes using jersey and jaxb

I'm trying to parse XML-data which has prefixes. I'm using Java: Jersey with Jaxb -librarys. How to do I tell Annanotation: @XmlRootElement-to, that my xml has prefixes? My root element is like . should my do Annotation…
epoc
  • 1
  • 1
0
votes
1 answer

How to call a TagPrefix/TagName .NET MVC user control from code to render a string

I have a user control that renders on .NET MVC pages using a TagPrefix / TagName registration. The attribute that calls it specifies to runat server, and specifies a couple of variable values that the user control's .ascx code uses as variables e.g.…
0
votes
1 answer

namespace of DNN's Language class

I am trying to configure internationalization for my DNN project. I have added two languages, and now I want to access DNN's Language control in order to make it visible on project's pages. I have found a snippet
0
votes
1 answer

web.config file references cannot be found in intellisense

I have referenced multiple user controls within the web.config file, because I was receiving an error in the individual pages and they are used in multiple pages, the code I wrote is as follows:
mattgcon
  • 4,768
  • 19
  • 69
  • 117
0
votes
1 answer

Sharepoint. Access denied on document librarry item

I faced to problem with sharepoint permissions. When I try to open document library item (.aspx) - Access denied. I created specific group with read perrmissions, included user on it and applyed it on doc lib, and doc lib item (.aspx). Doc lib is…