How to open VS2005 file/project in VS2013 - dll

I`m working on a project which requires the using of older (2005) library.
When I try to add the library to references, an error pops up telling me that(see picture attached)
The following is exception details:
System.DllNotFoundException occurred
HResult=-2146233052
Message=Unable to load DLL 'edk.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Source=DotNetEmotivSDK
TypeName=""
StackTrace:
at Emotiv.EdkDll.Unmanged_EE_EmoEngineEventCreate()
at Emotiv.EdkDll.EE_EmoEngineEventCreate()
at Emotiv.EmoEngine..ctor()
at Emotiv.EmoEngine.get_Instance()
at MindComposer.EmotivSDK.HeadsetConnection.Main(String[] args) in c:\Users\Vlado Bogdanov\Documents\Visual Studio 2013\Projects\MindComposer\MindComposer\NeuroProcessing\HeadsetConnection.cs:line 37
InnerException:

Related

how to resolve System.DllNotFoundException: Unable to load DLL 'sybdrvado20.dll': for sybase

I used the sybdrvado20.dll for my windows service development with vb.net for sybase db connectvity.When i prepared the setup and run on windows server then below sybase error getting.
System.TypeInitializationException: The type initializer for 'Sybase.Data.AseClient1.AseConnection' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'sybdrvado20.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

Retrieving the COM class factory for component with CLSID {XX} failed due to the following error: 80004005 Unspecified error

I am working on VB.NET WinForm Application ( 32 bit) which references third party COM dll (32 bit). My Target Platform points to x86. I registered the dll using command prompt as administrator. However while creating the instance of dll it intermittently not able to create it and I get the following COM exception:
Retrieving the COM class factory for component with CLSID
{0CBDC6C1-3D1E-4CEB-A89E-5D081985E874} failed due to the following
error: 80004005 Unspecified error (Exception from HRESULT: 0x80004005
(E_FAIL)).
Can anyone help me with this, please?

WP10 TP Unable to get License Information 0xC03F7000

I'm testing my In-app purchases on my WP8.1 app as-is on Win 10 Tech Preview (tried on device as well as emulator with same result) and facing the following error while trying to get License Information.
Exception:
System.Exception: Exception from HRESULT: 0xC03F7000 at
Windows.ApplicationModel.Store.CurrentApp.get_LicenseInformation() at
App.OnLaunched(LaunchActivatedEventArgs e)
Code:
Dim oLicense As LicenseInformation
oLicense = CurrentApp.LicenseInformation
This is working fine on WP8.1. When I tried CurrentAppSimulator.LicenseInformation, I get a different error.
System.IO.DirectoryNotFoundException: The system cannot find the path
specified. (Exception from HRESULT: 0x80070003) at
Windows.ApplicationModel.Store.CurrentAppSimulator.get_LicenseInformation()
Any help/pointer is appreciated.
This has now been resolved with the release of Windows 10. It was a platform issue while in Technical preview stage.

MissingMethodException with xsp4 and asp.net 4.5

I am trying to test a web site with xsp4, all assemblies are compiled for target framework 4.5. I get the following stack trace.
Exception during TraceManager initialization:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Web.Configuration.TraceSection ---> System.MissingMethodException: Method not found: 'System.Configuration.ConfigurationProperty..ctor'.
--- End of inner exception stack trace ---
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
A search here on stackoverflow (and other places) found that a possible reason is that xsp4 runs within the 4.0 directory of mono. Mine is already located in 4.5 and is used by the xsp script, so I am stuck with this one. Any ideas?
Found it. The error resulted from having a FSharp.Core.Dll within the bin folder. It is a mixed F# / C# project and a local copy is not needed, if the Dll resides within the GAC. Removing it made the error disappear.

Library not registered

I got this error :
Warning 1 Cannot get the file path for type library
"a5ededf4-2bbc-45f3-822b-e60c278a1a79" version 12.0. Library not
registered. (Exception from HRESULT: 0x8002801D
(TYPE_E_LIBNOTREGISTERED)) OCRMongo
In vb.net
I follow instruction from
http://www.techrepublic.com/forum/questions/101-345154/how-do-i-install-microsoft-modi-110
and I still get that warning. What's the problem?