-
as seen on Dot net Slackers
- Search for 'Dot net Slackers'
If you upgrade older .NET sites from 1.x to 2.x or greater, you may encounter this error when you have configuration settings that look like this: <section name="CacheSettings"
type="System.Configuration.NameValueFileSectionHandler, System"/>
Once you…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Hi guys, the problem is the following.
I have an old computer that mounts a SATA Dvd Burner. The old MoBo (an AsRock P4VT8+) is not able to recognize the freaking burner when booting.
So I had to convert my IDE HD to USB HD and mount it on my laptop and install Ubuntu from there. The problem now is…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've got aConfiguration object that I can easily read and write settings from and call Save(ConfigurationSaveMode.Minimal, true) on and that typically works just fine.
However, I now have a config file that has a custom sectionGroup defined of type System.Configuration.NameValueSectionHandler (I…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am looking into building a syslog / logging infrastructure and am pondering about some architecture best practices. Essentially, I see that a syslog system needs to support two conflicting workloads:
log collection. Potentially massive streams of data need to be written quickly to disks and indexed…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi I have an application that works fine in my dev enviroment, but throws weird errors in the production enviroment, I checked the version of .net on my dev machine aswell as the production server , they both run 3.5.30729.01.
The exception I get is a System.IO.FileNotFoundException.
StackTrace:…
>>> More