Showing posts with label framework. Show all posts
Showing posts with label framework. Show all posts

Wednesday, March 28, 2012

the brower doesnt compile aspx

does any know why my file doen't get compiled? (it came up with a black page) i have .net framework 1.1 installed on window 2000 professional and my code is form.aspx

thanks in advance,
ling

my practice code is:
---------
<%@dotnet.itags.org. Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form action="form.aspx" method="post" runat="server">
<asp:textbox id="Name" runat="server" />
<asp:dropdownlist ID="form" runat="server"
<asp:listitem Value="Category" Text="Category" runat="server"></asp:listitem>
<asp:listitem Value="psycchology" runat="server"></asp:listitem>
<asp:listitem Value="popular_comp" runat="server"></asp:listitem>
</asp:dropdownlist
<asp:button ID="Lookup" runat="server" /
</form>
</body>
</html>your browser doesn't compile the code. What are you writting your code in? WebMatrix, Visual Studio,...etc.
Hi,

I've experience the same situation with the following code.

<html>
<head>
</head>
<body>
<form runat=server>
<asp:Label text="Hello World" runat=server />
</form>
</body>
</html
I'm using notepad to write the .aspx file and I've save it to C:\Inetpub\wwwroot. Using the IE6.0 browser and type http://localhost/HelloWorld2.aspx, the resulting page is blank screen.

What seems to be the problem with this? Hope to hear from anybody & thanks.

-Jun
I used visual studio and dreamweaver MX for writing the code and saved it in wwwroot.

thanks in advance,
Make sure aspnet is installed correctly by using the "aspnet_regiis -i" exe that you can find under your framework folder, usually in [system_drive]\[windows]\framework\v1.0.3705 or[system_drive]\[windows]\framework\v1.1.4322 if it's FX1.1

HTH,
Ting-hao

The code is not working

I download the framework and install the IIS server 5.1, But when I
copy the code that supposed to print me 'hello world' from my manual
it didn't work. It showed me the page, but ignored the '.net' script.
What could be the reason?
Does my server version support asp.net?
This is the code I copy:
<%@dotnet.itags.org.Page Language="C#"%>
<script runat="server">
void Page_Load(object sender, EventArgs e) {
myLabel.Text = "Hello World!";
}
</script>
<html>
<head>
<title>My first ASP.NET page</title>
</head>
<body>
<asp:Label runat="server" id="myLabel"></asp:Label>
</body>
</html>
thanksOn Jul 13, 12:28 pm, Gandalf <goldn...@dotnet.itags.org.gmail.com> wrote:
> I download the framework and install the IIS server 5.1, But when I
> copy the code that supposed to print me 'hello world' from my manual
> it didn't work. It showed me the page, but ignored the '.net' script.
> What could be the reason?
> Does my server version support asp.net?
> This is the code I copy:
> <%@dotnet.itags.org.Page Language="C#"%>
> <script runat="server">
> void Page_Load(object sender, EventArgs e) {
> myLabel.Text = "Hello World!";
> }
> </script>
> <html>
> <head>
> <title>My first ASP.NET page</title>
> </head>
> <body>
> <asp:Label runat="server" id="myLabel"></asp:Label>
> </body>
> </html>
> thanks
Execute C:\WINDOWS\Microsoft.NET\Framework
\v2.0.50727\aspnet_regiis.aspx -i
That should register the ASP.NET with IIS.
http://support.microsoft.com/kb/306005
On Jul 13, 1:01 pm, Alexey Smirnov <alexey.smir...@dotnet.itags.org.gmail.com> wrote:
> On Jul 13, 12:28 pm, Gandalf <goldn...@dotnet.itags.org.gmail.com> wrote:
>
>
>
>
>
>
>
> Execute C:\WINDOWS\Microsoft.NET\Framework
> \v2.0.50727\aspnet_regiis.aspx -i
> That should register the ASP.NET with IIS.
> http://support.microsoft.com/kb/306005
I only have this two 'version' directories:
v1.1.4322
v1.0.3705
and none of them contains the file aspnet_regiis.aspx
On Jul 13, 8:57 am, Gandalf <goldn...@dotnet.itags.org.gmail.com> wrote:
> On Jul 13, 1:01 pm, Alexey Smirnov <alexey.smir...@dotnet.itags.org.gmail.com> wrote:
>
>
>
>
>
>
>
>
>
>
>
>
> I only have this two 'version' directories:
> v1.1.4322
> v1.0.3705
> and none of them contains the file aspnet_regiis.aspx- Hide quoted text -
> - Show quoted text -
I recommend you install .Net framework 3.0.
On Jul 13, 3:07 pm, Larry Bud <larrybud2...@dotnet.itags.org.yahoo.com> wrote:
> On Jul 13, 8:57 am, Gandalf <goldn...@dotnet.itags.org.gmail.com> wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> I recommend you install .Net framework 3.0.
Thanks I will try it. it supposed to make it work?
re:
!> I recommend you install .Net framework 3.0.
I hope you meant *.Net Framework 2.0*, and not 3.0,
since 3.0 has nothing which an ASP.NET developer needs.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
======================================
"Larry Bud" <larrybud2002@dotnet.itags.org.yahoo.com> wrote in message news:1184332075.248198.101630@dotnet.itags.org.m3g2000
hsh.googlegroups.com...
> On Jul 13, 8:57 am, Gandalf <goldn...@dotnet.itags.org.gmail.com> wrote:
> I recommend you install .Net framework 3.0.
>
On Jul 13, 1:44 pm, "Juan T. Llibre" <nomailrepl...@dotnet.itags.org.nowhere.com>
wrote:
> re:
> !> I recommend you install .Net framework 3.0.
> I hope you meant *.Net Framework 2.0*, and not 3.0,
> since 3.0 has nothing which an ASP.NET developer needs.
> Juan T. Llibre, asp.net MVP
> asp.net faq :http://asp.net.do/faq/
> foros de asp.net, en espa=F1ol :http://asp.net.do/foros/
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
3D
>
> "LarryBud" <larrybud2...@dotnet.itags.org.yahoo.com> wrote in messagenews:1184332075.24819=
8=2E101630@dotnet.itags.org.m3g2000hsh.googlegroups.com...
>
>
al
ipt.
>
>
>
>
>
>
>
>
>
>
t -
>
>
Yes, I mean 2.0

The compiler failed with error code -1073741819.

Anyone,

I have an ASP.NET webapp in the 1.0 framework that has been working for
the past 2ish years.

Two weeks ago a new developer received the following error when trying
to run the app in debug mode.

"The instruction at "0x77f57ec6" referenced memory at "0x797800004".
The memory could not be "written".

>From the IDE, before I attempt to run in debug mode I can "right click"
a given aspx file and "View Code". I can also "right click" and "View
in Designer". When I attempt to "right click" and "View in Browser" I
receive the following error:

Description: An error occurred during the compilation of a resource
required to service this request. Please review the following specific
error details and modify your source code appropriately.

The detailed Compiler Output is as follows:

C:\WINDOWS\system32>
"c:\windows\microsoft.net\framework\v1.0.3705\vbc.e xe" /t:library
/utf8output
/R:"c:\windows\assembly\gac\crystaldecisions.web\9.1.3 300.0__692fbea5521e1304\crystaldecisions.web.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\5642a9da\c0eb1c67_a2aac501\xsm2.dll"
/R:"c:\windows\assembly\gac\crystaldecisions.crystalre ports.engine\9.1.3300.0__692fbea5521e1304\crystald ecisions.crystalreports.engine.dll"
/R:"c:\windows\assembly\gac\system.web.services\1.0.33 00.0__b03f5f7f11d50a3a\system.web.services.dll"
/R:"c:\windows\assembly\gac\system.drawing\1.0.3300.0_ _b03f5f7f11d50a3a\system.drawing.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\d898667e\c40d926c_a2aac501\nexsurex.dll"
/R:"c:\windows\assembly\gac\system.xml\1.0.3300.0__b77 a5c561934e089\system.xml.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\430dcb9f\147ce564_a2aac501\xaccounting.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\2c66c8b1\6c3aaed6_9baac501\controls.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\6834c7bf\32afd8a9_9baac501\dalplugindetailedlo g.dll"
/R:"c:\windows\assembly\gac\crystaldecisions.reportsou rce\9.1.3300.0__692fbea5521e1304\crystaldecisions. reportsource.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\dade88bd\0060bd99_534fc201\interop.vba.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\9f86c1cb\0ac2eba9_9baac501\xdom3.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\b0170de4\b0608c65_a2aac501\commonlib.dll"
/R:"c:\windows\assembly\gac\crystaldecisions.shared\9. 1.3300.0__692fbea5521e1304\crystaldecisions.shared .dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\1edb7ee1\f99ae4a9_9baac501\xdba3.dll"
/R:"c:\windows\assembly\gac\system.data\1.0.3300.0__b7 7a5c561934e089\system.data.dll"
/R:"c:\windows\assembly\gac\system.enterpriseservices\ 1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseserv ices.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\7996cee9\e873dda9_9baac501\vcrpagenavigator.dl l"
/R:"c:\windows\assembly\gac\system\1.0.3300.0__b77a5c5 61934e089\system.dll"
/R:"c:\windows\assembly\gac\system.web\1.0.3300.0__b03 f5f7f11d50a3a\system.web.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\93ce11ca\a67a0465_a2aac501\xdti.webcontols.dll "
/out:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Tempo rary ASP.NET
Files\nexsurex_working\cd5673eb\1b418a67\thy6lfor. dll" /D:DEBUG=1
/debug+ "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Tempo rary
ASP.NET Files\nexsurex_working\cd5673eb\1b418a67\thy6lfor. 0.vb"

Microsoft (R) Visual Basic .NET Compiler version 7.00.9466
for Microsoft (R) .NET Framework version 1.00.3705.288
Copyright (C) Microsoft Corporation 1987-2001. All rights reserved.

The first developer who was receiving this issue had IT rebuild the
box, and the problem went away for a day or two, but came back. He is
currently on the third rebuild, with the application working for three
consecutive days.

With this now happening on my machine, I believe this to be an
application issue, not hardware.

Any help would be greatly appreciated.Check your hard disk(s) for errors.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
Ven, y hablemos de ASP.NET...
======================

<robert_m_fisher@dotnet.itags.org.yahoo.com> wrote in message
news:1125104686.827098.248920@dotnet.itags.org.g14g2000cwa.googlegr oups.com...
> Anyone,
> I have an ASP.NET webapp in the 1.0 framework that has been working for
> the past 2ish years.
> Two weeks ago a new developer received the following error when trying
> to run the app in debug mode.
> "The instruction at "0x77f57ec6" referenced memory at "0x797800004".
> The memory could not be "written".
>>From the IDE, before I attempt to run in debug mode I can "right click"
> a given aspx file and "View Code". I can also "right click" and "View
> in Designer". When I attempt to "right click" and "View in Browser" I
> receive the following error:
> Description: An error occurred during the compilation of a resource
> required to service this request. Please review the following specific
> error details and modify your source code appropriately.
> The detailed Compiler Output is as follows:
> C:\WINDOWS\system32>
> "c:\windows\microsoft.net\framework\v1.0.3705\vbc.e xe" /t:library
> /utf8output
> /R:"c:\windows\assembly\gac\crystaldecisions.web\9.1.3 300.0__692fbea5521e1304\crystaldecisions.web.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
> files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\5642a9da\c0eb1c67_a2aac501\xsm2.dll"
> /R:"c:\windows\assembly\gac\crystaldecisions.crystalre ports.engine\9.1.3300.0__692fbea5521e1304\crystald ecisions.crystalreports.engine.dll"
> /R:"c:\windows\assembly\gac\system.web.services\1.0.33 00.0__b03f5f7f11d50a3a\system.web.services.dll"
> /R:"c:\windows\assembly\gac\system.drawing\1.0.3300.0_ _b03f5f7f11d50a3a\system.drawing.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
> files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\d898667e\c40d926c_a2aac501\nexsurex.dll"
> /R:"c:\windows\assembly\gac\system.xml\1.0.3300.0__b77 a5c561934e089\system.xml.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
> files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\430dcb9f\147ce564_a2aac501\xaccounting.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
> files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\2c66c8b1\6c3aaed6_9baac501\controls.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
> files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\6834c7bf\32afd8a9_9baac501\dalplugindetailedlo g.dll"
> /R:"c:\windows\assembly\gac\crystaldecisions.reportsou rce\9.1.3300.0__692fbea5521e1304\crystaldecisions. reportsource.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
> files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\dade88bd\0060bd99_534fc201\interop.vba.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
> files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\9f86c1cb\0ac2eba9_9baac501\xdom3.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
> files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\b0170de4\b0608c65_a2aac501\commonlib.dll"
> /R:"c:\windows\assembly\gac\crystaldecisions.shared\9. 1.3300.0__692fbea5521e1304\crystaldecisions.shared .dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
> files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\1edb7ee1\f99ae4a9_9baac501\xdba3.dll"
> /R:"c:\windows\assembly\gac\system.data\1.0.3300.0__b7 7a5c561934e089\system.data.dll"
> /R:"c:\windows\assembly\gac\system.enterpriseservices\ 1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseserv ices.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
> files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\7996cee9\e873dda9_9baac501\vcrpagenavigator.dl l"
> /R:"c:\windows\assembly\gac\system\1.0.3300.0__b77a5c5 61934e089\system.dll"
> /R:"c:\windows\assembly\gac\system.web\1.0.3300.0__b03 f5f7f11d50a3a\system.web.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\tempo rary asp.net
> files\nexsurex_working\cd5673eb\1b418a67\assembly\ dl2\93ce11ca\a67a0465_a2aac501\xdti.webcontols.dll "
> /out:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Tempo rary ASP.NET
> Files\nexsurex_working\cd5673eb\1b418a67\thy6lfor. dll" /D:DEBUG=1
> /debug+ "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Tempo rary
> ASP.NET Files\nexsurex_working\cd5673eb\1b418a67\thy6lfor. 0.vb"
>
> Microsoft (R) Visual Basic .NET Compiler version 7.00.9466
> for Microsoft (R) .NET Framework version 1.00.3705.288
> Copyright (C) Microsoft Corporation 1987-2001. All rights reserved.
> The first developer who was receiving this issue had IT rebuild the
> box, and the problem went away for a day or two, but came back. He is
> currently on the third rebuild, with the application working for three
> consecutive days.
> With this now happening on my machine, I believe this to be an
> application issue, not hardware.
> Any help would be greatly appreciated.

The compiler failed with error code -1073741819.

Anyone,
I have an ASP.NET webapp in the 1.0 framework that has been working for
the past 2ish years.
Two ws ago a new developer received the following error when trying
to run the app in debug mode.
"The instruction at "0x77f57ec6" referenced memory at "0x797800004".
The memory could not be "written".

>From the IDE, before I attempt to run in debug mode I can "right click"
a given aspx file and "View Code". I can also "right click" and "View
in Designer". When I attempt to "right click" and "View in Browser" I
receive the following error:
Description: An error occurred during the compilation of a resource
required to service this request. Please review the following specific
error details and modify your source code appropriately.
The detailed Compiler Output is as follows:
C:\WINDOWS\system32>
"c:\windows\microsoft.net\framework\v1.0.3705\vbc.exe" /t:library
/utf8output
/R:" c:\windows\assembly\gac\crystaldecisions
.web\9.1.3300.0__692fbea5521e130
4\crystaldecisions.web.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\5642a9da\c0eb1c67_a2aa
c501\xsm2.dll"
/R:" c:\windows\assembly\gac\crystaldecisions
.crystalreports.engine\9.1.3300.
0__692fbea5521e1304\crystaldecisions.crystalreports.engine.dll"
/R:"c:\windows\assembly\gac\system.web.services\1.0.3300.0__b03f5f7f11d50a3a
\system.web.services.dll"
/R:"c:\windows\assembly\gac\system.drawing\1.0.3300.0__b03f5f7f11d50a3a\syst
em.drawing.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\d898667e\c40d926c_a2aa
c501\nexsurex.dll"
/R:"c:\windows\assembly\gac\system.xml\1.0.3300.0__b77a5c561934e089\system.x
ml.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\430dcb9f\147ce564_a2aa
c501\xaccounting.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\2c66c8b1\6c3aaed6_9baa
c501\controls.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\6834c7bf\32afd8a9_9baa
c501\dalplugindetailedlog.dll"
/R:" c:\windows\assembly\gac\crystaldecisions
.reportsource\9.1.3300.0__692fbe
a5521e1304\crystaldecisions.reportsource.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\dade88bd\0060bd99_534f
c201\interop.vba.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\9f86c1cb\0ac2eba9_9baa
c501\xdom3.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\b0170de4\b0608c65_a2aa
c501\commonlib.dll"
/R:" c:\windows\assembly\gac\crystaldecisions
.shared\9.1.3300.0__692fbea5521e
1304\crystaldecisions.shared.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\1edb7ee1\f99ae4a9_9baa
c501\xdba3.dll"
/R:"c:\windows\assembly\gac\system.data\1.0.3300.0__b77a5c561934e089\system.
data.dll"
/R:"c:\windows\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f11
d50a3a\system.enterpriseservices.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\7996cee9\e873dda9_9baa
c501\vcrpagenavigator.dll"
/R:"c:\windows\assembly\gac\system\1.0.3300.0__b77a5c561934e089\system.dll"
/R:"c:\windows\assembly\gac\system.web\1.0.3300.0__b03f5f7f11d50a3a\system.w
eb.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\93ce11ca\a67a0465_a2aa
c501\xdti.webcontols.dll"
/out:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET
Files\nexsurex_working\cd5673eb\1b418a67
\thy6lfor.dll" /D:DEBUG=1
/debug+ "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Temporary
ASP.NET Files\nexsurex_working\cd5673eb\1b418a67
\thy6lfor.0.vb"
Microsoft (R) Visual Basic .NET Compiler version 7.00.9466
for Microsoft (R) .NET Framework version 1.00.3705.288
Copyright (C) Microsoft Corporation 1987-2001. All rights reserved.
The first developer who was receiving this issue had IT rebuild the
box, and the problem went away for a day or two, but came back. He is
currently on the third rebuild, with the application working for three
consecutive days.
With this now happening on my machine, I believe this to be an
application issue, not hardware.
Any help would be greatly appreciated.Check your hard disk(s) for errors.
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
Ven, y hablemos de ASP.NET...
======================
<robert_m_fisher@dotnet.itags.org.yahoo.com> wrote in message
news:1125104686.827098.248920@dotnet.itags.org.g14g2000cwa.googlegroups.com...
> Anyone,
> I have an ASP.NET webapp in the 1.0 framework that has been working for
> the past 2ish years.
> Two ws ago a new developer received the following error when trying
> to run the app in debug mode.
> "The instruction at "0x77f57ec6" referenced memory at "0x797800004".
> The memory could not be "written".
>
> a given aspx file and "View Code". I can also "right click" and "View
> in Designer". When I attempt to "right click" and "View in Browser" I
> receive the following error:
> Description: An error occurred during the compilation of a resource
> required to service this request. Please review the following specific
> error details and modify your source code appropriately.
> The detailed Compiler Output is as follows:
> C:\WINDOWS\system32>
> "c:\windows\microsoft.net\framework\v1.0.3705\vbc.exe" /t:library
> /utf8output
> /R:" c:\windows\assembly\gac\crystaldecisions
.web\9.1.3300.0__692fbea5521e1
304\crystaldecisions.web.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
> files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\5642a9da\c0eb1c67_a2
aac501\xsm2.dll"
> /R:" c:\windows\assembly\gac\crystaldecisions
.crystalreports.engine\9.1.330
0.0__692fbea5521e1304\crystaldecisions.crystalreports.engine.dll"
> /R:"c:\windows\assembly\gac\system.web.services\1.0.3300.0__b03f5f7f11d50a
3a\system.web.services.dll"
> /R:"c:\windows\assembly\gac\system.drawing\1.0.3300.0__b03f5f7f11d50a3a\sy
stem.drawing.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
> files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\d898667e\c40d926c_a2
aac501\nexsurex.dll"
> /R:"c:\windows\assembly\gac\system.xml\1.0.3300.0__b77a5c561934e089\system
.xml.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
> files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\430dcb9f\147ce564_a2
aac501\xaccounting.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
> files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\2c66c8b1\6c3aaed6_9b
aac501\controls.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
> files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\6834c7bf\32afd8a9_9b
aac501\dalplugindetailedlog.dll"
> /R:" c:\windows\assembly\gac\crystaldecisions
.reportsource\9.1.3300.0__692f
bea5521e1304\crystaldecisions.reportsource.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
> files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\dade88bd\0060bd99_53
4fc201\interop.vba.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
> files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\9f86c1cb\0ac2eba9_9b
aac501\xdom3.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
> files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\b0170de4\b0608c65_a2
aac501\commonlib.dll"
> /R:" c:\windows\assembly\gac\crystaldecisions
.shared\9.1.3300.0__692fbea552
1e1304\crystaldecisions.shared.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
> files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\1edb7ee1\f99ae4a9_9b
aac501\xdba3.dll"
> /R:"c:\windows\assembly\gac\system.data\1.0.3300.0__b77a5c561934e089\syste
m.data.dll"
> /R:"c:\windows\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f
11d50a3a\system.enterpriseservices.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
> files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\7996cee9\e873dda9_9b
aac501\vcrpagenavigator.dll"
> /R:"c:\windows\assembly\gac\system\1.0.3300.0__b77a5c561934e089\system.dll
"
> /R:"c:\windows\assembly\gac\system.web\1.0.3300.0__b03f5f7f11d50a3a\system
.web.dll"
> /R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
> files\nexsurex_working\cd5673eb\1b418a67
\assembly\dl2\93ce11ca\a67a0465_a2
aac501\xdti.webcontols.dll"
> /out:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET
> Files\nexsurex_working\cd5673eb\1b418a67
\thy6lfor.dll" /D:DEBUG=1
> /debug+ "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Temporary
> ASP.NET Files\nexsurex_working\cd5673eb\1b418a67
\thy6lfor.0.vb"
>
> Microsoft (R) Visual Basic .NET Compiler version 7.00.9466
> for Microsoft (R) .NET Framework version 1.00.3705.288
> Copyright (C) Microsoft Corporation 1987-2001. All rights reserved.
> The first developer who was receiving this issue had IT rebuild the
> box, and the problem went away for a day or two, but came back. He is
> currently on the third rebuild, with the application working for three
> consecutive days.
> With this now happening on my machine, I believe this to be an
> application issue, not hardware.
> Any help would be greatly appreciated.

The compiler failed with error code 128

HELP!!!!
We have got a W2k server running IIS5 with .NET framework 1.1 and .NET
framework SP1. All ASP.NET applications cannot run on this box. It all
returned with the same error:
Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.
Compiler Error Message: The compiler failed with error code 128.
I have made sure there is only ASP.NET ISAPI filter running and tried
aspnet_iis -i. Basically I'm out of ideas. Can someone please tell me what
the heck is going on here?
RogerHi, Roger.
I googled for "The compiler failed with error code 128"
and found a few references. The most promising are :
http://www.sitepoint.com/forums/pri...ad.php?t=164998
where it's reported that either
http://www.hanselman.com/blog/Perma...b4.
aspx
or
http://www.webservertalk.com/Uwe/Fo...
irus_k=100252
Here's the Google search,
to facilitate your search for more info:
http://www.google.com/search?as_q=&...ch=&safe=images
Good luck !
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
=====================
"Roger Wang" <rogerw@dotnet.itags.org.sybrel.com> wrote in message
news:uXyaKb$CFHA.3376@dotnet.itags.org.TK2MSFTNGP12.phx.gbl...
> HELP!!!!
> We have got a W2k server running IIS5 with .NET framework 1.1 and .NET
> framework SP1. All ASP.NET applications cannot run on this box. It all
> returned with the same error:
> Compilation Error
> Description: An error occurred during the compilation of a resource
> required to service this request. Please review the following specific
> error details and modify your source code appropriately.
> Compiler Error Message: The compiler failed with error code 128.
>
> I have made sure there is only ASP.NET ISAPI filter running and tried
> aspnet_iis -i. Basically I'm out of ideas. Can someone please tell me what
> the heck is going on here?
> Roger
>
I have the same error too.
I installed the SP1 of .NET Framework:
http://www.microsoft.com/downloads/...db-a83353618b38
and when I restarted my computer I could see my aspx pages, but then, when I
opened Visual Studio.NET and I continued with my ASP.NET application, when I
debug my app the error occurred again.
I don't know why, and I don't know if there's a good solution
I updated Windows but the problem continues.
I have Windows 2000 Sever with SP3.
I hope someone can help me.
Regards.
"Juan T. Llibre" wrote:

> Hi, Roger.
> I googled for "The compiler failed with error code 128"
> and found a few references. The most promising are :
> http://www.sitepoint.com/forums/pri...ad.php?t=164998
> where it's reported that either
> http://www.hanselman.com/blog/Perma...b
4.aspx
> or
> http://www.webservertalk.com/Uwe/Fo...ode-128

> solved the problem.
> Though both links refer to faulty ISAPI filter
> issues, which you say you've discarded, it might
> help you to get the background info at those links.
> There's an additional comment by Jacob Yang
> ( Microsoft Online Partner Support ) which refers
> that the issue might be related to this backdoor trojan:
> http://de.mcafee.com/root/genericVI...&virus_k=100252
> Here's the Google search,
> to facilitate your search for more info:
> http://www.google.com/search?as_q=&...ch=&safe=images
> Good luck !
>
> Juan T. Llibre
> ASP.NET MVP
> http://asp.net.do/foros/
> Foros de ASP.NET en Espa?ol
> =====================
> "Roger Wang" <rogerw@dotnet.itags.org.sybrel.com> wrote in message
> news:uXyaKb$CFHA.3376@dotnet.itags.org.TK2MSFTNGP12.phx.gbl...
>
>

Monday, March 26, 2012

The compiler failed with error code 128

HELP!!!!

We have got a W2k server running IIS5 with .NET framework 1.1 and .NET
framework SP1. All ASP.NET applications cannot run on this box. It all
returned with the same error:

Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.

Compiler Error Message: The compiler failed with error code 128.

I have made sure there is only ASP.NET ISAPI filter running and tried
aspnet_iis -i. Basically I'm out of ideas. Can someone please tell me what
the heck is going on here?

RogerHi, Roger.

I googled for "The compiler failed with error code 128"
and found a few references. The most promising are :

http://www.sitepoint.com/forums/pri...ad.php?t=164998
where it's reported that either
http://www.hanselman.com/blog/Perma...ad081eaab4.aspx
or
http://www.dotnetmonster.com/Uwe/Fo...-error-code-128
solved the problem.

Though both links refer to faulty ISAPI filter
issues, which you say you've discarded, it might
help you to get the background info at those links.

There's an additional comment by Jacob Yang
( Microsoft Online Partner Support ) which refers
that the issue might be related to this backdoor trojan:
http://de.mcafee.com/root/genericVI...&virus_k=100252

Here's the Google search,
to facilitate your search for more info:

http://www.google.com/search?as_q=&...ch=&safe=images

Good luck !

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
=====================

"Roger Wang" <rogerw@dotnet.itags.org.sybrel.com> wrote in message
news:uXyaKb$CFHA.3376@dotnet.itags.org.TK2MSFTNGP12.phx.gbl...
> HELP!!!!
> We have got a W2k server running IIS5 with .NET framework 1.1 and .NET
> framework SP1. All ASP.NET applications cannot run on this box. It all
> returned with the same error:
> Compilation Error
> Description: An error occurred during the compilation of a resource
> required to service this request. Please review the following specific
> error details and modify your source code appropriately.
> Compiler Error Message: The compiler failed with error code 128.
>
> I have made sure there is only ASP.NET ISAPI filter running and tried
> aspnet_iis -i. Basically I'm out of ideas. Can someone please tell me what
> the heck is going on here?
> Roger
I have the same error too.
I installed the SP1 of .NET Framework:
http://www.microsoft.com/downloads/...db-a83353618b38
and when I restarted my computer I could see my aspx pages, but then, when I
opened Visual Studio.NET and I continued with my ASP.NET application, when I
debug my app the error occurred again.
I don't know why, and I don't know if there's a good solution
I updated Windows but the problem continues.
I have Windows 2000 Sever with SP3.
I hope someone can help me.
Regards.

"Juan T. Llibre" wrote:

> Hi, Roger.
> I googled for "The compiler failed with error code 128"
> and found a few references. The most promising are :
> http://www.sitepoint.com/forums/pri...ad.php?t=164998
> where it's reported that either
> http://www.hanselman.com/blog/Perma...ad081eaab4.aspx
> or
> http://www.dotnetmonster.com/Uwe/Fo...-error-code-128
> solved the problem.
> Though both links refer to faulty ISAPI filter
> issues, which you say you've discarded, it might
> help you to get the background info at those links.
> There's an additional comment by Jacob Yang
> ( Microsoft Online Partner Support ) which refers
> that the issue might be related to this backdoor trojan:
> http://de.mcafee.com/root/genericVI...&virus_k=100252
> Here's the Google search,
> to facilitate your search for more info:
> http://www.google.com/search?as_q=&...ch=&safe=images
> Good luck !
>
> Juan T. Llibre
> ASP.NET MVP
> http://asp.net.do/foros/
> Foros de ASP.NET en Espa?ol
> =====================
> "Roger Wang" <rogerw@dotnet.itags.org.sybrel.com> wrote in message
> news:uXyaKb$CFHA.3376@dotnet.itags.org.TK2MSFTNGP12.phx.gbl...
> > HELP!!!!
> > We have got a W2k server running IIS5 with .NET framework 1.1 and .NET
> > framework SP1. All ASP.NET applications cannot run on this box. It all
> > returned with the same error:
> > Compilation Error
> > Description: An error occurred during the compilation of a resource
> > required to service this request. Please review the following specific
> > error details and modify your source code appropriately.
> > Compiler Error Message: The compiler failed with error code 128.
> > I have made sure there is only ASP.NET ISAPI filter running and tried
> > aspnet_iis -i. Basically I'm out of ideas. Can someone please tell me what
> > the heck is going on here?
> > Roger
>

The Crystal Reports icons aren't showing up on the CrystalReportViewer

I've got a CrystalReportViewer on an ASP.NET page (.NET Framework 1.1,
Crystal Reports for .NET). When I go the report, it comes up but doesn't
show any of the navigation icons (they're all .GIF files) on the web page.
What is wrong?
Rodcheck out the comments posted here
http://blogs.aspadvice.com/crystal
"Rod" <rodf@dotnet.itags.org.newsgroups.nospam> wrote in message
news:uhYH6DmpEHA.556@dotnet.itags.org.TK2MSFTNGP09.phx.gbl...
> I've got a CrystalReportViewer on an ASP.NET page (.NET Framework 1.1,
> Crystal Reports for .NET). When I go the report, it comes up but doesn't
> show any of the navigation icons (they're all .GIF files) on the web page.
> What is wrong?
> Rod
>
That looks like it worked, thanks Brian!
Rod
"Brian Bischof" <Brian@dotnet.itags.org.NoSpamBischofSystems.com> wrote in message
news:OL2G7iqpEHA.516@dotnet.itags.org.TK2MSFTNGP09.phx.gbl...
> check out the comments posted here
> http://blogs.aspadvice.com/crystal
>
> "Rod" <rodf@dotnet.itags.org.newsgroups.nospam> wrote in message
> news:uhYH6DmpEHA.556@dotnet.itags.org.TK2MSFTNGP09.phx.gbl...
doesn't
page.
>

The Crystal Reports icons arent showing up on the CrystalReportViewer

I've got a CrystalReportViewer on an ASP.NET page (.NET Framework 1.1,
Crystal Reports for .NET). When I go the report, it comes up but doesn't
show any of the navigation icons (they're all .GIF files) on the web page.

What is wrong?

Rodcheck out the comments posted here

http://blogs.aspadvice.com/crystal

"Rod" <rodf@dotnet.itags.org.newsgroups.nospam> wrote in message
news:uhYH6DmpEHA.556@dotnet.itags.org.TK2MSFTNGP09.phx.gbl...
> I've got a CrystalReportViewer on an ASP.NET page (.NET Framework 1.1,
> Crystal Reports for .NET). When I go the report, it comes up but doesn't
> show any of the navigation icons (they're all .GIF files) on the web page.
> What is wrong?
> Rod
That looks like it worked, thanks Brian!

Rod

"Brian Bischof" <Brian@dotnet.itags.org.NoSpamBischofSystems.com> wrote in message
news:OL2G7iqpEHA.516@dotnet.itags.org.TK2MSFTNGP09.phx.gbl...
> check out the comments posted here
> http://blogs.aspadvice.com/crystal
>
> "Rod" <rodf@dotnet.itags.org.newsgroups.nospam> wrote in message
> news:uhYH6DmpEHA.556@dotnet.itags.org.TK2MSFTNGP09.phx.gbl...
> > I've got a CrystalReportViewer on an ASP.NET page (.NET Framework 1.1,
> > Crystal Reports for .NET). When I go the report, it comes up but
doesn't
> > show any of the navigation icons (they're all .GIF files) on the web
page.
> > What is wrong?
> > Rod

Saturday, March 24, 2012

the easiest question for any one of you!

can anybody tell me what do i have to do to start working with ASP.NET
... .NET framework 2.0 ... some developing tools...? which is best and
why...? (i curently work with ASP through dreamweaver)
Thanks!www.asp.net
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
"eyekoola" wrote:

> can anybody tell me what do i have to do to start working with ASP.NET
> ... .NET framework 2.0 ... some developing tools...? which is best and
> why...? (i curently work with ASP through dreamweaver)
> Thanks!
>
web developer express is the basic version of the Microsoft editors:
http://msdn.microsoft.com/vstudio/express/vwd/
You can also use Dreamweaver with ASP.NET, though I don't know much about
it.
If you are more into class development and such, Visual Studio rocks, but is
quite expensive.
Karl
http://www.openmymind.net/
http://www.fuelindustries.com/
"eyekoola" <eyekoola@.gmail.com> wrote in message
news:e0bhsk$vs7$1@.sunce.iskon.hr...
> can anybody tell me what do i have to do to start working with ASP.NET ...
> .NET framework 2.0 ... some developing tools...? which is best and why...?
> (i curently work with ASP through dreamweaver)
> Thanks!

the easiest question for any one of you!

can anybody tell me what do i have to do to start working with ASP.NET
... .NET framework 2.0 ... some developing tools...? which is best and
why...? (i curently work with ASP through dreamweaver)

Thanks!www.asp.net

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com

"eyekoola" wrote:

> can anybody tell me what do i have to do to start working with ASP.NET
> ... .NET framework 2.0 ... some developing tools...? which is best and
> why...? (i curently work with ASP through dreamweaver)
> Thanks!
web developer express is the basic version of the Microsoft editors:
http://msdn.microsoft.com/vstudio/express/vwd/

You can also use Dreamweaver with ASP.NET, though I don't know much about
it.

If you are more into class development and such, Visual Studio rocks, but is
quite expensive.

Karl

--
http://www.openmymind.net/
http://www.fuelindustries.com/

"eyekoola" <eyekoola@.gmail.com> wrote in message
news:e0bhsk$vs7$1@.sunce.iskon.hr...
> can anybody tell me what do i have to do to start working with ASP.NET ...
> .NET framework 2.0 ... some developing tools...? which is best and why...?
> (i curently work with ASP through dreamweaver)
> Thanks!

The error code for the failure is 80070545

I'm getting the following error after installing the .NET Framework 1.1. Do
anyone have a solution?

"aspnet_wp.exe could not be started. The error code for the failure is
80070545. This error can be caused when the worker process account has
insufficient rights to read the .NET Framework files. Please ensure that the
..NET Framework is correctly installed and that the ACLs on the installation
directory allow access to the configured account."Check ASP.NET account in local users group of your machine. And make sure
that this user has enough rights to access web-server directory.

"jfleeson" <james.fleeson@.roseheartinn.com> wrote in message
news:Op$BQFnJFHA.3420@.tk2msftngp13.phx.gbl...
> I'm getting the following error after installing the .NET Framework 1.1.
> Do
> anyone have a solution?
> "aspnet_wp.exe could not be started. The error code for the failure is
> 80070545. This error can be caused when the worker process account has
> insufficient rights to read the .NET Framework files. Please ensure that
> the
> .NET Framework is correctly installed and that the ACLs on the
> installation
> directory allow access to the configured account."

Thursday, March 22, 2012

The error code for the failure is 80070545

I'm getting the following error after installing the .NET Framework 1.1. Do
anyone have a solution?
"aspnet_wp.exe could not be started. The error code for the failure is
80070545. This error can be caused when the worker process account has
insufficient rights to read the .NET Framework files. Please ensure that the
.NET Framework is correctly installed and that the ACLs on the installation
directory allow access to the configured account."Check ASP.NET account in local users group of your machine. And make sure
that this user has enough rights to access web-server directory.
"jfleeson" <james.fleeson@.roseheartinn.com> wrote in message
news:Op$BQFnJFHA.3420@.tk2msftngp13.phx.gbl...
> I'm getting the following error after installing the .NET Framework 1.1.
> Do
> anyone have a solution?
> "aspnet_wp.exe could not be started. The error code for the failure is
> 80070545. This error can be caused when the worker process account has
> insufficient rights to read the .NET Framework files. Please ensure that
> the
> .NET Framework is correctly installed and that the ACLs on the
> installation
> directory allow access to the configured account."
>