Displaying 7 results from an estimated 7 matches for "componentmodel".
2009 Jan 05
3
VMware Infrastructure won't start.
...ystem.Resources.ResourceReader.LoadObjectV2(Int32 pos,
ResourceTypeCode& typeCode)
at System.Resources.ResourceReader.LoadObject(Int32 pos)
at System.Resources.ResourceReader.ResourceEnumerator.get_Entry()
at System.Resources.ResourceReader.ResourceEnumerator.get_Current()
at System.ComponentModel.ComponentResourceManager.FillResources(CultureInfo
culture, ResourceSet& resourceSet)
at System.ComponentModel.ComponentResourceManager.FillResources(CultureInfo
culture, ResourceSet& resourceSet)
at System.ComponentModel.ComponentResourceManager.FillResources(CultureInfo
culture, Res...
2010 Jul 12
9
Kernel 2.6.35 and .Net Framework
...6.35, but can only run it when booting into kernel 2.6.33. With kernel 2.6.35 I don't have the permission as user to run dotnet2, and get an access denied.
An example:
Running AGS (Adventure Game Studio) with kernel 2.6.33 works fine. But with 2.6.35 (2.6.34) I got the following error:
System.ComponentModel.Win32Exception: Access denied
at System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean FirstModuleOnly)
at System.Diagnostics.Process.get_MainModule()
at AGS.Editor.AGSEditor..ctor()
...
If I try to install dotnet 3.0 booting into kernel 2.6.33 it seem to install without any...
2012 May 01
7
Error installing dotnet30
Hello,
I would like to install the dotnet30 using winetricks, but the terminal tell me the error 65. I have targeted the error :
Code:
fixme:advapi:RegisterEventSourceA ((null),"MsiInstaller"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00002dbb,(nil),0x0006,0x00000000,0x33ccf8,(nil)):
2012 May 08
6
Ubuntu 12.04 64bit + Wine 1.5.3 (or 1.4) + .NET Framework3.0
...t;mscorlib.resources"
> fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub
> fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x00000000,0x880c70,0x880b18): stub
> err:eventlog:ReportEventW L"System.ComponentModel.Win32Exception: \0414\043e\0441\0442\0443\043f \0437\0430\043f\0440\0435\0449\0451\043d\r\n at System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly)\r\n at System.Diagnostics.Process.get_MainModule()\r\n at System.ServiceModel.Install"...
> fixme...
2020 Oct 18
1
Lookup sid with libsmbclient (invoked from c# on mono)
Hi,
There is some additional work to do (close lsa handle), but the far the
code below is working.
Let me share it with you in case somebody will have the same need that me.
br
Vincent LE TOUX
using Microsoft.Win32.SafeHandles;
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Net;
using System.Runtime.InteropServices;
using System.Security.Principal;
namespace PingCastle.ADWS
{
internal class SambaSidResolver : IDisposable
{
const int SECURITY_MAX_SID_SIZE = 68;
[DllImport("libsmbclient.so.0", C...
2013 Jul 22
11
chocolatey, windows, powershell and fault bucket
Hi,
I configured puppet open source with the chocolatey module and one windows
client.
When the puppet agent run as a service (not the interactive version) I can
see in the windows event log some errors like
Fault bucket 1734820220, type 5
Event name: PowerShell
Fault bucket , type 0
Event name: PowerShell
I tried to google it but I did not find anything relevant apart from some
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
Typical example:
Here is some search & export for libsmbclient:
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep
cli_rpc_pipe_open_noauth_transport
<nothing>
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep
cli_rpc_pipe_open
U cli_rpc_pipe_open_noauth
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0