Hi linvi!
Prima di tutto permettimi di congratularmi con te per il lavoro che stai facendo. Keep going!
Now the problem...
Trying to retarget my project on Windows 10 family, I'm getting this exception:
{System.TypeInitializationException: The type initializer for 'Tweetinvi.CredentialsCreator' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Tweetinvi.TweetinviContainer' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Net, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' or one of its dependencies. The system cannot find the file specified.
at Tweetinvi.Logic.TweetinviLogicModule.InitializeExceptionHandler()
at Tweetinvi.Logic.TweetinviLogicModule.Initialize()
at Tweetinvi.Injectinvi.AutofacContainer.InitializeModules()
at Tweetinvi.Injectinvi.AutofacContainer.Initialize()
at Tweetinvi.Injectinvi.AutofacContainer..ctor()
at Tweetinvi.TweetinviContainer..cctor()
--- End of inner exception stack trace ---
at Tweetinvi.TweetinviContainer.ResolveT
at Tweetinvi.CredentialsCreator..cctor()
--- End of inner exception stack trace ---
at Tweetinvi.CredentialsCreator.GenerateApplicationCredentials(String consumerKey, String consumerSecret)
at TwitterClient.View.LoginPage.<Login_Click>d__3.MoveNext()}
when calling this:
CredentialsCreator.GenerateApplicationCredentials(CONSUMER_KEY, CONSUMER_SECRET);
Since is the very first call to Tweetinvi I can't say if others calls can be succesfull.
Is this an acknowledged problem?
Grazie!
Prima di tutto permettimi di congratularmi con te per il lavoro che stai facendo. Keep going!
Now the problem...
Trying to retarget my project on Windows 10 family, I'm getting this exception:
{System.TypeInitializationException: The type initializer for 'Tweetinvi.CredentialsCreator' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Tweetinvi.TweetinviContainer' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Net, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' or one of its dependencies. The system cannot find the file specified.
at Tweetinvi.Logic.TweetinviLogicModule.InitializeExceptionHandler()
at Tweetinvi.Logic.TweetinviLogicModule.Initialize()
at Tweetinvi.Injectinvi.AutofacContainer.InitializeModules()
at Tweetinvi.Injectinvi.AutofacContainer.Initialize()
at Tweetinvi.Injectinvi.AutofacContainer..ctor()
at Tweetinvi.TweetinviContainer..cctor()
--- End of inner exception stack trace ---
at Tweetinvi.TweetinviContainer.ResolveT
at Tweetinvi.CredentialsCreator..cctor()
--- End of inner exception stack trace ---
at Tweetinvi.CredentialsCreator.GenerateApplicationCredentials(String consumerKey, String consumerSecret)
at TwitterClient.View.LoginPage.<Login_Click>d__3.MoveNext()}
when calling this:
CredentialsCreator.GenerateApplicationCredentials(CONSUMER_KEY, CONSUMER_SECRET);
Since is the very first call to Tweetinvi I can't say if others calls can be succesfull.
Is this an acknowledged problem?
Grazie!