R
robert_m_fisher
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".
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__692fbea5521e1304\crystaldecisions.web.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\dl2\5642a9da\c0eb1c67_a2aac501\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\system.drawing.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary 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__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_a2aac501\xaccounting.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\dl2\2c66c8b1\6c3aaed6_9baac501\controls.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\dl2\6834c7bf\32afd8a9_9baac501\dalplugindetailedlog.dll"
/R:"c:\windows\assembly\gac\crystaldecisions.reportsource\9.1.3300.0__692fbea5521e1304\crystaldecisions.reportsource.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\dl2\dade88bd\0060bd99_534fc201\interop.vba.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\dl2\9f86c1cb\0ac2eba9_9baac501\xdom3.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary 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\temporary 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__b77a5c561934e089\system.data.dll"
/R:"c:\windows\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseservices.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\dl2\7996cee9\e873dda9_9baac501\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_a2aac501\xdti.webcontols.dll"
/out:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET
Files\nexsurex_working\cd5673eb\1b418a67\thy6lfor.dll" /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.
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".
a given aspx file and "View Code". I can also "right click" and "ViewFrom the IDE, before I attempt to run in debug mode I can "right click"
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__692fbea5521e1304\crystaldecisions.web.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\dl2\5642a9da\c0eb1c67_a2aac501\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\system.drawing.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary 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__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_a2aac501\xaccounting.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\dl2\2c66c8b1\6c3aaed6_9baac501\controls.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\dl2\6834c7bf\32afd8a9_9baac501\dalplugindetailedlog.dll"
/R:"c:\windows\assembly\gac\crystaldecisions.reportsource\9.1.3300.0__692fbea5521e1304\crystaldecisions.reportsource.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\dl2\dade88bd\0060bd99_534fc201\interop.vba.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\dl2\9f86c1cb\0ac2eba9_9baac501\xdom3.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary 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\temporary 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__b77a5c561934e089\system.data.dll"
/R:"c:\windows\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseservices.dll"
/R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net
files\nexsurex_working\cd5673eb\1b418a67\assembly\dl2\7996cee9\e873dda9_9baac501\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_a2aac501\xdti.webcontols.dll"
/out:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET
Files\nexsurex_working\cd5673eb\1b418a67\thy6lfor.dll" /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.