How to manually add .NET 3.5 assemblies to web.config to take advantage of 3.5 features
I was able to remove the delegate statement for Func and got the import
of the System namespace to work by adding the following to my
web.config file:<system.web>
<compilation>
<assemblies>
<add assembly=”System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089″/>
<add assembly=”System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089″/>
</assemblies>
</compilation>
</system.web>I got this information from the following posting:
http://forums.asp.net/t/1186042.aspx
I’m not using Visual Studio 2008 which I assume would have done all
this for me automatically. It’s interesting that I can’t find a file
named “system.core.dll” in any folder under “windows\Microsoft.NET”.Thank you,
John
My home using FM Atlas
This is where I live:
http://fmatlas.com/view/jpmasseria/20080221_Myhome
Whispering Pines in Davie, Florida.
Water managers declare water shortages, impose mandatory water restrictions
Severe Water Shortage Order declared for Lake Okeechobee Service Area, imposing more stringent Phase II mandatory water restrictions.
Moderate Water Shortage Order declared for Lower East Coast,
imposing Phase I mandatory water restrictions.
Water Shortage Cease Withdrawal Order declared for St. Lucie County Agricultural Area, terminating withdrawals by permitted users from the C-23, C-24 and C-25 canals and imposing Phase I mandatory water restrictions for residential non-permitted users from the three canals.
Recent SFWMD News Releases – English
Lower East Coast:
Classified as a Phase I moderate water shortage declaration, the Lower East Coast order will primarily impact areas of eastern Monroe, Miami-Dade, Broward and Palm Beach counties — highly populated urban areas that depend on Lake Okeechobee for backup water supply.
Because lawn irrigation accounts for half of drinking water used in South Florida, Phase I water restrictions require water users to limit outdoor water use. Phase I restrictions allow lawn watering and car washing three days a week: Mondays, Wednesdays and Saturdays from 4 a.m. to 8 a.m. for addresses that end in an odd number; Tuesdays, Thursdays and Sundays from 4 a.m. to 8 a.m. for even-number addresses. Water restrictions do not apply to the use of 100 percent reclaimed water (reuse).
powered by performancing firefox
WordPress domain mapping FAQ
Q: How to I map my wordpress.com blog to a subdirectory of my current domain such as http://domain.com/blog ?
A: I’m sorry, but subdirectory mapping is not available. You could map to a subdomain as described below.
Q: I own domain.com, and want to map a subdomain of that to my WordPress.com blog. Is that possible?
A: Yes. You will need to add a DNS CNAME at your DNS provider before the domain mapping will work. You should not change your nameserver information if you just want to map a subdomain. The CNAME should look something like the following:
subdomain.domain.com. IN CNAME [your-blog].wordpress.com.
Once that DNS entry has been added login to your WordPress.com Dashboard, click on Options > Domains and enter subdomain.domain.com into the box. If everything is setup correctly, it will allow you to map the subdomain to your blog. If things are not quite right the system will let you know and provide suggestions on what you need to do to remedy the problem.
Note: You cannot map only the “www” subdomain since we remove the www from all the URLs at wordpress.com.
-
Archives
- March 2008 (1)
- February 2008 (1)
- March 2007 (1)
- February 2007 (1)
-
Categories
-
RSS
Entries RSS
Comments RSS




