472,780 Members | 1,569 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Error loading XML file c:\...\machine.config Request for the permission of type System.Security.Permissions.StrongNameIdentityPerm ission


I have seen the posts on various places on the internet about .NET
framework mismatch issues and I don't think that is my problem. ; )

When I execute the following C++.NET code:

String *ipAddress = S"";
IDictionary *server_config =
dynamic_cast<IDictionary*>(ConfigurationSettings:: GetConfig("ServerAddress")
);
ipAddress = dynamic_cast<String*>(server_config->get_Item(S"IP"));
I get the following .NET Framework exception on some computers:
Error loading XML file
c:\winnt\microsoft.net\framework\v1.1.4322\Config\ machine.config Request
for the permission of type
System.Security.Permissions.StrongNameIdentityPerm ission, mscorlib,
Version=1.90.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
failed.
(C:\winnt\microsoft.net\framework\v1.1.4322\Config \machine.config)
Details window:

************** Exception Text **************
System.Configuration.ConfigurationException: Error loading XML file
c:\winnt\microsoft.net\framework\v1.1.4322\Config\ machine.config Request for
the permission of type
System.Security.Permissions.StrongNameIdentityPerm ission, mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.
(c:\winnt\microsoft.net\framework\v1.1.4322\Config \machine.config)
at System.Configuration.ConfigurationSettings.GetConf ig(String
sectionName)
I am using the following app.config file (named appropriately for my
application of course):

<configuration>
<configSections>
<section name="ServerAddress"
type="System.Configuration.SingleTagSectionHandler ,System" />
<section name="IFacAddress"
type="System.Configuration.SingleTagSectionHandler ,System" />
<section name="LogFile"
type="System.Configuration.SingleTagSectionHandler ,System" />
</configSections>

<ServerAddress IP="10.0.0.41" Port="443" />
<IFacAddress IP="" Port="300" />
<LogFile dir="C:\\serv\\Server\\logs" name="Server.log"/>

<system.net>
<connectionManagement>
<add address="*" maxconnection="200" />
</connectionManagement>
</system.net>
<system.runtime.remoting>
<application>
<client>
<wellknown type="DBIISRemotingService.DBService,
DBIISRemotingService"

url="http://10.0.0.29:30303/DBIISRemotingService/DBService.rem" />
</client>
<channels>
<channel ref="http" port="0">
<clientProviders>
<formatter ref="binary" />
</clientProviders>
</channel>
</channels>
</application>
<customErrors mode="off" />
</system.runtime.remoting>
<startup>
<supportedRuntime version="V1.1.4322" />
</startup>
</configuration>
I can't seem to figure out what the problem is. I don't particularly
want to even access the machine.config file, I want the data that is in the
app.config file. Surely I don't need to have StrongNameIdentity permissions
to read my own app.config file. I have check the .NET framework permissions
and as far as I can tell the assembly is running with full trust so it
should have all the permissions it needs. The code above is executed from
within a .NET dll, which is called by a .NET application, perhaps that is
the problem.

If you need any more info I'd be happy to post it.

Thanks,

-Chris
Jul 21 '05 #1
1 4241
Hi Chris,

Thanks for your post. I am checking this issue on my side and I will update
you with my information.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #2

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

Similar topics

3
by: Sai Pavan | last post by:
Error loading XML file c:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config Request for the permission of type System.Security.Permissions.StrongNameIdentityPermission, mscorlib,...
0
by: Nic Butler | last post by:
Hi, I've got a win form app that takes an arbitrary file from the local drive, calls a webservice function, passing the file's byte array plus an number of other params. About half the time I...
0
by: Jeff | last post by:
Hello, I've run into a problem with my asp.net application and would like to know whether the error is likely with my remote host. The problem is an unhandled exception, and the exception...
2
by: Jeff | last post by:
Hello, I've run into a problem with my asp.net application and would like to know whether the error is likely with my remote host. The problem is an unhandled exception, and the exception...
2
by: Sue | last post by:
W2K Server, IIS 5.0, SQL 7, Integrated Security, web app. When user tried to bring up app in IE6, got the following error Error loading XML file c:\winnt\microsoft.net\framework\v1.0.370...
9
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My...
1
by: Chris | last post by:
I have seen the posts on various places on the internet about .NET framework mismatch issues and I don't think that is my problem. ; ) When I execute the following C++.NET code: String...
10
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server...
3
by: Mike | last post by:
Hi I have problem as folow: Caught Exception: System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Request for the permission of type...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.