G
Guest
Hello,
I am trying to translate a .NET Runtime Error message logged under Event
Properties which states that the local computer may not have the necessary
registry information or message DLL files to display messages from a remote
computer, and is not useful enough to obtain more information. The only
useful information is only part of the message which states: Unable to open
shim database version registry key - v2.0.50727.00000.
To try and resolve this I have used the /auxsource switch and the net
command with the following syntax and have had no luck.
mmc /a eventvwr.msc /auxsource=server
net use \\servername\ipc$ /user:domainname\username
I was wondering if there was any other way to use the command line to find
out what is causing the .NET Runtime Error. Or to retrieve a file from a
remote server. I develop with Visual Basic .NET and create Windows
Applications quite frequently for school and am also currious to know if the
error is being caused by an application on my computer.
Thank you
I am trying to translate a .NET Runtime Error message logged under Event
Properties which states that the local computer may not have the necessary
registry information or message DLL files to display messages from a remote
computer, and is not useful enough to obtain more information. The only
useful information is only part of the message which states: Unable to open
shim database version registry key - v2.0.50727.00000.
To try and resolve this I have used the /auxsource switch and the net
command with the following syntax and have had no luck.
mmc /a eventvwr.msc /auxsource=server
net use \\servername\ipc$ /user:domainname\username
I was wondering if there was any other way to use the command line to find
out what is causing the .NET Runtime Error. Or to retrieve a file from a
remote server. I develop with Visual Basic .NET and create Windows
Applications quite frequently for school and am also currious to know if the
error is being caused by an application on my computer.
Thank you