question

PandeyMonika-0837 avatar image
0 Votes"
PandeyMonika-0837 asked XingyuZhao-MSFT commented

Application not working in 64 bit machine dot net

My code is not working after upgrading machine to 64 bit.
What code changes help me to resolve this issue.

(<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=" >
<section name=".Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=**" requirePermission="false" />
</sectionGroup>)

dotnet-runtimewindows-platform-network
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @PandeyMonika-0837 ,

My code is not working after upgrading machine to 64 bit.

What's the type of your application?
Could you provide some related code here? It will help us analyze your problem.


1 Vote 1 ·

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=" >
<section name=".Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=**" requirePermission="false" />
</sectionGroup>

0 Votes 0 ·

Hi @PandeyMonika-0837
I have two questions to confirm with you.
Could you provide more details of the exception you get?
Can't you load log4net correctly?

0 Votes 0 ·

0 Answers