Ask a Question related to ASP.NET General, Design and Development.
-
t322y #1
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
-
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... -
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... -
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... -
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... -
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... -
fadi #2
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...until> 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 alltutorial.> i installed a free softwore GoMono. I can't run asp.net quickstart--> 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.
> --------------------------------------------------------------------------'Microsoft.VisualBasic'> ----
>
> The located assembly's manifest definition with nameweb> 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 currentcan> request. Information regarding the origin and location of the exceptioncodeBase,> 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, StringBoolean> Boolean isStringized, Evidence assemblySecurity, Boolean
> throwOnFileNotFound, Assembly locationHint, StackCrawlMark& stackMark) +0
> System.Reflection.Assembly.InternalLoad(AssemblyNa me assemblyRef,+125> 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()with>
> [HttpException (0x80004005): The located assembly's manifest definition+174> 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)--> System.Web.MapHandlerExecutionStep.Execute() +77
> System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
> completedSynchronously) +173
>
>
>
>
> --------------------------------------------------------------------------ASP.NET> ----
> Version Information: Microsoft .NET Framework Version:1.0.3705.209;the> Version:1.0.3705.0
>
> i have tried to fix it with dotnetfx.exe, even installed and uninstalled> 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



Reply With Quote

