External component has thrown an exception.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • neoupadhyay
    New Member
    • Feb 2007
    • 57

    External component has thrown an exception.

    External component has thrown an exception.

    C:\Program Files\Microsoft Visual Studio 8\Common7\IDE> "C:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\csc.exe" /t:library /utf8output /R:"C:\WINDOWS\a ssembly\GAC_MSI L\System.Web.Ex tensions\1.0.61 025.0__31bf3856 ad364e35\System .Web.Extensions .dll" /R:"C:\WINDOWS\a ssembly\GAC_MSI L\System.Config uration\2.0.0.0 __b03f5f7f11d50 a3a\System.Conf iguration.dll" /R:"C:\WINDOWS\M icrosoft.NET\Fr amework\v2.0.50 727\Temporary ASP.NET Files\lb\15ddea 88\7b93c83b\App _Code.tns-upum.dll" /R:"C:\WINDOWS\a ssembly\GAC_MSI L\System\2.0.0. 0__b77a5c561934 e089\System.dll " /R:"C:\WINDOWS\a ssembly\GAC_MSI L\System.Web.Se rvices\2.0.0.0_ _b03f5f7f11d50a 3a\System.Web.S ervices.dll" /R:"C:\WINDOWS\a ssembly\GAC_MSI L\System.Xml\2. 0.0.0__b77a5c56 1934e089\System .Xml.dll" /R:"C:\WINDOWS\a ssembly\GAC_32\ System.Data\2.0 .0.0__b77a5c561 934e089\System. Data.dll" /R:"C:\WINDOWS\a ssembly\GAC_32\ System.Web\2.0. 0.0__b03f5f7f11 d50a3a\System.W eb.dll" /R:"C:\WINDOWS\M icrosoft.NET\Fr amework\v2.0.50 727\mscorlib.dl l" /R:"C:\WINDOWS\a ssembly\GAC_32\ System.Enterpri seServices\2.0. 0.0__b03f5f7f11 d50a3a\System.E nterpriseServic es.dll" /R:"C:\WINDOWS\a ssembly\GAC_MSI L\System.Web.Mo bile\2.0.0.0__b 03f5f7f11d50a3a \System.Web.Mob ile.dll" /R:"C:\WINDOWS\a ssembly\GAC_MSI L\System.Drawin g\2.0.0.0__b03f 5f7f11d50a3a\Sy stem.Drawing.dl l" /out:"C:\WINDOWS \Microsoft.NET\ Framework\v2.0. 50727\Temporary ASP.NET Files\lb\15ddea 88\7b93c83b\App _Web_masterpage .master.cdcab7d 2.jm3kijgq.dll" /D:DEBUG /debug+ /optimize- /win32res:"C:\WI NDOWS\Microsoft .NET\Framework\ v2.0.50727\Temp orary ASP.NET Files\lb\15ddea 88\7b93c83b\je1 irndu.res" /w:4 /nowarn:1659;169 9;1701 "C:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\Temporary ASP.NET Files\lb\15ddea 88\7b93c83b\App _Web_masterpage .master.cdcab7d 2.jm3kijgq.0.cs " "C:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\Temporary ASP.NET Files\lb\15ddea 88\7b93c83b\App _Web_masterpage .master.cdcab7d 2.jm3kijgq.1.cs " "C:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\Temporary ASP.NET Files\lb\15ddea 88\7b93c83b\App _Web_masterpage .master.cdcab7d 2.jm3kijgq.2.cs "


    Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.1433
    for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
    Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

    c:\Documents and Settings\Binod\ My Documents\Visua l Studio 2005\WebSites\L B\MasterPage.ma ster.cs(912305, 33): error CS0115: 'ASP.masterpage _master.Framewo rkInitialize()' : no suitable method found to override



    Why this error occur...

    i am using asp.net 2.0 with ajax enabled.

    Thnx
    Last edited by neoupadhyay; May 22 '08, 09:44 AM. Reason: Few lines of code missing to understand it better
  • neoupadhyay
    New Member
    • Feb 2007
    • 57

    #2
    I my self solve the Error, so that i submitt the reply for my self, coz if some body need in future thn check it out.

    for this just use the namespace where the html code inherits...

    <%@ Master Language="C#" AutoEventWireup ="true" CodeFile="Maste rPage.master.cs " Inherits="data. businessLogics. MasterPage" %>

    thnx

    Comment

    Working...