RE: Assembly Resolve Anomaly-Please Help



Hi ResultmakerMSDN,
Thanks for your waiting.

I haven't met such issue so far. In general, I'd like to suggest you add
your DLL into GAC. This will be a good solution. According to your
description and fusion log, .net framework runtime searched in system32
folder and fail to load Assembly.

It could also be a problem with your account privilege. What is the account
your windows service runs on? If this account hasn't enough privilege to
load your assemble, for windows service application, .net runtime will look
into system32 folder. Additionally, I suggest you may use FILEMON for such
File Access Privilege Issue. FileMon will log which folder does application
access and whether there is a privilege issue.

http://www.microsoft.com/technet/sysinternals/FileAndDisk/Filemon.mspx

Hope this helps.
Sincerely,
Wen Yuan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

.



Relevant Pages

  • RE: Unable to copy file. ... Access to the path ... is denied.
    ... The Debug Directory was included in the project. ... ** it the service app used(configured in windows Service manager) when you ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.vsnet.general)
  • RE: Problem with Process.GetCurrentProcess() when starting a servi
    ... Then I used the VS.net2003 debugger to attach the Windows Service process ... By breaking the process while hang several times, ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.general)
  • Re: Logging off
    ... bool force) { ... /// Tries to enable the specified privilege. ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Elevate permission of code
    ... As for the privilege elevation, I'm afraid you're limited to the Vista ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.platformsdk.security)
  • RE: Elevate permission of code
    ... As for the privilege elevation, I'm afraid you're limited to the Vista ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.platformsdk.security)

Loading