473,396 Members | 1,858 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

RegexAssembly?_0.dll and Zero-touch deployment

Hello all,
I am in the process of developing a Windows Forms application that is
distributed via zero-touch. Unfortunately I have come across an obstacle! A
3rd party control that I am using seems to dynamically create an assembly.
When I run the .EXE locally on the development PC it is fine, if I also copy
all the files to the test PC it runs fine. But when I run it via
http://myIIS/ztd/app/ztd.exe from the test pc it fails and the cordbg
displays the following:

Microsoft (R) Common Language Runtime Test Debugger Shell Version 1.0.3705.0
Copyright (C) Microsoft Corporation 1998-2001. All rights reserved.

(cordbg) a 0x4d0
Process 1232/0x4d0 created.
Warning: couldn't load symbols for
c:\winnt\microsoft.net\framework\v1.1.4322\ms
corlib.dll
Warning: couldn't load symbols for
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\IE
Exec.exe
Warning: couldn't load symbols for
c:\winnt\assembly\gac\ieexecremote\1.0.5000.0
__b03f5f7f11d50a3a\ieexecremote.dll
Warning: couldn't load symbols for
c:\winnt\assembly\gac\system\1.0.5000.0__b77a
5c561934e089\system.dll
Warning: couldn't load symbols for
c:\winnt\assembly\gac\system.drawing\1.0.5000
..0__b03f5f7f11d50a3a\system.drawing.dll
Warning: couldn't load symbols for
c:\winnt\microsoft.net\framework\v1.1.4322\ms
corlib.dll
Warning: couldn't load symbols for
c:\winnt\assembly\gac\system\1.0.5000.0__b77a
5c561934e089\system.dll
Warning: couldn't load symbols for
c:\winnt\assembly\gac\system.drawing\1.0.5000
..0__b03f5f7f11d50a3a\system.drawing.dll
Warning: couldn't load symbols for
c:\winnt\assembly\gac\ieexecremote\1.0.5000.0
__b03f5f7f11d50a3a\ieexecremote.dll
Warning: couldn't load symbols for c:\documents and settings\swadmin\local
setti
ngs\application
data\assembly\dl2\djzlwazx.1tk\x1r91ey8.dqq\bc19fa 57\00171d2b_d6
4ac401\ztdlauncher.exe
Warning: couldn't load symbols for c:\documents and settings\swadmin\local
setti
ngs\application
data\assembly\dl2\djzlwazx.1tk\x1r91ey8.dqq\90c3c9 14\00171d2b_d6
4ac401\ztd2.dll
Warning: couldn't load symbols for
c:\winnt\assembly\gac\system.windows.forms\1.
0.5000.0__b77a5c561934e089\system.windows.forms.dl l
[thread 0x480] Thread created.
Unable to determine existence of prolog, if any
[thread 0x48c] Thread created.
[thread 0x358] Thread created.
[thread 0x480] Unhandled exception generated: (0x04aac748)
<System.Security.Secu
rityException>
permissionType=<null>
permissionState=(0x04ab7af8) "<IPermission
class="System.Security.Permissions.
SecurityPermission, mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToke
n=b77a5c561934e089"
version="1"
Flags="ControlAppDomain"/>
"
grantedSet=<null>
refusedSet=<null>
_className=(0x04aad6ec) "System.Security.SecurityException"
_exceptionMethod=<null>
_exceptionMethodString=(0x04ab479c) "8 CheckTokenBasedSetHelper mscorlib,
Vers
ion=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Security
..CodeAccessSecurityEngine Void CheckTokenBasedSetHelper(Boolean,
System.Security
..Util.TokenBasedSet, System.Security.Util.TokenBasedSet,
System.Security.Util.To
kenBasedSet)"
_message=(0x04aaeac0) "Request for the permission of type
System.Security.Perm
issions.SecurityPermission, mscorlib, Version=1.0.5000.0, Culture=neutral,
Publi
cKeyToken=b77a5c561934e089 failed."
_innerException=<null>
_helpURL=<null>
_stackTrace=(0x04ab8a3c) array with dims=[12]
_stackTraceString=<null>
_remoteStackTraceString=<null>
_remoteStackIndex=0x00000000
_HResult=0x8013150a
_source=(0x04ab6804) "mscorlib"
_xptrs=0x00000000
_xcode=0x00000000

[05f5] int 3
(cordbg)

I hope someone can help!

Regards,

Alan Seunarayan
Jul 21 '05 #1
1 1927
figured out the solution.

thanks
"Alan Seunarayan" <so****@ntlworld.com> wrote in message
news:Oj**************@TK2MSFTNGP09.phx.gbl...
Hello all,
I am in the process of developing a Windows Forms application that is
distributed via zero-touch. Unfortunately I have come across an obstacle! A 3rd party control that I am using seems to dynamically create an assembly.
When I run the .EXE locally on the development PC it is fine, if I also copy all the files to the test PC it runs fine. But when I run it via
http://myIIS/ztd/app/ztd.exe from the test pc it fails and the cordbg
displays the following:

Microsoft (R) Common Language Runtime Test Debugger Shell Version 1.0.3705.0 Copyright (C) Microsoft Corporation 1998-2001. All rights reserved.

(cordbg) a 0x4d0
Process 1232/0x4d0 created.
Warning: couldn't load symbols for
c:\winnt\microsoft.net\framework\v1.1.4322\ms
corlib.dll
Warning: couldn't load symbols for
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\IE
Exec.exe
Warning: couldn't load symbols for
c:\winnt\assembly\gac\ieexecremote\1.0.5000.0
__b03f5f7f11d50a3a\ieexecremote.dll
Warning: couldn't load symbols for
c:\winnt\assembly\gac\system\1.0.5000.0__b77a
5c561934e089\system.dll
Warning: couldn't load symbols for
c:\winnt\assembly\gac\system.drawing\1.0.5000
.0__b03f5f7f11d50a3a\system.drawing.dll
Warning: couldn't load symbols for
c:\winnt\microsoft.net\framework\v1.1.4322\ms
corlib.dll
Warning: couldn't load symbols for
c:\winnt\assembly\gac\system\1.0.5000.0__b77a
5c561934e089\system.dll
Warning: couldn't load symbols for
c:\winnt\assembly\gac\system.drawing\1.0.5000
.0__b03f5f7f11d50a3a\system.drawing.dll
Warning: couldn't load symbols for
c:\winnt\assembly\gac\ieexecremote\1.0.5000.0
__b03f5f7f11d50a3a\ieexecremote.dll
Warning: couldn't load symbols for c:\documents and settings\swadmin\local
setti
ngs\application
data\assembly\dl2\djzlwazx.1tk\x1r91ey8.dqq\bc19fa 57\00171d2b_d6
4ac401\ztdlauncher.exe
Warning: couldn't load symbols for c:\documents and settings\swadmin\local
setti
ngs\application
data\assembly\dl2\djzlwazx.1tk\x1r91ey8.dqq\90c3c9 14\00171d2b_d6
4ac401\ztd2.dll
Warning: couldn't load symbols for
c:\winnt\assembly\gac\system.windows.forms\1.
0.5000.0__b77a5c561934e089\system.windows.forms.dl l
[thread 0x480] Thread created.
Unable to determine existence of prolog, if any
[thread 0x48c] Thread created.
[thread 0x358] Thread created.
[thread 0x480] Unhandled exception generated: (0x04aac748)
<System.Security.Secu
rityException>
permissionType=<null>
permissionState=(0x04ab7af8) "<IPermission
class="System.Security.Permissions.
SecurityPermission, mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToke
n=b77a5c561934e089"
version="1"
Flags="ControlAppDomain"/>
"
grantedSet=<null>
refusedSet=<null>
_className=(0x04aad6ec) "System.Security.SecurityException"
_exceptionMethod=<null>
_exceptionMethodString=(0x04ab479c) "8 CheckTokenBasedSetHelper mscorlib, Vers
ion=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Security
.CodeAccessSecurityEngine Void CheckTokenBasedSetHelper(Boolean,
System.Security
.Util.TokenBasedSet, System.Security.Util.TokenBasedSet,
System.Security.Util.To
kenBasedSet)"
_message=(0x04aaeac0) "Request for the permission of type
System.Security.Perm
issions.SecurityPermission, mscorlib, Version=1.0.5000.0, Culture=neutral,
Publi
cKeyToken=b77a5c561934e089 failed."
_innerException=<null>
_helpURL=<null>
_stackTrace=(0x04ab8a3c) array with dims=[12]
_stackTraceString=<null>
_remoteStackTraceString=<null>
_remoteStackIndex=0x00000000
_HResult=0x8013150a
_source=(0x04ab6804) "mscorlib"
_xptrs=0x00000000
_xcode=0x00000000

[05f5] int 3
(cordbg)

I hope someone can help!

Regards,

Alan Seunarayan

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Steven T. Hatton | last post by:
I mistakenly set this to the comp.std.c++ a few days back. I don't believe it passed the moderator's veto - and I did not expect or desire anything different. But the question remains: ISO/IEC...
28
by: Andreas Prilop | last post by:
Jukka reports on http://www.cs.tut.fi/~jkorpela/chars/spaces.html that Internet Explorer 6 fails on the "zero width space" U+200B ​ Is this observation still valid? For which versions of MS...
15
by: I wish | last post by:
#include <string.h> int a; memset( a, 0, sizeof(a) ); Does that guarantee all bits zero? -- |
25
by: Mantorok Redgormor | last post by:
Finally, control is returned to the host environment. If the value of status is zero or EXIT_SUCCESS, an implementation-defined form of the status successful termination is returned. beyond this...
53
by: Zhiqiang Ye | last post by:
Hi, All I am reading FAQ of this group. I have a question about this: http://www.eskimo.com/~scs/C-faq/q7.31.html It says: " p = malloc(m * n); memset(p, 0, m * n); The zero fill is...
25
by: pm940 | last post by:
Hello. I've been reading some past discussions on the NULL vs. zero. References are always made to systems or machienes that use values other than zero to represent the NULL pointer. Although...
10
by: Lyle Fairfield | last post by:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaac11/html/acfctNZ_HV05186465.asp "If the value of the variant argument is Null, the Nz function returns the number zero or a...
15
by: Tomás | last post by:
Is the following fully legal and fully portable for all the unsigned types? The aim of the function is to take an array by reference and set each element's value to zero. #include <... ...
4
by: H.S. | last post by:
Hello, I am trying out a few methods with which to test of a given number is practically zero. as an example, does the following test correctly if a given number is zero within machine...
23
by: Hallvard B Furuseth | last post by:
As far as I can tell, (x & -1) is nonzero if the integer x is negative zero. So for signed types, x == 0 does not guarantee (x & foo) == 0. Is that right? (Not that I expect to ever encounter a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.