anjaliarora
Programmer
Does anybody know of any probelms besides the Access Suite Console issue which it is believed is resolvable by creating a file mmc.exe.config
with the foll. code
<?xml version ="1.0"?>
<configuration>
<startup>
<requiredRuntime version="v1.1.4322"/>
<supportedRuntime version="v1.1.4322"/>
</startup>
</configuration>
Can we expect any other issues
with the foll. code
<?xml version ="1.0"?>
<configuration>
<startup>
<requiredRuntime version="v1.1.4322"/>
<supportedRuntime version="v1.1.4322"/>
</startup>
</configuration>
Can we expect any other issues