
blog.vanmeeuwen-online.nl
Yet Another IT BlogSoftware development, tools, and other issues.
http://blog.vanmeeuwen-online.nl/
Software development, tools, and other issues.
http://blog.vanmeeuwen-online.nl/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Tuesday
LOAD TIME
4.7 seconds
PAGES IN
THIS WEBSITE
14
SSL
EXTERNAL LINKS
24
SITE IP
172.217.6.83
LOAD TIME
4.692 sec
SCORE
6.2
Yet Another IT Blog | blog.vanmeeuwen-online.nl Reviews
https://blog.vanmeeuwen-online.nl
Software development, tools, and other issues.
Yet Another IT Blog: Error Value: 2147942523 on Scheduled Task for Powershell
http://blog.vanmeeuwen-online.nl/2012/12/error-value-2147942523-on-scheduled.html
Yet Another IT Blog. Software development, tools, and other issues. Friday, 7 December 2012. Error Value: 2147942523 on Scheduled Task for Powershell. One of our clients where struggling with SSRS2008 R2 in SharePoint 2010 integrated mode (two server farm, both 64-bit Windows 2008 R2). However, I tried several solutions, without any luck. I found a solution on Pavel Pawlowski's blog ( http:/ www.pawlowski.cz/2011/07/solving-issue-long-starting-report-ssrs-2008. Task category: Action failed to start.
Yet Another IT Blog: How to solve problems with Interop.Excel after uninstalling Office 2007 and installing Office 2003?
http://blog.vanmeeuwen-online.nl/2008/10/how-to-solve-problems-with-interopexcel.html
Yet Another IT Blog. Software development, tools, and other issues. Friday, 6 June 2008. How to solve problems with Interop.Excel after uninstalling Office 2007 and installing Office 2003? How to solve problems with Interop.Excel after uninstalling Office 2007 and installing Office 2003? Exception Text * * * * * * *. At Microsoft.Office.Interop.Excel.ApplicationClass.get Workbooks(). At System.Windows.Forms.Control.OnClick(EventArgs e). My colleague worked on a PC with Office 2003 and I am working on a P...
Yet Another IT Blog: Format date on textbox in Lightswitch HTML client
http://blog.vanmeeuwen-online.nl/2014/03/format-date-on-textbox-in-lightswitch.html
Yet Another IT Blog. Software development, tools, and other issues. Wednesday, 26 March 2014. Format date on textbox in Lightswitch HTML client. The HTML client for Ligthswitch is nice, except that not everything is that easy to obtain as in the Silverlight version. So is formatting dates on 'view' screens. Despite setting it at the entity in the 'Server' part of the project, it doesn't show up on the HTML output. Add a 'postRender' script to the date field(s) you like to format. 500px / Rob van Meeuwen.
Yet Another IT Blog: Your client does not support opening the list with Windows Explorer
http://blog.vanmeeuwen-online.nl/2009/09/your-client-does-not-support-opening.html
Yet Another IT Blog. Software development, tools, and other issues. Tuesday, 1 September 2009. Your client does not support opening the list with Windows Explorer. In some cases people deals with the problem opening a SharePoint list in the Windows Explorer view. The problem that caused the message “Your client does not support opening the list with Windows Explorer”, can be solved with this:. Download the Windows update 907306 and install this one (http:/ support.microsoft.com/kb/907306). Currently work...
Yet Another IT Blog: Value does not fall within the expected range
http://blog.vanmeeuwen-online.nl/2012/07/value-does-not-fall-within-expected.html
Yet Another IT Blog. Software development, tools, and other issues. Thursday, 5 July 2012. Value does not fall within the expected range. Currently working on SharePoint and yep, running into strange problems and errors. A better name will be ShareProblems or SharePointless. However, just kidding a bit. But seriously, I run into the following situation:. Part of the code:. I got the return message:. Value does not fall within the expected range. The callstack was something like this:. However, that was n...
TOTAL PAGES IN THIS WEBSITE
14
denouter.net: Debug a Visual Studio solution in Visual Studio Code on OSX
http://blog.denouter.net/2015/05/in-my-previous-post-i-showed-how-to.html
Under construction . . . Wednesday, May 06, 2015. Debug a Visual Studio solution in Visual Studio Code on OSX. In my previous post. I showed how to compile a .NET solution with Visual Studio Code with Mono on a Mac. This post shows how to set up debugging with Visual Studio Code with Mono on a Mac. Version": "0.1.0",. Name of configuration;. Workspace relative or absolute path to the program. Program": "bin/Debug/Hello.exe",. Automatically stop program after launch. Cwd": ".",. Port to attach to. I put T...
denouter.net: April 2015
http://blog.denouter.net/2015_04_01_archive.html
Under construction . . . Thursday, April 30, 2015. Compile a Visual Studio solution in Visual Studio Code on OSX. Microsoft has launched Visual Studio Code. An IDE for C#, Javascript, Typescript and many more. It is a shell over Atom and runs also on OSX and Linux! I wanted to see if it is possible to compile a Visual Studio solution (.sln file from Windows) in Visual Studio Code on my Mac (using Mono). As you can see in the screenshot below; it worked! All I had to do is add a task. Command" : "xbuild",.
denouter.net: March 2015
http://blog.denouter.net/2015_03_01_archive.html
Under construction . . . Tuesday, March 10, 2015. HUAWEI HG659 5G WLAN with iPad, iMac and MacBook Pro. Recently I received an HUAWEI HG695 router. It has a dual band wireless for 2.4 and 5 Ghz. But even the 5G was enabled on the router it did not show up on my wifi-list on my iMac, iPad and MacBook. The answer lies in one advanced WLAN setting:. Change the bandwidth from 20Mhz to 20/40Mhz and all works like a charm. Friday, March 06, 2015. JSON serialized object in NHibernate. I derived the mapping from...
denouter.net: February 2010
http://blog.denouter.net/2010_02_01_archive.html
Under construction . . . Monday, February 08, 2010. Snow Leopard takes too long to sleep (not anymore). Usually it takes my iMac about 1 or 2 seconds to sleep (hibernate). Today it took about 25 seconds. I turned off my mac, started it again, but still it took about 25 seconds to sleep. You can use the command pmset -g log. Subscribe to: Posts (Atom). View my complete profile. Vind de goedkoopste LEGO! Snow Leopard takes too long to sleep (not anymore). LinqPad. Microsoft Access. Yet Another IT Blog.
denouter.net: August 2012
http://blog.denouter.net/2012_08_01_archive.html
Under construction . . . Monday, August 13, 2012. NHibernate Linq force join. NHibernate uses lazy loading, so to prevent a 1-n query, you have to tell NHibernate to fetch associations as well. With Linq to NHibernate this is done with Fetch and FetchMany. In the example below you see a call to get an Order with the forced join with the associations I needed in a view. Subscribe to: Posts (Atom). View my complete profile. Vind de goedkoopste LEGO! NHibernate Linq force join. LinqPad. Microsoft Access.
denouter.net: May 2012
http://blog.denouter.net/2012_05_01_archive.html
Under construction . . . Wednesday, May 23, 2012. CTRL and SHIFT key in jqGrid. I made a small snippet which allows you to use CTRL an SHIFT keys for multi-selecting rows in a jqGrid. Please note the custom function handleMultiSelect. Which is called by the beforeSelectRow. Event from the jqGrid extension. Click here for the demo and source. Inspired by the solution of Byron Cobb. Friday, May 04, 2012. CSS jQuery Mobile table. See here for the source and the demo : jQuery mobile table CSS.
denouter.net: May 2015
http://blog.denouter.net/2015_05_01_archive.html
Under construction . . . Wednesday, May 27, 2015. Run PHP from Visual Studio Code. In my previous posts I explained examples using a solution file to compile and debug .NET (mono) in Visual Studio Code. This post shows how to set up a task to run PHP using the build in Development Server of PHP. In Visual Studio Code open the folder with the php file(s). Then start the Command Palette and choose Configure Task Runner. This creates a tasks.son file. Clear all and replace with the settings below:. Program"...
denouter.net: November 2013
http://blog.denouter.net/2013_11_01_archive.html
Under construction . . . Wednesday, November 27, 2013. MS Access in LinqPad. Once in a while a legacy MS Access database passes my way. And for some reason these databases have made themselves indispensable and can not be ignored. Most of the time they provide in some core business data and I am being asked to extend reports or even extend the datamodel and application. Being very used to c# and linq/lambda and a huge fan of Joseph Albahari's LinqPad. LinqPad. Microsoft Access. Subscribe to: Posts (Atom).
denouter.net: Compile a Visual Studio solution in Visual Studio Code on OSX
http://blog.denouter.net/2015/04/compile-visual-studio-solution-in.html
Under construction . . . Thursday, April 30, 2015. Compile a Visual Studio solution in Visual Studio Code on OSX. Microsoft has launched Visual Studio Code. An IDE for C#, Javascript, Typescript and many more. It is a shell over Atom and runs also on OSX and Linux! I wanted to see if it is possible to compile a Visual Studio solution (.sln file from Windows) in Visual Studio Code on my Mac (using Mono). As you can see in the screenshot below; it worked! All I had to do is add a task. Command" : "xbuild",.
denouter.net: May 2014
http://blog.denouter.net/2014_05_01_archive.html
Under construction . . . Monday, May 19, 2014. NHibernate logging in Visual Studio output window. NHibernate 'show sql=true' does not log the generated queries to the output window of Visual Studio when working in ASP.NET MVC 4. I made a simple implementation for logging NHibernate queries in Visual Studio's output window, without use of third party loggers. Create an interceptor class, and override one method. Then create an instance of it in the OpenSession of the Factory. Subscribe to: Posts (Atom).
TOTAL LINKS TO THIS WEBSITE
24
Peter’s blog
Wiki – not invented here syndrome. September 2nd, 2009. I was challenged to write about my wiki experience for WissensWert Blog Carnival Nr. 7. This blog is about: we started a wiki inside the company and it. Although it was a. The reasons why I started the wiki ( MediaWiki. Besides the limited abilities of the ERP-system, which made it very difficult to get other required information but certain KPI. The knowledge we acquired every day was only present within the heads of the workers and was usually for...
Koen Van Loo
More on me: http:/ koen.vanloo.biz . Saturday, July 30, 2016. We become "Superhumans" without realizing it. In a recent Q&A session, Ray Kurzweil is discussing the process of humans becoming superhumans (or cyborgs if you want). ( Find out more here. Most people have a negative view of this process and are afraid of the change. Kurzweil argues that we shouldn't be because this process is already happening now. We just do not realize it! Let me give you some examples that I notice in my environment. Https...
Index of /
Vanmackay Computer Solutions
Vanmackay Computer Solutions Blog offers interesting articles on wide variety of topics dealing with web development, web design, seo, computer repair, video game mods, virus / mal ware, mods, kodi, xbmc. Wednesday, April 30, 2014. How to Remove Ransom ware? There are many different variants of ransom ware but to remove ransom ware. Steps to remove ransom ware using Kaspersky rescue disc. First download a copy of Kaspersky rescue disc http:/ support.kaspersky.com/8092. Once you have successful put Kasper...
VanMari’s House
Jill M. Porter, Esq. Subscribe to RSS Feed :. Posted in Bliss and Euphoria. My friends tell me that I don’t update my blog often enough. Unfortunately, my life is just not that exciting. Wish me luck. I will post before and after pics as soon as the project ends. Posted in Bliss and Euphoria. We always end up laughing for hours! Marty and Chris were soooo nice to let us invade their home, and not only that, they made us the most delicious meal. We are so lucky to have such great friends and parents.
Yet Another IT Blog
Yet Another IT Blog. Software development, tools, and other issues. Thursday, 7 December 2017. Angular2 - Material Autocomplete and remote filtering data. The last couple of days I was struggling to get the Angular2 Material Autocomplete. Well, after searching and trying a lot, and for a long time (also together with my colleague Frank den Outer. Special thanks to him! And struggling with promises and observables, we found the solution and it is actually really simple (at least, it looks like that).
Van Metre Homes « Handcrafted Homes. Since 1955
Handcrafted Homes. Since 1955. It’s Elegance and Luxury It’s Your New Home at Park Glen in Burke. Life is sweet in Burke even sweeter in a home by Van Metre. Come home to an elegant single-family home, at Park Glen in Burke. Want an owner’s, or a guest suite on the first floor? That’s available at Park Glen in Burke! Want a home with nearly 4000 square feet, and the option to expand? That’s available at Park Glen in Burke! Want traditional brick front architecture with modern finishes and classic design?
Future Home of a Reliable WordPress Site
A Reliable WordPress Site. Reliable WordPress Hosting for Businesses and Developers Who Expect More. Where WordPress Works Best.
Vannacraft
Dinsdag 15 juli 2014. Feeling like a beginner? No problem, luckily there is a wealth of information to be found online. Maybe it sounds like some woo woo magic to you, but a magic ring is used a lot in crochet patterns. When you want to crochet in the round, the magic ring is probably the best way to start your project. Look here for a great tutorial on how to make a Magic Ring. Don't you just love cheat sheets? We have found a great one for crochet. Want to now what a "sl st" is or a "hdc"? Check them o...
Vanna K Blog
Vanna K is the crowned Queen of micro pave setting engagement rings. Visit an authorized Vanna K dealer to view our exceptional selection of micro pave settings. Crown Her Queen™. Wednesday, February 25, 2015. Burmese Rubies Make Hearts Strong. Today we simply know these beautiful stones for their alluring good looks. Rubies ( from the Latin word "ruber", meaning "red. Find this and uniquely beautiful jewelry today at Vanna K. Posted by Vanna K Blog. Labels: Burmese red ruby. Tuesday, November 18, 2014.
Brendan Johan Lee's blog
A selection of some of my other websites:. My personal site vanntett.net. My personal website. More about me, my publications, contact information, etc. Technical blog gsmblog.net. A more technical blog. Mainly about GSM-technology and GNU/Linux. Many guides, tutorials and howtos. My GSM project gsmcellspotting.com. Huge GSM-related hobby of mine, that now has turned into the masters project I'm currently working on. Latex gallore latexguru.org. My collection of latex-related matters. Update on the fu.