G
Guest
I am working on testing zero deployment on Windows 2003 server. The
application I am testing is a simple Managed application written in C#. When
I access the application I receive the following error:
Unhandled Exception: System.ArgumentException: Invalid directory on URL. at
System.Security.CodeAccessSecurityEngine.GetZoneAndOriginInternal(ArrayList
zoneList, ArrayList originList, StackCrawlMark& stackMark, Int32 checkFrames)
at System.Security.SecurityManager.GetZoneAndOrigin(ArrayList& zone,
ArrayList& origin) at System.Windows.Forms.Form.RestrictedWindowText(String
original) at System.Windows.Forms.Form.get_CreateParams() at
System.Windows.Forms.Control..ctor() at
System.Windows.Forms.ScrollableControl..ctor() at
System.Windows.Forms.ContainerControl..ctor() at
System.Windows.Forms.Form..ctor() at TestApplication.Form1..ctor() in
e:\visualstudioprojects\profileeditor\testapplication\form1.cs:line 21 at
TestApplication.Form1.Main() in
e:\visualstudioprojects\profileeditor\testapplication\form1.cs:line 84
This application runs just fine on Windows XP professional being deployed
via IIS. It also runs properly on the local machine.
application I am testing is a simple Managed application written in C#. When
I access the application I receive the following error:
Unhandled Exception: System.ArgumentException: Invalid directory on URL. at
System.Security.CodeAccessSecurityEngine.GetZoneAndOriginInternal(ArrayList
zoneList, ArrayList originList, StackCrawlMark& stackMark, Int32 checkFrames)
at System.Security.SecurityManager.GetZoneAndOrigin(ArrayList& zone,
ArrayList& origin) at System.Windows.Forms.Form.RestrictedWindowText(String
original) at System.Windows.Forms.Form.get_CreateParams() at
System.Windows.Forms.Control..ctor() at
System.Windows.Forms.ScrollableControl..ctor() at
System.Windows.Forms.ContainerControl..ctor() at
System.Windows.Forms.Form..ctor() at TestApplication.Form1..ctor() in
e:\visualstudioprojects\profileeditor\testapplication\form1.cs:line 21 at
TestApplication.Form1.Main() in
e:\visualstudioprojects\profileeditor\testapplication\form1.cs:line 84
This application runs just fine on Windows XP professional being deployed
via IIS. It also runs properly on the local machine.