Click here to Skip to main content
15,895,084 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Could not load file or assembly 'MySql.Data, Version=5.2.3.0, Culture=neutral, PublicKeyToken Pin
mark_me17-Sep-09 12:55
mark_me17-Sep-09 12:55 
QuestionConfiguration and Trust levels Pin
mbangh15-Sep-09 12:12
mbangh15-Sep-09 12:12 
AnswerRe: Configuration and Trust levels Pin
egenis15-Sep-09 20:01
egenis15-Sep-09 20:01 
GeneralRe: Configuration and Trust levels Pin
mbangh16-Sep-09 5:58
mbangh16-Sep-09 5:58 
GeneralRe: Configuration and Trust levels Pin
egenis16-Sep-09 18:04
egenis16-Sep-09 18:04 
QuestionSilverlight error when not using silverlight -edit resolved. Pin
thrakazog15-Sep-09 11:22
thrakazog15-Sep-09 11:22 
AnswerRe: Silverlight error when not using silverlight Pin
Christian Graus15-Sep-09 11:27
protectorChristian Graus15-Sep-09 11:27 
GeneralRe: Silverlight error when not using silverlight Pin
thrakazog15-Sep-09 11:45
thrakazog15-Sep-09 11:45 
I've gutted the everything from the web.config at this point. The server already hosts a couple Silverlight pages so if I was trying to use Silverlight it should have all the files it needs. But at this point I'm basically down to a "hello world" page and the error remains.

When I look at the Compilation Source for the error it contains:
Line 43:       
Line 44:       #line 18 "D:\PPL\PPLTest.aspx"
Line 45:       using System.Web.UI.SilverlightControls;
Line 46:  

This using statement line just doesn't exist in any of the code I wrote. The server seems to be creating it out of thin air and then complaining about it.


web.config
<?xml version="1.0"?>
<!-- 
    Note: As an alternative to hand editing this file you can use the 
    web admin tool to configure settings for your application. Use
    the Website->Asp.Net Configuration option in Visual Studio.
    A full list of settings and comments can be found in 
    machine.config.comments usually located in 
    \Windows\Microsoft.Net\Framework\v2.x\Config 
-->
<configuration>
	<appSettings/>
	<connectionStrings/>
	<system.web>
		<!-- 
            Set compilation debug="true" to insert debugging 
            symbols into the compiled page. Because this 
            affects performance, set this value to true only 
            during development.
        -->
		<compilation debug="true">
		</compilation>
		<!--
            The <authentication> section enables configuration 
            of the security authentication mode used by 
            ASP.NET to identify an incoming user. 
        -->
		<authentication mode="Windows"/>
		<!--
            The <customErrors> section enables configuration 
            of what to do if/when an unhandled error occurs 
            during the execution of a request. Specifically, 
            it enables developers to configure html error pages 
            to be displayed in place of a error stack trace.

        <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
            <error statusCode="403" redirect="NoAccess.htm" />
            <error statusCode="404" redirect="FileNotFound.htm" />
        </customErrors>
        -->
	</system.web>
</configuration>

GeneralRe: Silverlight error when not using silverlight Pin
Christian Graus15-Sep-09 11:52
protectorChristian Graus15-Sep-09 11:52 
Questioncalende option disappeare after deploying my code in server Pin
amitamit09915-Sep-09 9:23
amitamit09915-Sep-09 9:23 
AnswerRe: calende option disappeare after deploying my code in server Pin
Abhishek Sur15-Sep-09 9:51
professionalAbhishek Sur15-Sep-09 9:51 
QuestionRegarding opening a database through c# Pin
dayakar_dn15-Sep-09 9:20
dayakar_dn15-Sep-09 9:20 
AnswerRe: Regarding opening a database through c# Pin
Abhishek Sur15-Sep-09 9:47
professionalAbhishek Sur15-Sep-09 9:47 
QuestionDynamically creating pie chart by taking data from a database. Pin
coolsharath15-Sep-09 7:55
coolsharath15-Sep-09 7:55 
AnswerRe: Dynamically creating pie chart by taking data from a database. Pin
Abhishek Sur15-Sep-09 8:08
professionalAbhishek Sur15-Sep-09 8:08 
GeneralRe: Dynamically creating pie chart by taking data from a database. Pin
coolsharath15-Sep-09 8:45
coolsharath15-Sep-09 8:45 
AnswerRe: Dynamically creating pie chart by taking data from a database. Pin
Abhishek Sur15-Sep-09 9:14
professionalAbhishek Sur15-Sep-09 9:14 
GeneralRe: Dynamically creating pie chart by taking data from a database. Pin
coolsharath15-Sep-09 9:28
coolsharath15-Sep-09 9:28 
AnswerRe: Dynamically creating pie chart by taking data from a database. Pin
Abhishek Sur15-Sep-09 9:40
professionalAbhishek Sur15-Sep-09 9:40 
QuestionASP.NET(i want to access website2 in Website1) Pin
krishna2615-Sep-09 5:25
krishna2615-Sep-09 5:25 
AnswerRe: ASP.NET(i want to access website2 in Website1) Pin
Abhishek Sur15-Sep-09 6:38
professionalAbhishek Sur15-Sep-09 6:38 
QuestionGoogle analytics - ga.js? Pin
nowrocktheworld15-Sep-09 3:31
nowrocktheworld15-Sep-09 3:31 
AnswerRe: Google analytics - ga.js? Pin
Parwej Ahamad15-Sep-09 4:11
professionalParwej Ahamad15-Sep-09 4:11 
GeneralRe: Google analytics - ga.js? Pin
nowrocktheworld15-Sep-09 4:56
nowrocktheworld15-Sep-09 4:56 
GeneralRe: Google analytics - ga.js? Pin
Christian Graus15-Sep-09 10:13
protectorChristian Graus15-Sep-09 10:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.