Questions tagged [page-directives]

24 questions
0
votes
2 answers

Which dll will aspx compiler use when a dll is referenced one but multiple versions exist in bin folder

I have an ASP.NET Web Application which has a reference to 'C:\references\Utils.Varia.dll'. There is another dll referenced which uses the signed version of this dll ('C:\references\Utils.Varia.Signed.dll'). Now in my aspx i have the following…
Peter
  • 14,221
  • 15
  • 70
  • 110
0
votes
0 answers

How to use page directive in jsp using netbeans

I am trying to run a .jsp project in Netbeans 7.1, here I have 2 .java file under default package like this - FriendzAvenue | ...Web Pages | | | +....META-INF | +....WEB-INF | .....Login.jsp | ...Source Packages | ...
cbsecommerce
  • 47
  • 1
  • 6
0
votes
0 answers

Page directive: can't have multiple occurrences of language error on tomcat 4

I get this error when i deploy my code on tomcat 4 However it is working fine on tomcat 7 I have removed all the language occurences from the JSP page but i still get this error. Please help!!
0
votes
1 answer

IE Conditional Statement No Longer Working In IE 11 via Developer Tools

For some reason the following conditional is not working when I choose IE8 in the Internet Explorer document node and/or user agent. This worked before. I am using Internet Explore 11 on Windows 8.1.