Cant run ASP.NET Quickstart tutorial

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Cant run ASP.NET Quickstart tutorial

    Hi All
    I installed Microsoft.Net Framework Version:1.0.3705.209 (included ASP.NET
    Version:1.0.3705.0) in my Win 2000 SP3 3 weeks ago. It worked well all until
    i installed a free softwore GoMono. I can't run asp.net quickstart tutorial.
    it kept asking some file like Microsoft.VisualBasic.DLL and
    Microsoft.VisualBasic.EXE. i tried to find the files manually and i found
    them in GoMono directory. i copied the files to Micrososft.NET directory
    (C:\WINNT\Microsoft.NET\Framework\v1.0.3705) but it didn't solve the
    problem. Here is the error message :


    Server Error in '/QuickStart/ASPPlus' Application.
    ----------------------------------------------------------------------------
    ----

    The located assembly's manifest definition with name 'Microsoft.VisualBasic'
    does not match the assembly reference.
    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.FileLoadException: The located assembly's
    manifest definition with name 'Microsoft.VisualBasic' does not match the
    assembly reference.

    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:


    [FileLoadException: The located assembly's manifest definition with name
    'Microsoft.VisualBasic' does not match the assembly reference.]
    System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase,
    Boolean isStringized, Evidence assemblySecurity, Boolean
    throwOnFileNotFound, Assembly locationHint, StackCrawlMark& stackMark) +0
    System.Reflection.Assembly.InternalLoad(AssemblyNa me assemblyRef, Boolean
    stringized, Evidence assemblySecurity, StackCrawlMark& stackMark) +300
    System.Reflection.Assembly.Load(AssemblyName assemblyRef) +22
    System.Web.UI.Util.GetReferencedAssembliesHashtabl e(Assembly a) +70
    System.Web.Compilation.BaseCompiler.GetCompiledTyp e() +404
    System.Web.UI.PageParser.CompileIntoType() +60
    System.Web.UI.TemplateParser.GetParserCacheItemThr oughCompilation() +125

    [HttpException (0x80004005): The located assembly's manifest definition with
    name 'Microsoft.VisualBasic' does not match the assembly reference.]
    System.Web.UI.TemplateParser.GetParserCacheItemInt ernal(Boolean
    fCreateIfNotFound) +827
    System.Web.UI.TemplateParser.GetParserCacheItemWit hNewConfigPath() +125
    System.Web.UI.TemplateParser.GetParserCacheItem() +88
    System.Web.UI.TemplateControlParser.CompileAndGetP arserCacheItem(String
    virtualPath, String inputFile, HttpContext context) +120
    System.Web.UI.TemplateControlParser.GetCompiledIns tance(String
    virtualPath, String inputFile, HttpContext context) +36
    System.Web.UI.PageParser.GetCompiledPageInstance(S tring virtualPath,
    String inputFile, HttpContext context) +43
    System.Web.UI.PageHandlerFactory.GetHandler(HttpCo ntext context, String
    requestType, String url, String path) +14
    System.Web.HttpApplication.MapHttpHandler(HttpCont ext context, String
    requestType, String path, String pathTranslated, Boolean useAppConfig) +174
    System.Web.MapHandlerExecutionStep.Execute() +77
    System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
    completedSynchronously) +173




    ----------------------------------------------------------------------------
    ----
    Version Information: Microsoft .NET Framework Version:1.0.3705.209; ASP.NET
    Version:1.0.3705.0

    i have tried to fix it with dotnetfx.exe, even installed and uninstalled the
    Microsoft.NET two times but the error still appeared. please help me to
    solve this problem. sorry for my bad english.

    best regards

    Satria F



    t322y Guest

  2. Similar Questions and Discussions

    1. Looking for tutorial.
      I am looking for a tutorial on how to use the ProgressBar component in FMX2004. I know it's dirt simple. So if anyone wants to explain it, that...
    2. CD-ROM QuickStart
      What is the best way to go about getting a Director movie to play directly from CD without a long loading delay (or at least once it loads, plays...
    3. tutorial url
      HI, i'm quite new to fireworks mx......i would really appreciate if any of you would kindly tell me about any tutorial websites .......i would like...
    4. Can't run Quickstart on Localhost
      Delete the virtual folder created by quickstart, and then create it on your own and point it to quickstart web folder. -- Saravana Microsoft...
    5. WZ2K Tutorial Update - Latest Dynamic Dreamweaver video tutorial
      Hi, The latest Dreamweaver video tutorial has been added this evening, covering the following techniques: Expanding the MySQL database...
  3. #2

    Default Re: Cant run ASP.NET Quickstart tutorial

    try running the following:

    c:\winnt\microsoft.net\framework\[version number]\aspnet_regiis.exe -i

    if that does not work, then not sure.

    "t322y" <satria_f@yahoo.com.sg> wrote in message
    news:OQ07dX8ODHA.3152@TK2MSFTNGP10.phx.gbl...
    > Hi All
    > I installed Microsoft.Net Framework Version:1.0.3705.209 (included ASP.NET
    > Version:1.0.3705.0) in my Win 2000 SP3 3 weeks ago. It worked well all
    until
    > i installed a free softwore GoMono. I can't run asp.net quickstart
    tutorial.
    > it kept asking some file like Microsoft.VisualBasic.DLL and
    > Microsoft.VisualBasic.EXE. i tried to find the files manually and i found
    > them in GoMono directory. i copied the files to Micrososft.NET directory
    > (C:\WINNT\Microsoft.NET\Framework\v1.0.3705) but it didn't solve the
    > problem. Here is the error message :
    >
    >
    > Server Error in '/QuickStart/ASPPlus' Application.
    > --------------------------------------------------------------------------
    --
    > ----
    >
    > The located assembly's manifest definition with name
    'Microsoft.VisualBasic'
    > does not match the assembly reference.
    > 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.FileLoadException: The located assembly's
    > manifest definition with name 'Microsoft.VisualBasic' does not match the
    > assembly reference.
    >
    > 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:
    >
    >
    > [FileLoadException: The located assembly's manifest definition with name
    > 'Microsoft.VisualBasic' does not match the assembly reference.]
    > System.Reflection.Assembly.nLoad(AssemblyName fileName, String
    codeBase,
    > Boolean isStringized, Evidence assemblySecurity, Boolean
    > throwOnFileNotFound, Assembly locationHint, StackCrawlMark& stackMark) +0
    > System.Reflection.Assembly.InternalLoad(AssemblyNa me assemblyRef,
    Boolean
    > stringized, Evidence assemblySecurity, StackCrawlMark& stackMark) +300
    > System.Reflection.Assembly.Load(AssemblyName assemblyRef) +22
    > System.Web.UI.Util.GetReferencedAssembliesHashtabl e(Assembly a) +70
    > System.Web.Compilation.BaseCompiler.GetCompiledTyp e() +404
    > System.Web.UI.PageParser.CompileIntoType() +60
    > System.Web.UI.TemplateParser.GetParserCacheItemThr oughCompilation()
    +125
    >
    > [HttpException (0x80004005): The located assembly's manifest definition
    with
    > name 'Microsoft.VisualBasic' does not match the assembly reference.]
    > System.Web.UI.TemplateParser.GetParserCacheItemInt ernal(Boolean
    > fCreateIfNotFound) +827
    > System.Web.UI.TemplateParser.GetParserCacheItemWit hNewConfigPath() +125
    > System.Web.UI.TemplateParser.GetParserCacheItem() +88
    > System.Web.UI.TemplateControlParser.CompileAndGetP arserCacheItem(String
    > virtualPath, String inputFile, HttpContext context) +120
    > System.Web.UI.TemplateControlParser.GetCompiledIns tance(String
    > virtualPath, String inputFile, HttpContext context) +36
    > System.Web.UI.PageParser.GetCompiledPageInstance(S tring virtualPath,
    > String inputFile, HttpContext context) +43
    > System.Web.UI.PageHandlerFactory.GetHandler(HttpCo ntext context, String
    > requestType, String url, String path) +14
    > System.Web.HttpApplication.MapHttpHandler(HttpCont ext context, String
    > requestType, String path, String pathTranslated, Boolean useAppConfig)
    +174
    > System.Web.MapHandlerExecutionStep.Execute() +77
    > System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
    > completedSynchronously) +173
    >
    >
    >
    >
    > --------------------------------------------------------------------------
    --
    > ----
    > Version Information: Microsoft .NET Framework Version:1.0.3705.209;
    ASP.NET
    > Version:1.0.3705.0
    >
    > i have tried to fix it with dotnetfx.exe, even installed and uninstalled
    the
    > Microsoft.NET two times but the error still appeared. please help me to
    > solve this problem. sorry for my bad english.
    >
    > best regards
    >
    > Satria F
    >
    >
    >

    fadi Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139