using unmanaged code

Discussion in 'Visual Studio' started by vitkaodessit, Jun 27, 2011.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 5 years ago have build a website, where managed dll was using MFC dll(unmanged) and it was working fine. Today I can not do it. Is anyone knows the way to execute unmanaged dll out of "Bin" folder?

    Vic
     
  2. Thanks wisemx.
    I am not an employee of DASP also, therefore I don't have access to 'system' folders. :)
     
  3. I have tried:
    <hostingEnvironment shadowCopyBinAssemblies="false" /> option.
    It does not help. Looks like all managed dll anyway copied to temp folder and unmanaged does not. Don't know what to do?
     
  4. Is the site IIS6 or IIS7?
    One thing I would try if it was working is resetting the site from your Control Panel.
     
  5. Thanks wisemx.
    Site is on Windows 2008 - IIS 7.0.
    I should ask DASP to move me to IIS6, this probably will resolve my problem.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page