Jérémie Clabaut
Contactjclabaut at jylao.fr Syndicate This BlogBlogs de codes sourcesError on line 135 of /mnt/146/sdb/9/8/jclabaut/serendipity/bundled-libs/Onyx/RSS.php: The specified file could not be opened. (#403) |
Wednesday, October 8. 2008What's new ?
No my blog did not die ! Last months I did not publish posts any more because I was occupied creating my company. Since September 2008 I became freelance : here is my company website http://www.jylao.com
Today the company is created and i will soon publish new posts ! Tuesday, October 7. 2008What's new ?
No my blog did not die ! Last months I did not publish posts any more because I was occupied creating my company. Since September 2008 I became freelance : here is my company website http://www.jylao.com
Today the company is created and i will soon publish new posts ! Tuesday, July 29. 2008
Visual Studio 2005 debugger problem ... Posted by Jérémie Clabaut
at
13:01
Comments (0) Trackbacks (0) Visual Studio 2005 debugger problem on vista : webdev.webserver has exited with code zero on vistaon my new vista laptop i got this error when debugging using visual studio 2005 : webdev.webserver has exited with code zero. Also the code never stop on breakpoint. The solution is to run visual studio 2005 as an administrator (right click on vs icon and select run as administrator). You can also specify vista to always launch the application as an administrator (right click on visual studio icon then select properties, select compatibility tab) UPDATE : With this tips visual studio does not launch when you directly open .sln files. You also have to set the visual studio launcher selector to run as an administrator (C:\Program Files\Common Files\Microsoft Shared\MSEnv\VSLauncher.exe) Continue reading "Visual Studio 2005 debugger problem on vista : webdev.webserver has exited with code zero on vista"Monday, July 28. 2008Windows XP fails to startup/boot after SP3 installation - Windows XP ne démarre plus après l'installation du SP3yesterday, i decided to reinstall my windows XP OS (it became very slow). But after Service pack 3 installation, windows XP failed to startup (freeze on window xp splash screen). It made me very crazy because i found the solution 5 hours later !!! The problem is during the SP3 installation i kept my Western digital mybook turn on (external firewire disk). Western Digital has mentioned that you should not, under any circumstances, have the My Book drive attached to the computer during the SP3 update. I didn't know this instruction, so now what can i do because ? The temporary solution is to disable the 1394 connection (Control Panel / Nextwork connections), right click on the 1394 connection and select disable... Hope this helps MinSou Wednesday, June 4. 2008
Asp.net memory leak : case study - ... Posted by Jérémie Clabaut
at
13:29
Comments (2) Trackbacks (0) Asp.net memory leak : case study - Asp.net fuite mémoire
Last week one of my customers called me to help him resolve a big problem on an asp.net application: a memory leak. During the application stress test, the w3wp process memory increased abnormally as a result of an application crash (application pool recycling and all sessions lost). I will describe how I found the problem and how I resolved it ...
Continue reading "Asp.net memory leak : case study - Asp.net fuite mémoire"
Thursday, May 22. 2008
How to delete microsoft office live ... Posted by Jérémie Clabaut
at
08:54
Comments (0) Trackbacks (0) How to delete microsoft office live workspace (OLW) accountsince the french version of OLW has been made available, i wanted to migrate my account (I used the english beta version). However it's not possible to migrate an english version to another language version. The only solution is to delete your account and create a new one. Tuesday, February 5. 2008
Hide Open with windows explorer menu ... Posted by Jérémie Clabaut
in WSS 3.0 at
10:55
Comments (2) Trackback (1) Hide Open with windows explorer menu in list actionsLast week my customer asks me if we could hide the open with windows explorer action on list actions for a specific site collection. I said him it’s possible with a feature since I ever used the HideCustomAction for site actions. I supposed this will work with list actions ... Continue reading "Hide Open with windows explorer menu in list actions"Tuesday, January 22. 2008
Javascript error in WSS SharePoint ... Posted by Jérémie Clabaut
at
10:57
Comments (8) Trackbacks (0) Javascript error in WSS SharePoint in IE 6.0 SP1i experienced a strange problem on IE 6.0. Some of my user alerted me that they can't access WSS website because of a javascript error. Sunday, January 20. 2008Take advantages of ASP.Net 2.0 caching feature in your SharePoint Web Part DevelopmentOne of a great evolution from asp.net 1.1 to asp.net 2.0 was the caching feature. Now WSS 3.0 using the Asp.Net 2.0 web Part infrastructure. Here is an example that illustrate how to use caching feature in your Web Part Development.
using System; using Microsoft.SharePoint; namespace DebugWebPart protected override void Render(HtmlTextWriter writer) // TODO: add custom rendering code here. private string ItsVeryLong() //simulate long execution //add data to cache, data will expire every 10 minutes
Monday, January 14. 2008
WSS capacity planning and hardware ... Posted by Jérémie Clabaut
at
13:44
Comments (0) Trackbacks (0) WSS capacity planning and hardware requirementsI saw many websites that indicates the hardware requirements for deploying Windows SharePoint Services with no explanation on those specifications. But I think there is no generic response for this purpose ... The server hardware and farm topology requirements depends on your customer project (Availabily, Response time ...) Thursday, January 3. 2008Virtual PC 2004 hanging on my new Dell Centrino DuoSince I have changed my notebooks, Virtual PC 2004 hanging when I hit the keyboard or click the mouse. The main difference between my old notebooks and the new is the processor. The new is an intel Centrino duo... So let's googling. It was very difficult to find the solution for this problem (3 hours), but i found this :
After requested the hotfix and applied it, my problem was resolved.
Hope this information helps. Wednesday, January 2. 2008
ASP.Net DropDownlist ViewState problem Posted by Jérémie Clabaut
in .Net at
16:48
Comments (0) Trackbacks (0) ASP.Net DropDownlist ViewState problemToday, for performance reason, I decided to remove the viewState on all my dropDownlist controls. In my webForms there are 5 dropdwnlist with 100 ListItem in each. So the ViewState is very large.... But I ran into a big problem. The dropdown will no longer restore it's selected item on postbacks ... Wednesday, January 2. 2008
A Sharepoint Legend : One Web ... Posted by Jérémie Clabaut
in SharePoint 2003, SharePoint 2007, WSS 3.0 at
16:45
Comments (0) Trackbacks (0) A Sharepoint Legend : One Web Application = One Content DatabaseToday I heard from a "Sharepoint Expert" that we can create only one content database per web application on Sharepoint. From an expert, It makes me laugh
Tom Vandaele explains (better than me
and How to create a site collection in a new content database with stsadm.exe : http://www.networkworld.com/community/node/19780 How to create a content database with Sharepoint central administration or with stsadm.exe : http://blogs.technet.com/wbaer/archive/2007/05/08/database-management-concepts-for-large-and-growing-content-databases.aspx Wednesday, January 2. 2008
Visual Studio Extensions for WSS ... Posted by Jérémie Clabaut
in Visual Studio, WSS 3.0 at
15:45
Comments (0) Trackbacks (0) Visual Studio Extensions for WSS does not launch debugger when you hit F5If you are using Visual Studio Extensions for Windows Sharepoint Services and debugger does not launch when you hit F5, don't forget to enable debugging on your virtual directory Example, you want to debug a webPart on a TeamSite configure on port 4444.
1 - Modify the start Browser with URL property in your project property (Example : http://yourserver:4444 or http://yourserver )
2 - Browse virtual directory on your server C:\Inetpub\wwwroot\wss\VirtualDirectories\4444
3 - Modify the web.config and Change the line <compilation batch="false" debug="false"> to <compilation batch="false" debug="true">
4 - Restart IIS using command iisreset.exe
5 - Run your project using F5, Internet Explorer will launch.
6 - Add your new WebPart to the webPart Page (Only the first time)
7 - Now Debugger works when webPart is render Thursday, December 6. 2007Visual studio 2008 installation problemI have a big problem with VS 2008 installation, after creating a WCFserviceLibrary, i right click on app.config and then edit WCF configuration. But this message appear : Windows SDK is not install correctly. <= strange Then i wrote a class library and try to sign the dll. I launch the Visual Studio 2008 command prompt and enter sn.exe : command not found ! Same result with gacutil.exe <= Very strange Then i go under : C:\Program Files\Microsoft Visual Studio 9.0\SDK\v3.5\Bin => Directory empty ! After googling, i go under C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin => Directory empty !
At this point i think that i had missed something during the vs 2008 installation, but no because i choose the full installation. I choose to repair installation => same problem
After googling and googling nobody experience the same problem. I finally resolved the problem myself
I copy the WinSDK_W32Tools.exe (from the VS 2008 CD under Windows SDK folder) in a temp folder. I extract the executable using winzip And i launch : VistaClientWin32Tools-x86.msi Eureka ! I found all executable under C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin and the VS 2008 command prompt works now !
Hope that helps ! |
QuicksearchCalendar
CategoriesBlog Administration |
||||||||||||||||||||||||||||||||||||||||||

