Using SQLite in dotnet may result in an error: "An attempt was made to load a program with an incorrect format."
In my case the problem was the development webserver of Visual Studio 2017, which runs in 32-bit mode by default.
See the setting: http://tegtips.blogspot.nl/2014/07/visual-studio-2013-iis-express-64-bit.html
vrijdag 28 april 2017
dinsdag 25 april 2017
CSS @media
@media only screen and (max-width: 500px) {
body {
background-color: red;
}
}
body {
background-color: red;
}
}
Abonneren op:
Posts (Atom)