Hi, I'm running Windows 8 and Visual Studio Express 2012 for Windows 8. I've created a new project, and used nuget console: PM> Install-Package TweetinviAPI (the usual course)
nuget determined that version 0.9.3.3 is compatible. However, i'm facing an issue with Autofac dependency on version 3.0.0.0 while 3.5.2 is latest. I've tried to add app.config file to the project to bypass this warning. However, it resulted in fatal error "App can't be started".
Also, i've tried to add dlls manually from latest binaries, but not compatible with visual studio.
Would you please help? Any ideas? Thanks
nuget determined that version 0.9.3.3 is compatible. However, i'm facing an issue with Autofac dependency on version 3.0.0.0 while 3.5.2 is latest. I've tried to add app.config file to the project to bypass this warning. However, it resulted in fatal error "App can't be started".
Also, i've tried to add dlls manually from latest binaries, but not compatible with visual studio.
Would you please help? Any ideas? Thanks