DotNetShoutout - Stories tagged with Dev
5
Shouts

.NET Framework Targeting Error (.NET Framework Client Profile) - Janiv Ratson's Blog

posted by janivjaniv 1093 days, 16 hours, 54 minutes ago
Thursday, May 27, 2010 6:41:12 AM GMT
.NET Framework Targeting Error (.NET Framework Client Profile) Two of my colleagues: Alon Nativ and Ziv Farjun have found an interesting, yet confusing, issue in Visual Studio 2010 and .NET Framework 4. They work on a .NET Framework 4 solution which includes few .NET Framework 4 projects. To test the project they created a Console Application project, added a reference to their other projects, used the appropriate namespace, and created a class that is defined in one of their projects. Everything is ma... (more)
category: How To | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: .NET Framework Client Profile, Dev, Visual Studio 2010, Client Profile, .NET Framework 4.0
6
Shouts

The Easiest Way to Add a Splash Screen to Your WPF Application - Janiv Ratson's Blog

published 1091 days, 12 hours, 29 minutes ago posted by janivjaniv 1093 days, 17 hours, 2 minutes ago
Saturday, May 29, 2010 11:06:50 AM GMT Thursday, May 27, 2010 6:33:20 AM GMT
The Easiest Way to Add a Splash Screen to Your WPF Application It has been a long time … WPF applications do not start immediately. When an application is being loaded, there’s a delay while the CLR initializes the .NET environment and then starts the application. Splash screens are typically used to notify the user that the application is in the process of loading. The easiest way to add a splash screen to your WPF application is to have Visual Studio 2008 SP1 or later and to follow these steps:... (more)
category: Metro | clicked: 1 | 2 comments | | source: blogs.microsoft.co.il
tags: .NET, Dev, SplashScreen, Splash Screen, Visual Studio 2010, WPF, .Net 4.0
3
Shouts

Arabia SharePoint: Bug with the LookupField control when the number of items is greater than 20

posted by ranyaofranyaof 1256 days, 13 hours, 58 minutes ago
Tuesday, December 15, 2009 9:37:14 AM GMT
If the number of items is 20 then the control generate a TextBox and an Image When the LookupField has more than 20 items, we receive thew following error: Microsoft JScript runtime error: Object required The problem is raised in the Core.js file in the AbsLeft method. function AbsLeft(obj) { var x=obj.offsetLeft; var parent=obj.offsetParent; while (parent.tagName !="BODY") { x+=parent.offsetLeft; parent=parent.offsetParent; } x+=parent.offsetLeft; return x; } The error is on "wh... (more)
category: Architecture | clicked: 6 | comment | | source: arabia-sharepoint.blogspot.com
tags: tech, LookupField, AbsLeft(obj), Dev, SharePoint 2007, C#, Core.js, dropdown, JavaScript, MOSS, Bug, Sharepoint, MOSS 2007