Runtime error Server Error in '/' Application. in myspace log-in =(

Hi i'm having the same problem as other posts here =(
i went to login to my myspace and i get this message:
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
</configuration>
----and i dont know what to do.
Can anyone help me please coz this suxxxxxxxxxx =(
thanks for any help and replies @};-

emooooooo
dude!!!!!!!!!!
you rockkkkkkkkkkkk!
the myspace login problem iz fixed! =)
thanx man!
@};-

Similar Messages

  • Sharepoint 2013 runtime error: Server Error in '/' Application.

    Morning Ladies and Gentlemen,
    I am an Intern in a mining company that decided to use sharepoint as their intranet system. Everything was going fine upto yesterday. I don't know if this might be the source of the problem, but after my boss asked for the IP Address for PING. After that,
    I first got an error 404. Then a decision was made to restart the Server (Server is on Amazon, and we access it remotely).
    I'm getting the following error:
    Server Error in '/' Application.
    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however,
    be viewed by browsers running on the local server machine.           
    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application.
    This <customErrors> tag should then have its "mode" attribute set to "Off".
    <!-- Web.Config Configuration File -->
    <configuration>
    <system.web>
    <customErrors mode="Off"/>
    </system.web>
    </configuration>
    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
    <!-- Web.Config Configuration File -->
    <configuration>
    <system.web>
    <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
    </configuration>

    Hi Avinash
    Thanks for your quick reply.
    I have tried the steps you described and now I'm getting an Error 500.
    But I cannot see anywhere into the web.config filr the tag "trace".
    My project manager told me that the problem wasn't into the web.config file but the problem has to do with the server being out of the domain. Now the server is back into the domain and I can't really connect my Sharepoint to the FARM.
    I'm so confused but I'm still convinced the problem is in the web.config. Is there any onther technic I can use to fix this problem?
    Thanks again for your help

  • Sharepoint FBA web application error: Server Error in '/' Application. when login to the web application

    Hello Team,
    I have configured FBA in SharePoint 2010. After the FBA i can get the SQL users using people picker and added users as a site collection admin.
    When i tried to access the site, it shows login page and i have given user name and password then pressed signin button, it's try to redirect the another page and showing below error,
    Server Error in '/' Application.
    Runtime Error 
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed. 
    Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application.
    This <customErrors> tag should then have its "mode" attribute set to "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off".
    <!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly"/>
        </system.web>
    </configuration>
    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
    <!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="On" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>
    "An exception occurred when trying to issue security token: The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+msbin1). If using a custom encoder, be sure that the IsContentTypeSupported
    method is implemented properly. The first 1024 bytes of the response were: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    <html xmlns="http://www.w3.org/1999/xhtml"> 
    <head> 
    <title>IIS 7.5 Detailed Error - 500.19 - Internal Server Error</title> 
    <style type="text/css"> 
    <!-- 
    body{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;background:#CBE1EF;} 
    code{margin:0;color:#006600;font-size:1.1em;font-weight:bold;} 
    .config_source code{font-size:.8em;color:#000000;} 
    pre{margin:0;font-size:1.4em;word-wrap:break-word;} 
    ul,ol{margin:10px 0 10px 40px;} 
    ul.first,ol.first{margin-top:5px;} 
    fieldset{padding:0 15px 10px 15px;} 
    .summary-container fieldset{padding-bottom:5px;margin-top:4px;} 
    legend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0 -12px;} 
    legend{color:#333333;padding:4px 15px 4px 10px;margin:4px 0 8px -12px;_margin-top:0px; 
     border-top:1px solid #EDEDED;border-left:1px solid #EDEDED;border-right:1px solid #969696; 
     border-bottom:1px solid #969696;background:#E7ECF0;font-weight:bold;'..
    I checked sharepoint logs and didn't see any log. but i can see below error logged in  Event viewer application logs,
    I tried changing all customErrors mode and still same error.
    Kindly help me on this, how to resolve the issue.
    Thanks in advance.
    JP

    Hi,
    According to your description, my understanding is that the error occurred when you accessed SharePoint site through form based authentication.
    How did you configure the form based authentication?
    Here is a link about the steps required to configure FBA in SharePoint 2010 for your reference, and check the steps to see if there anything wrong in your configuration:
    http://www.codeproject.com/Articles/352841/How-to-Configure-Form-Based-Authentication-FBA-in
    Through the common error message, we cannot find what exactly caused the error.
    Here is a similar thread for you to take a look:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/120ab535-63d2-4205-a51f-1987e9c0cf79/sharepoint-fba-the-content-type-texthtml-charsetutf8-of-the-response-message-does-not-match-the?forum=sharepointgeneralprevious
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Error while trying to restore ipad from icloud backup "Connection Error - server error apple id couldnt be created"

    after updating to ios 6.1.2 ipad2 ended up in restore mode, i have restored it and now i need this morning's the backup that's only on icloud
    but after i login (succesfully) and acept terms & condition popups an error "Connection Error - server error: apple id couldnt be created" or "impossible to login there has been a problem while connecting with server" when it should start setting up the ipad.
    any clues on whats going on? i really need this backup.  what can i do? there is any other way to restore using the icloud backup from somewhere else?
    thanks

    https://discussions.apple.com/message/19556552#19556552
    Level 1 (0 points)
    brandonfromhenderson 
    This solved my questionRe: Apple ID couldn't be created because of a server error when i try to restore from a backup 13-sep-2012 9:49 (in response to brandonfromhenderson)
    Found the solution! Go To Appleid.apple.com and set your birthday and other questons..

  • CR 2008 Report Printing,hit error "Server Error in '/CRReport' Application"

    Hi
    We encountered Error Message when trying to print Crystal Report 2008 via Windows Internet Explorer.
    "Server Error in '/CRReports' Application."
    Failed to Open Report
    Description:
    An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error & where it originated in the code.
    Exception Details:
    "System.Runtime.interopService.COMException: Failed to open report."
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    I really appreciate your feedback.
    Jenny Heng

    Make sure you're using the latest SP:
    https://smpdl.sap-ag.de/~sapidp/012002523100009038092009E/cr2008win_sp2.exe
    Consider adding latest FP also:
    https://smpdl.sap-ag.de/~sapidp/012002523100001024152010E/cr2008_fp24.zip
    Make sure you are disposing of the report object once you are done with it and before you re-run it with new parameters (.close, .dispose).
    Test without the combo box. Let the report prompt. Can you reproduce the behavior now? If not, try to supply the parameter values via a text box. Can you reproduce the issue now? E.g.; is it the combo box that is the issue, or the report?
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Tried the FAQ help still getting a runtime error, server error with a certain website

    I've tried repeatedly going to the forums at texags.com as I have in the past but keep getting the following message-
    Server Error in '/' Application.
    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
    Details: To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
    <pre><nowiki><!-- Web.Config Configuration File -->
    <configuration>
    <system.web>
    <customErrors mode="Off"/>
    </system.web>
    </configuration></nowiki></pre>
    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's &lt;customErrors&gt; configuration tag to point to a custom error page URL.
    <pre><nowiki>
    <!-- Web.Config Configuration File -->
    <configuration>
    <system.web>
    <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
    </configuration></nowiki></pre>
    Other people on the forum use firefox without problems and I have done so in the past. I'm trying to switch back from Chrome but this is a huge block for me. I have checked for updates and cleared the history and cache as suggested in the FAQs. ANy advice?

    Is it possible that a setting or extension or external software is blocking some data that the site expects? You might check the cookie settings per this article:
    [[Websites say cookies are blocked - Unblock them]]

  • When trying to login dashboard its giving error Server Error[1003]:Invalid

    Hi There
    I am trying to run dashboard and query which is in interactive reporting.
    Once after giving user name and password i getting this error message.
    Server Error[1003]:Invalid single sign on username or password Faild to acquire access to database.
    SQL API: [SQL ConnectW],SQL RETURN:[-1],SQL STATE:[HY00],SQL NATIVE ERROR:[7676],SQL MESSAGE:[[DataDirect][ODBC DB2 Wire Protocol driver]User/password invalid.]
    If any once came through this please let me know the solution.
    Thanks
    Harsha.
    Edited by: user603943 on Sep 8, 2009 9:03 AM

    Hi there,
    You should move that to the infrastructure forum.
    However, I believe that the message is related with the ASP.Net and IIS... have you completed correctly the configuration of the web? Additionally, are you able to login via Workbench?
    Regards,
    Thanos
    One Truth about...: ...HFM Application Copy Utility

  • Printer Error server-error-service-unavailable

    Im currently getting the errpr msg server-error-service-unavailable when im trying to connect to a printer. I have found out how to over come this problem by resetting the printer.
    Reset Printing System feature, follow these steps:
    In the Finder, choose Utilities from the Go menu.
    Open Printer Setup Utility.
    From the Printer Setup Utility menu, choose Reset Printing System.
    Click Reset.
    My problem now is when i reboot or shut down my machine ect, and then want to print some thing out all the printers are lost again. I then have to reset them as well as adding them again due to the same error coming back. Does any one have an idea why the printers would keep going because of a reboot or shut down? I have the latest drivers installed for the printers in use as well as the latest OS.
    G4   Mac OS X (10.4.5)  

    http://docs.info.apple.com/article.html?artnum=107054

  • Why does opening some links in Firefox causes a "Server Error in '/' Application Runtime Error" but not in "Internet Explorer"?

    When I click on some links in an email (and Firefox is the default browser) I get the following error:
    Server Error in '/' Application.
    Runtime Error
    Description: An exception occurred while processing your request. Additionally, another exception occurred while executing the custom error page for the first exception. The request has been terminated.
    If, however, I click the same links (and Internet Explorer is the default browser) I do not get any error and the proper content of the link is displayed.
    What is causing this error? As I prefer Firefox, how can this problem be fixed?
    OS Windows 7, Service Pack 1
    Firefox Version 32.0.1
    Internet Explorer Version 11.0.9600.17280
    Thank you for your assistance.
    Prime

    When you look at the address in the address bar, does it seem to match up with the email?
    Sounds like Firefox sent the server something it wasn't expecting. Sometimes this can be caused by obsolete or corrupted cookies -- assuming you have visited the site before. It also might be caused by modifications to standard information sent to servers such as the "user agent" string that specifies your browser version and OS.
    To clear a site's cookies, while viewing a page on the site, either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * (menu bar) Tools > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?

  • Server Error in '/simias10' Application

    Im losing sleep and hair over this error
    ====================
    Server Error in '/simias10' Application
    The resource cannot be found.
    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
    Requested URL: /simias10/
    Version information: Runtime: Mono 2.4.3; ASP.NET Version: 2.0.50727.1433
    ==========================
    I get this message when logging into my server https://myhost/simias10. When I login as https://myhost/admin Im able to get in ok , I can connect using the ifolder MAC / Window / Iphone clients .
    I followed this guide exactly - The Ramblings of an IT Engineer Lost in a Manufacturing World Insight from an IT engineer who gets pulled into everything
    and have reinstalled the server sevral times with the same result .
    Im using Open Suse 11.4 with the latest ifolder at Downloads . Ill pay $30.00 via paypal if you can help me get this working.
    Cheers Al

    This is perfectly correct message. If you are trying to access https://ip/simias10.
    If you need to access any webservice you need to specify one of them like
    https://ip/simias10/Simias.asmx , you will be asked to authenticate after which you can use these. some more services are iFolderAdmin.asmx, HostAdmin.asmx, iFolderWeb.asmx, iFolderBackup.asmx, DiscoveryService.asmx ..etc etc.
    May i know what are you trying to do by accessing this. May be i could provide more help based on this.
    >>> aappiah<[email protected]> 9/23/2011 2:16 AM >>>
    Im losing sleep and hair over this error
    ====================
    Server Error in '/simias10' Application
    The resource cannot be found.
    Description: HTTP 404. The resource you are looking for (or one of its
    dependencies) could have been removed, had its name changed, or is
    temporarily unavailable. Please review the following URL and make sure
    that it is spelled correctly.
    Requested URL: /simias10/
    Version information: Runtime: Mono 2.4.3; ASP.NET Version:
    2.0.50727.1433
    ==========================
    I get this message when logging into my server https://myhost/simias10.
    When I login as https://myhost/admin Im able to get in ok , I can
    connect using the ifolder MAC / Window / Iphone clients .
    I followed this guide exactly - 'The Ramblings of an IT Engineer Lost
    in a Manufacturing World Insight from an IT engineer who gets pulled
    into everything' (http://troitlimw.gamersanon.com/)
    and have reinstalled the server sevral times with the same result .
    Im using Open Suse 11.4 with the latest ifolder at 'Downloads'
    (http://www.kablink.org/download/) . Ill pay $30.00 via paypal if you
    can help me get this working.
    Cheers Al
    aappiah
    aappiah's Profile: http://forums.novell.com/member.php?userid=117117
    View this thread: http://forums.novell.com/showthread.php?t=445219

  • Server Error in '/NWO' Application

    Hi
    The date/weather in my dashboard appears empty, and when i double clic on it, it send me to a webpage with this error:
    Server Error in '/NWO' Application
    I´ve tried ro restar the computer, but it´s still empty. MacOs 10.5.8
    Any help...?

    This is perfectly correct message. If you are trying to access https://ip/simias10.
    If you need to access any webservice you need to specify one of them like
    https://ip/simias10/Simias.asmx , you will be asked to authenticate after which you can use these. some more services are iFolderAdmin.asmx, HostAdmin.asmx, iFolderWeb.asmx, iFolderBackup.asmx, DiscoveryService.asmx ..etc etc.
    May i know what are you trying to do by accessing this. May be i could provide more help based on this.
    >>> aappiah<[email protected]> 9/23/2011 2:16 AM >>>
    Im losing sleep and hair over this error
    ====================
    Server Error in '/simias10' Application
    The resource cannot be found.
    Description: HTTP 404. The resource you are looking for (or one of its
    dependencies) could have been removed, had its name changed, or is
    temporarily unavailable. Please review the following URL and make sure
    that it is spelled correctly.
    Requested URL: /simias10/
    Version information: Runtime: Mono 2.4.3; ASP.NET Version:
    2.0.50727.1433
    ==========================
    I get this message when logging into my server https://myhost/simias10.
    When I login as https://myhost/admin Im able to get in ok , I can
    connect using the ifolder MAC / Window / Iphone clients .
    I followed this guide exactly - 'The Ramblings of an IT Engineer Lost
    in a Manufacturing World Insight from an IT engineer who gets pulled
    into everything' (http://troitlimw.gamersanon.com/)
    and have reinstalled the server sevral times with the same result .
    Im using Open Suse 11.4 with the latest ifolder at 'Downloads'
    (http://www.kablink.org/download/) . Ill pay $30.00 via paypal if you
    can help me get this working.
    Cheers Al
    aappiah
    aappiah's Profile: http://forums.novell.com/member.php?userid=117117
    View this thread: http://forums.novell.com/showthread.php?t=445219

  • Office web apps "Server error in '/wv' Application"

    Hi, I successfully installed office web app for sharepoint 2013. However, when I tried to open documents, it shows the preview but once view/edit in browser, I got this error. What seems to be the problem?
    Server error in '/wv' Application.
    Unable to determine zone from request

    Hi  ,
    According to your description, my understanding is that you encountered the error “Server error in '/wv' Application. Unable to determine zone from request” when you open document using Office Web Apps.
    Are you using  https:// to access the Office Web Apps server? Is the default zone of your web application in Alternate Access Mappings using http:// ?
    If so, you can change the default zone 
    of your web application in Alternate Access Mappings to use https:// .
    Or  set AllowOAuthOverHttp to true:
    $config = (Get-SPSecurityTokenServiceConfig)
    $config.AllowOAuthOverHttp = $true
    $config.Update()
    Reference:
    http://social.technet.microsoft.com/Forums/office/en-US/de49617c-4b0a-4aa9-9877-8f085f48abc2/sharepoint-2013-sp1-and-office-web-apps-sp1-not-working-using-http?forum=sharepointadmin
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/f7be5f88-8c98-464e-8596-60956b5e98fd/sharepoint-2013-office-web-apps-problem-unable-to-openviewedit?forum=sharepointgeneral
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Server Error in '/Report Manager' Application: System.IO.IOException: The file exists. When trying to export a completed report.

    I am using SQL Server 2005.  I run a report which runs and renders perfectly. But I am unable to export it into any format. It fails with the following error:
    Server Error in '/Reports' Application. 
    The file exists.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.IO.IOException: The file exists.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [IOException: The file exists.
    Microsoft.Reporting.WebForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension) +489
    Microsoft.Reporting.WebForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension) +924
    Microsoft.Reporting.WebForms.ServerReportControlSource.RenderReport(String format, String deviceInfo, NameValueCollection additionalParams, String& mimeType, String& fileExtension) +84
    Microsoft.Reporting.WebForms.ExportOperation.PerformOperation(NameValueCollection urlQuery, HttpResponse response) +153
    Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext context) +75
    System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +303
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
    I have seen this question asked several years ago, but have never seen a response that suggests what the issue may be.
    I would really appreciate any help in resolving this problem.\
    The application has been running from quite some time and this problem started just recently.
    Thank You.
    -Rick

    Hi Rick,
    According to your description, the exception “System.IO.IOException: The file exists.” is thrown out when you export the report on report manager.
    Generally, the exception is thrown out because there are more than 65535 files without deleting previous temporary files in our temporary directory. Based on my research, it has reported the same issue when exporting the report on report manager, and deleting all
    temp files from C:\Windows\Temp could resolve the issue. I would also suggest you remove the temporary files from C:\Users\<username>\AppData\Local\Temp. Please refer to the first comment at this link:
    System.IO.IOException: The file exists
    Reference:
    Path.GetTempFileName Method
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Lync Server 2010 control panel - Server Error in '/cscp' Application

    Hi everyone,
    Recently i have installed Lync 2010 with no problem at all. But when i try to open de control panel it sends me this error:
    Server Error in '/cscp' Application.
    Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.TypeLoadException: Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  
    Stack Trace:
    [TypeLoadException: Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.]
       System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type) +0
       System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName) +153
       System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +63
       System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +124
       System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +76
    [ConfigurationErrorsException: Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.]
       System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +12406256
       System.Web.Configuration.Common.ModulesEntry.SecureGetType(String typeName, String propertyName, ConfigurationElement configElement) +69
       System.Web.Configuration.Common.ModulesEntry..ctor(String name, String typeName, String propertyName, ConfigurationElement configElement) +62
       System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList) +299
       System.Web.HttpApplication.GetModuleCollection(IntPtr appContext) +1262
       System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +133
       System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +304
       System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +404
       System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +475
    [HttpException (0x80004005): Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.]
       System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +12599232
       System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159
       System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +12438981
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.33440
    Anyone has any idea what is going on?

    To fix your issue, you can refer below link
    http://social.technet.microsoft.com/Forums/lync/en-US/14948578-dfaa-4d32-b29d-42ecf576afeb/lync-control-panel-errors
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"

  • Server Error -OSoft Application-

    Hi Experts ,
    I  am getting eror ,or BPC ecieving error :
    Server Error in '/OSoft' Application.
    : No such interface supported (Exception from HRESULT:
    0x80004002 (E_NOINTERFACE)).]
    Reagrds
    Prabhu

    ok.
    That's means something into ODBC steps was not done correct.
    Actually just trying the page:
    http://nameofserver I suppose you will receive Error 500 - Internal Error or something like that.
    Put back to use W3SVC1 for log and you will see it will work.
    After that check the ODBC steps because somewhere you are doing a mistake.
    Regards
    Sorin Radulescu

Maybe you are looking for

  • Issue in Internal Table for calculating MAX value

    Hi Abapers, I have internal table with data as follows:                      Materail                               Currency      Quantity    Dominant_Currency 1     000000000007001896     GBP     396 2     000000000007001896     EUR     25 3     000

  • Imovie sound but no image

    Hy Sometimes when working on an imovie projtect, I press space bar to watch it and it comes only the sound, but the image stays as a still frame of the image that is on the screen at that moment. It doesnt show as usually the movie. Thanks for any he

  • Plant to Plant Transfer posting issue

    Hi, We would like to make a transfer posting within a company, but would like to markup the price for receiving plant. Example as below: Material ABC price is 5 in Plant 1000 and Plant 1001 We would like to transfer the material from plant 1000 to 10

  • Border around Footage

    I captured clip and when put into the timeline there is a black border around the entire frame and I have to render the entire clip when I normally don't. I didn't do anything different than any other time. I am wondering if I am missing a small deta

  • I have Firefox OS X 10.5.8 ; will this continue to work on my MacBook

    I have Leopard installed on my MacBook. Firefox says buy a new laptop to run a newer version of Firefox or have huge risk running Firefox on my Mac . I look to use the Mac another couple of years, with Firefox on it.