if your having trouble like this with your Visual Studio 2010 while you have to target .net 3.5, you can do following steps 1. Unload your project within visual studio 2010 2. Edit your project 3. add below code within your project <Reference Include=”System” /> <Reference Include=”System.Core”> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> Share on Facebook
Reski's hobbies blog place…
This is not just about me, but also bout my familyArchive for May, 2010
The type ‘System.Func‘ exists in both ‘c:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll’ and ‘c:\WINDOWS\microsoft.net\Framework64\v4.0.30319\mscorlib.dll’
Warning…..this is only for Sapphire or HTC Magic device only Upgrade your Radio First of all,you download following files – The 1.76.2007 SPL HBOOT image http://www.theandroidkitchen.com/fil…-1.76.2007.img – The 6.35.10.18 Radio Image http://www.theandroidkitchen.com/fil…6.35.10.18.img – The Amon_RA Hero Recovery (Latest version is 1.5.2 as of this post) http://forum.xda-developers.com/showthread.php?t=561124 Then do following steps fastboot flash radio Radio_HTC_PVT_32A_6.35.10.18.img fastboot [...]
1.Please do ensure that any of your google analytics plugins already activated 2. Do setting including your urchin code 3. Make sure that your footer template (usually footer.php) called wordpress function which is wp_footer. <?php wp_footer(); ?> Share on Facebook
Elmah + System.Data.SQLite, Version=1.0.61.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139? or one of its dependencies. The located assembly’s manifest definition does not match the assembly reference. (Exception from HRESULT: 0×80131040)
if your having this message, just add below code in your web.config <dependentAssembly> <assemblyIdentity name=”System.Data.SQLite” publicKeyToken=”db937bc2d44ff139″/> <bindingRedirect oldVersion=”1.0.61.0″ newVersion=”1.0.66.0″/> </dependentAssembly> It tells you to redirect all of your SQLite DLL version 1.0.61.0 into somethin newer,for this example 1.0.66.0 For further info, check this 1.DLL redirection in web.config 2.Issue regarding elmah Share on Facebook
If you have problem with WordPress problem within IIS7 or IIS7.5, maybe you have trouble with your directory security access. To solve actually easy, but I need sometime to try and search. Under default application pool identity user, to allow this you have to make Users (<Computer Name\Users) and IIS_USRS(<Computer Name\IIS_IUSRS) have Full permission access [...]