Hi im trying to create a twitter feed on my umbraco website which is ruuning locally on my laptop. However after installing the package and setting up an application using twitter developers. I have done all the necessary things like created a Consumer key, Consumer secret, Access token, Access token secret and copied them over into dictionary but im getting the following error message
System.IO.FileNotFoundException: Could not load file or assembly
'TweetSharp, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=c148cfb*********' or one of its dependencies. The system
cannot find the file specified.
File name: 'TweetSharp, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=c148cfb*********'
at uTweets.Tweets.GetTweets()
at ASP._Page_macroScripts_uTweet_ListOfTweets_cshtml.Execute() in
c:\inetpub\wwwroot\umbraco
6\macroScripts\uTweet.ListOfTweets.cshtml:line 8
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind
failure logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].
Ive tried this but still had no luck
Start REGEDIT and navigate to
HKEY_LOCAL_MACHINE\Software\Microsoft\Fusion and choose Edit -> New
-> DWORD Value. Name it EnableLog. Right click the new value,
choose Modify and set the value to 1.
If the EnableLog value already exists just set it to a value of 1.
Problem installing twitter package
Hi im trying to create a twitter feed on my umbraco website which is ruuning locally on my laptop. However after installing the package and setting up an application using twitter developers. I have done all the necessary things like created a Consumer key, Consumer secret, Access token, Access token secret and copied them over into dictionary but im getting the following error message
System.IO.FileNotFoundException: Could not load file or assembly 'TweetSharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c148cfb*********' or one of its dependencies. The system cannot find the file specified. File name: 'TweetSharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c148cfb*********' at uTweets.Tweets.GetTweets() at ASP._Page_macroScripts_uTweet_ListOfTweets_cshtml.Execute() in c:\inetpub\wwwroot\umbraco 6\macroScripts\uTweet.ListOfTweets.cshtml:line 8 WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Ive tried this but still had no luck
Start REGEDIT and navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Fusion and choose Edit -> New -> DWORD Value. Name it EnableLog. Right click the new value, choose Modify and set the value to 1.
If the EnableLog value already exists just set it to a value of 1.
Any help please????
Maybe it's better to use one of the new Umbraco Twitter packages for this?
uTwit
TwitterOAuthOap
Jeroen
Hi Jeroen,
Thanks for your reply I will give uTwit a try
Paul
is working on a reply...