Patrick.O.Ige

Knowledge Creation is Essential to Business, and Communication is Essential to Knowledge Creation

  Home  |   Contact  |   Syndication    |   Login
  94 Posts | 5 Stories | 342 Comments | 0 Trackbacks

News

SharePoint SharePoint SharePoint

Article Categories

Archives

Post Categories

ADO.NET

Ajax

API/WebServices

ASP.NET Resources

BizTalk Server

Blogs I read

Free Books

How to

JQuery

LINQ

Misc

Mobile BI

Reporting Services

SEO

Sharepoint Resources/Tools

SharePoint 2010 Branding

SharePoint 2010 Videos

SilverLight

SQL Server

Sql Server 2012

SSIS

Windows Phone

WorkFlows

WSS V3

xml

Sunday, October 09, 2011 #

.
australianplanet.com
we are in
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Wednesday, September 07, 2011 #

Just a quick one.
I was trying to add and deploy a WSP file.Both went well until  i tried adding the webpart and i get the error

Web Part Error: No available sandboxed code execution server could be found.

After doing some joggling around i came to know i had to start the

Solution:You need to start the SharePoint Foundation Sandbox Code Service service instance from services on server..
This has to be done in the SP 2010 Central Admin > App Management > Service Apps > Manage Services on Server.

Hope this helps

**If you are unlucky and do get  Web Part Error: The request could not be completed because the specified solution was not found.

Solution: Just retract the solution remove it and then add it back.(But make sure you start the right services though before adding the webpart)

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Saturday, September 03, 2011 #

As you know Visual Studio 2011 has got some great features but it seems ScottGu has got some other stuff to show
See the new vNext cool features here
Enjoy the videso too.

Cheers
 

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Monday, July 25, 2011 #

I just surfed on  this product called SAIKU is a modular open-source analysis suite offering lightweight OLAP which remains easily embeddable, extendable and configurable.

http://analytical-labs.com/

and i must say it rocks its front end is Jquery :)
I have just stepped through the demo  but i would be giving it a test soon.
Go for it

Cheers

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Thursday, July 21, 2011 #

Surfed through this Sharepoint ebooks.

**Good as a reference and its update monthly

Enjoy

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Monday, May 16, 2011 #

Just surfed on this free book for Programming Windows Phone 7.
Its all free including sample code and an emulator.

Enjoy

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Sunday, May 15, 2011 #

Just surfed on this Click here
Havent tested them out yet but if it works well then thumbs up guys

Enjoy

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Monday, April 18, 2011 #

How doing some asp.net deevelopment and i decided to use one of the asp.net controls.
But need to use Jquery to do some extra stuff

I had a link in the page i wanted to let popup like a modal dialog like so:

<td><a id="mdialog" href="details.aspx?scode=<%# Eval("Code")%>">[..]</a></td>

Then refrenced Jquery like so:

 <script type="text/javascript">
     $(document).ready(function () {
         $("#mdialog]").fancybox({
             'width': '75%',
             'height': '100%',
             'autoScale': false,
             'transitionIn': 'none',
             'transitionOut': 'none',
             'type': 'iframe'
         });


     });

  </script>

No matter what i did the popup never fired or funny enough sometimes it worked sometimes not.
Until i tried

 $("[id$=mdialog]").fancybox({
             'width': '75%',
             'height': '100%',
             'autoScale': false,
             'transitionIn': 'none',
             'transitionOut': 'none',
             'type': 'iframe'
         });

And it worked

So the code  finds all the DOM elements whose ID ends with 'mdialog' and wire up the following click event handler".

Hope that helps

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Monday, January 17, 2011 #

In my previous post after succesfully finshed installing the WSS v3 SP2 and now tried to restore my site to my surprise i came across another error :)

  Another site already exists at http://mysite. Delete this site before attempting to create a new site with the same URL, l
choose a new URL, or create a new inclusion at the path you originally specified 

I had a look at the Sharepoint Central Admin and i could see the site but the delete button was greyed out 
So i taught it must be an orphan site so i tried using the
staadm - o databaserepair  "YOURSITE" - databasename "YouDB"
also used the -deletecorruption option but still returned 0

But it returned 0 which meand there are no orphaned sites arg.!!!!!!!
 
So my last taught was the database isn't refreshing so i simple detached and re-attach the WSS_Content DB
and BINGO tried to restore and it worked.
Hope that helps
 
 

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I was trying to restore my WSS v3 dev server today after having some issues with IIS (see previous post)

After installing the the Wss v3 SP2 and the wizard got to the end i got an error that the timer service wasn't started and it was unsuccesful.

But truly i forgot to restart the Timer ser vice before clicking on the SP2 install.

But then i said i would give it a try and try to restore my site from backup but unfortunately NO GO and got the error:

An error has occurred on the server.http://go.microsoft.com/fwlink?LinkID=96177

I copied the link and i went to the link and and this is what the page title reads:

Deploy software updates for SharePoint Foundation 2010 hm... MS you got both the content and the link wrong
 

So it seems my SP2 install didn't  finish so to finish it you would have to run the :
 

stsadm inplace upgrade 
 
after running that a prompt popped up on the screen and the installation finished

 

cvcvvb
 

 

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Sunday, January 16, 2011 #

I was trying to install a new WSS v3 Sharepoint on a 64 bit Windows 2003 server today but the installation was giving some error saying i would need to allow ASP.NET 2.0 in the web server extension in IIS. 
Looking at the IIS there was a ASP.NET 2.0 32 bit allowed but not for a 64 bit.

I tried registering the aspnet_regiis but no luck by doing so:

For the 32 bit verison

%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i

For the 64bit version

%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i

I get the error "The error indicates that IIS is in 32 bit mode, while this application is a 64 b it application and thus not compatible."

The difference is the \Framework64 folders

So my next guess was to find a way to disable the 32 bit and then allow the 64 bit version.

And luckily enough i found this link
   MS to the rescue

So just ran : cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0

and the registered the


%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i

and that was it

 

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Friday, August 20, 2010 #

I was working on a a DWP using Sharepoint Designer and i wanted to get the value of a node using Jquery
So i added a <div id="myid"></div>

and then on the client did some $(div#miyd)
But what i noticed is that anytime i save my page in Sharepoint Designer and open it up again my div id changes to

<div id="myid{generate-id()}"></div>
So i came across some solution from Marcs Blog here which suggested you add a variable like so
<xsl:variable name="myid/>
and then use it later like this
<div id="myid"></div> but this didn't work.
So the solution was to add the magic expression like this <div id="{myid}"></div>
And that worked like a charm
 

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Friday, August 06, 2010 #

Came across this excellent demos and HOLS here  for SQL Server 2008 R2
Enjoy

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Thursday, July 29, 2010 #

Just came across this awesome summary regarding some additional features to 
 Reporting Services 2008 and 2008 R2
Enjoy

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Tuesday, July 06, 2010 #

The microsoft sql server product team has increased the Database Size limit for SQL Server 2008 R2 Express from 4 GB to 10 GB. So if you have any  SQL Server Express database that is close to the 4 GB Limit
Its time to upgrade to R2 Express.

Enjoy for free!!!!!!!!!

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati