আজ থেকে শুরু করলাম বাংলায় পাইথন নিয়ে স্ক্রীনকাস্ট ।
Year: 2011
If you’re using Grameen Phone, it’s likely that you have 3 internet settings – Internet, WAP and MMS. The WAP settings very often faces issues while downloading contents from the internet. Pathetically, this settings profile is used by most phones by default.
Today noon, I bought a Nokia X2-01 QWERTY set and when I tried to update the built in Nokia Ovi Store, I was having connection issues. Asking Google didn’t help at all. I then started exploring the configuration settings. I noticed that by default, the web app in Nokia uses GPWAP. So I created a new Web profile with gpinternet access point and it resolved the issues I was having.
If you’re having problems downloading contents with GP’s mobile internet, just tweak the settings and use “gpinternet” as the access point for everything 🙂
I installed VS2010 Express Edition which installed SQL Server 2008 Express edition along side. But I was failing to add a connection to the SQL Server 2008 Instance from Visual Web Developer. I was getting the notorious error 40 on my Windows 7 Ultimate.
Searching the web came up with too many details. I went through them and tried them one by one blindly as I am new to the .NET platform.
Finally, what worked for me is to download and install SQL Server 2008 again, this time with the default instance name. Then in Visual Web Developer, I navigated to Tools > Options. I checked the “Show all settings” box to view all the options. In the Database Connection section, I removed the existing value. An empty field falls back to the default value.
That did the trick for me. I can now connect and create databases using the Visual Web Developer 🙂