Entries Tagged 'Uncategorized' ↓
November 11th, 2009 — Uncategorized
I installed MySQL’s Connector/Net v6.2 on my dev machine and used the Entity Framework to query a MySQL server without any problems. Then I uploaded the same code to my hosting company’s server and I kept getting errors telling me “Unable to find the requested .Net Framework Data Provider”. In order to make it work, I had to do the following:
- Uploaded MySql.Data.dll to my bin directory
- Uploaded MySql.Data.Entity.dll to my bin directory
- Added the following lines to my web.config file:
<?xml version=”1.0″?>
<configuration>
…
<system.data>
<DbProviderFactories>
<add name=”MySQL Data Provider” invariant=”MySql.Data.MySqlClient” description=”.Net Framework Data Provider for MySQL” type=”MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.2.0.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d” />
</DbProviderFactories>
</system.data>
…
</configuration>
I hope this saves someone else some headaches!
Rob
October 25th, 2009 — Uncategorized
After installing Windows 7 x64 on my PowerPro P 11:15, I still had some devices in Device Manager without drivers. Included in this list were the following:
Base System Device
- Hardware ID: PCI\VEN_1180&DEV_0843&SUBSYS_002514C0&REV_12
- This is actually a “Ricoh SD/MMC Host Controller”
- Solution: Installed setup.exe from \08.CardReader\3.51.01(WHQL).zip
Base System Device
- Hardware ID: PCI\VEN_1180&DEV_0592&SUBSYS_002514C0&REV_12
- This is actually a “Ricoh Memory Stick Controller”
- Solution: Installed setup.exe from \08.CardReader\3.51.01(WHQL).zip (solving the Ricoh SD/MMC Host Contoller above will solve this simultaneously)
PCI Memory Controller
- Hardware ID: PCI\VEN_8086&DEV_444E&SUBSYS_444E8086&REV_01
- This is actually the “Intel Turbo Memory Controller (Robson cache)
- I still haven’t gotten this working.
Unknown Device
- Hardware ID: ACPI\CPL0002\2&DABA3FF&1
- This is actually the “COMPAL Embedded System Control” (the Wireless Select Switch)
- Solution: EMSC driver for the Wireless Select Switch can be downloaded from http://fl90.tumblr.com/. Then install the setup.exe from \16.WirelessSelectSwtich\2.0.0.2
- This is NOT the “Smart Battery” as reported by many web sites
Unknown Device
April 19th, 2009 — Uncategorized
I could not get our Windows XP SP3 machine to connect to our Vista SP1 “server” machine. I found the solution at:
http://www.techsupportforum.com/microsoft-support/windows-vista-support/227510-solved-vista-sp1-changed-sharing-behavior.html
Solution: The XP machine’s Local Security Policy had to be changed to enforce NTLMv2.
The user’s problem was described as follows:
I upgraded Vista Ultimate to SP1 today and after the update, I can no longer see the folder and device shares that used to be visible to another computer running XP SP2. If I try NET VIEW from the XP computer, I get “System error 58 has occurred” and no information. Priot to the upgrade, all of the network shares were visible to my XP computers. I also upgraded a laptop computer running Vista Home Premium to SP1, and it has no problem seeing the shares across the network, so the problem appears to be particular to either XP or maybe any non-Vista OS. Ideas?
And this was the solution:
I’ve solved the problem of not being able to see network shares on my Vista machine from an XP machine after installing Vista SP1. The problem was authentication level for LAN Manager. Vista defaults to NTLMv2, and my Vista machine only allowed that level. My XP machine was set for LM & NTLM, but did not deal with NTLMv2. I solved the problem by going into Local Security Policy on both machines and changing the Network security: LAN Manager authentication level to “Send LM & NTLM – use NTLMv2 session security if negotiated” on both. I had to reboot to have the change take effect, and the problem was eliminated.
September 15th, 2008 — Uncategorized
Fix this problem by setting your hosts file entry “::1 localhost” to “:::1 localhost” (i.e. add an extra colon at the beginning of the line).
I found this solution at http://bvencel.blogspot.com/2008/05/aspnet-development-server-problems.html
August 2nd, 2008 — Uncategorized
Using EAC, here are the best settings (that I’ve found) for encoding audio:
- Check ‘Use external program for compression’
- Change ‘Parameter passing scheme’ to ‘User Defined Encoder’
- MP3:
- Set file extension to .mp3
- Locate ‘lame.exe’
- Additional Command-line options: %l-V 5%l%h-V 0%h –vbr-new %s %d
- FLAC:
- Set file extension to .flac
- Locate ‘flac.exe’
- Use command line -T “artist=%a” -T “title=%t” -T “album=%g” -T “date=%y” -T “tracknumber=%n” -T “genre=%m” %s
December 6th, 2006 — Uncategorized
This was taken after the pond was completely finished. Check out the fish! Swanky patio furniture, too!
Footage recorded on October 25th, 2006