Activity overview
Latest activity by Bushi
I found dllhost.exe in C:\WINNT\system32 folder so I copied it to C:\WINNT\ folder and tried again but now I got the message:
The COM+ application Business.Tier has not loaded the .NET Framework. Please check that Business.Tier is a .NET application or one that hosts the Common Language Runtime. Please note that the COM+ application will not be loaded until the client application accesses it. / comments
I found dllhost.exe in C:\WINNT\system32 folder so I copied it to C:\WINNT\ folder and tried again but now I got the message:
The COM+ application Business.Tier has not loaded the .NET Framework. P...
the dllhost.exe is not in the folder. But in task manager window it appears. / comments
the dllhost.exe is not in the folder. But in task manager window it appears.
no it is not there. "File not found"
what should I do? / comments
no it is not there. "File not found"
what should I do?
it is a 32 bit server.
In the Windows task manager, appears the dllhost.exe with uppercase: DLLHOST.EXE / comments
it is a 32 bit server.
In the Windows task manager, appears the dllhost.exe with uppercase: DLLHOST.EXE
You mean the executable used to call the COM+ dll?
In Executable textbox of Client application pane I wrote the complete path [image] \testFolder\bin\Debug\ClientApplication.exe
In arguments text box I left it empty. / comments
You mean the executable used to call the COM+ dll?
In Executable textbox of Client application pane I wrote the complete path \testFolder\bin\Debug\ClientApplication.exe
In arguments text box I lef...
i saw events log:
this is the description:
Unable to start profiler - exception details System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at ᐿ.ᐇ()
at ᐿ.ᐁ()
at ᐃ.ᐄ(IAsyncResult ) / comments
i saw events log:
this is the description:
Unable to start profiler - exception details System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process...
How can I see events log? / comments
How can I see events log?
COM+ application has not loaded the .NET Framework
I am trying to profile a Server application COM+ component.
The component "Business.Tier" has been written in C# and all references in this project are also written in C#.
When I take the snapshot ...
COM+ PROFILE
When I want to profile a COM+ server application
I select the application. In the client application I write the complete path of the dll.
After clicking OK to the message: "You are about to profil...