Visual Studio 2010 The project type is not supported by this installation.

I’m trying to open a older solution, which I know I’ve opened and converted to VS 2010 Premium once before.

Now when I try to open it, I get the above notice in a dialog – and basically a message to tell me to check for more information in the status dialog.

Well, no joy. No matter what I’d do – it’d not open. I did open the C#.Net csproj project file looking for something that might lead me to understanding why the solution (sln) file was perhaps broken/referencing invalid data, or what.

Finally – the csproj file for the project, edit that in NotePad++ or your favorite text editor – look for the tag <ProjectTypeGuids> – and you will see 1 to several GUID’s there – delete them  so that you end up with the opening and closing tags back/to/back.

That worked for me – HTH’s….

FYI – It took me a while but I sorted this out on social.msdn – so don’t give me the credit – but hopefully this title/tag lead you to the solution more quickly.

Posted in asp.net | Leave a comment

Windows Live Messenger 2011 Continues to fail to login–Why? Error 8e5e0226

Windows Live Messenger 2011 Continues to fail to login–Why? Error 8e5e0226

I have Messenger setup on my notebook – which is basically a Windows Server 2008 R2 Server.

So – I’m in the middle o doing any number of reconfigurations – and voila – I notice I cannot log into Messenger.

It’s a quick failure – with the above hex code.

I found the following link – THANK YOU – http://windowslivehelp.com/solution.aspx?solutionid=3494c948-55e4-448d-84bd-1e734e34a658

Here – you ensure that you can view hidden/system folders.

Navigate to your /Users/AppData/Local/Microsoft/Windows Live/contacts – and delete your email address folder name. No reason to reboot or anything – just do that – and all was great.

Posted in general... | Leave a comment

SharePoint Server 2010 February 2012 Cumulative Update

True to form, about every-other month MSFT has released a CU for SharePoint 2010 – Foundation and/or Server.

Here’s the latest – February 2012 CU – http://support.microsoft.com/kb/2597150

For tracking all the latest updates for SharePoint, save this link to TechNet – http://technet.microsoft.com/en-us/sharepoint/ff800847.aspx

They’ve updated the site and reformatted it from a year ago – typical – MSFT is always trying to update their sites/services – but invariably make it worse in some cases (IMHO).

Posted in sharepoint... | 1 Comment

Using Local Accounts and Complete Farm Installation on a Stand Alone Server–SharePoint 2010 Enterprise Edition

One of the things most all developers want is a notebook that’ll run SharePoint locally so they can develop directly on their notebook.

In this article, I’ll review adding your Managed Accounts to a local installation of SharePoint 2010 Enterprise. This is critical because I have successfully deployed a SPS 2010 as a Farm/Complete deployment, using a local account on my machine.

My machine is a Lenovo ThinkPad W520 running Server 2008/R2, SQL Server 2008 R2 Developer, and MSDN bits of SharePoint 2010.

NOTE: If you’re building a setup like this and hitting issues just installing/configuring SharePoint, see this link about a couple issues I had to work around.

Now, in the SPCA (SharePoint Central Admin site), click Security then click Configure Managed Accounts:

image

You’ll get the UI to enter your accounts. Well, at this point it’ll fail telling you that local accounts cannot be used in a Farm/Complete deployment, only domain accounts are accepted. Even trying the <machineName>\<userName> format – doesn’t get by. What to do?

Launch the SharePoint Management Shell – and set the execution policy to run unrestricted:

image

Create a user variable / assign a value, same with the password:

image

Then create a credential variable – assigning your value – and then create the managed account – see below:

image

Now – let’s check the SPCA UI – and see if we have a new Managed Account?

image

Yes, it added our new Managed Account.

Now – add the rest of your Service Accounts – Managed Accounts – you know what I mean.

Hope that helps.

Posted in sharepoint... | Leave a comment

SharePoint 2010 Server SPException The language is not supported on the Server–COMException (0x8102005E)

When doing a Server/Farm/Complete setup of SharePoint 2010 on a Lenovo W520 notebook, which is running Windows Server 2008 R2 and SQL Server 2008 R2 Developer, I kept hitting this error when I’d run my PSCONFIG –cmd configdb, etc.

First, I’d find plenty of these posts – http://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/aaa574cb-9aec-4d42-9bfc-a2d27858a444/

Which was not the issue when I checked. My environment seemed perfect. So what on earth is throwing this exception?

Well, the obvious is sometimes too obvious – remember, we’re installing on Server 2008 R2 – 64bit – newest Server OS – and there is a catch to installing SharePoint on this OS – remember what it is?

Service Pack 1 of SPS 2010 Server, of course. Smile

Yea, I know – I felt pretty stupid. I was running the setup.exe from the original Server 2010 bits – non-SP1. So – I just ran the SP1 update, then executed my PSCONFIG to build the configuration/admin content db’s – and life was all good.

Hope this helps someone trying to blow out a local setup using Server 2008 R2 as well.

Posted in sharepoint... | 1 Comment

EventID 2803 from source MSSQL$MICROSOFT##SSEE cannot be found. Either the component that raises the even is not installed on your local computer or the installation is corrupt.

EventID 2803 from source MSSQL$MICROSOFT##SSEE cannot be found. Either the component that raises the even is not installed on your local computer or the installation is corrupt.

In this case, we had a CRM/ADFS installation that we backed out – and in doing so – the ADFS internal SQL Server instance (MSSQL$MICROSOFT##SSEE) was not removed.

This also happens with Windows SharePoint Service v3 or any Stand-Alone deployment of SharePoint. When you do a stand-alone deployment – you get this local, embedded edition of SQL Server.

Well, when you remove SharePoint, or in our case, we removed ADFS – it doesn’t remove this embedded edition database. Further, if you try to re-install – you’ll hit issues because this takes the installation down the default/stand-alone install – even if you elect a different deployment. So – we must manually remove this database.

Alternatively – you may be getting this error and attempting to resolve it – well, I hope this tidbit has helped you – the best thing to do is remove this instance – and re-install your initial stand-alone server component – in our case ADFS, in others WSS v3 or SharePoint Foundation / Stand-alone Deployment.

Here is the error we see:

image

Research shows this results from WSUS, ADFS, and WSSv3 (Windows SharePoint Services v3) being installed, or specifically installed as a stand-alone deployment – and once removed – the database is out there orphaned. Running the following command – 32bit or 64bit – run which ever is applicable (reference: http://technet.microsoft.com/en-us/library/cc708610(WS.10).aspx) will remove the database just fine:

  1. Open a command shell (as Administrator)

  2. Call msiexec with the correct key for the operating system platform.

    • On 32-bit platforms: msiexec /x {CEB5780F-1A70-44A9-850F-DE6C4F6AA8FB} callerid=ocsetup.exe
    • On 64-bit platforms: msiexec /x {BDD79957-5801-4A2D-B09E-852E7FA64D01} callerid=ocsetup.exe

Now you should be able to re-install, or install non-stand-alone – and all should be fine. HTH’s…

Posted in general... | Leave a comment

Office Professional Plus Setup 2010–Error–\ProPlusr.WW\OSETUP.DLL\ digital signature does not validate or is not present

Office Professional Plus Setup 2010–Error–\ProPlusr.WW\OSETUP.DLL\ digital signature does not validate or is not present

Notice this error?

image

Check references like this one – http://social.technet.microsoft.com/Forums/en-CA/officesetupdeploy/thread/0fa444dd-8b5c-4a0c-8b89-617bbd0b8e53

As you already know – this seems endless – well, it’s not.

Are you installing on an older 32 bit notebook/desktop? As I am, perhaps?

Are you installing on a older 64 bit notebook / desktop? Perhaps?

As you may remember, earlier – there were downloads for the 32bit and the 64bit Professional Plus bits – each with a unique ID number

* en_office_professional_plus_2010_x86_51486.exe

* en_office_professional_plus_2010_x64_515489.exe

These were self-extracting ISO’s basically.

Once I loaded the specific ones I needed – it’s an older Dell D810 32 bit notebook – and ran As Administrator – voila!

image

I entered my key – 10 minutes later – the completion screen. Trust me – you’ll spend days sometimes, running this down – I truly hope this helps.

You need to isolate your installation form the dual x86_x64 combo ISO’s / extractions – you need just the ISO / bits you are installing – otherwise – no matter what you try – it’ll drive you nuts. NOTE: This is particular to the older notebook/desktop architectures and where you do have Windows Vista/7 installed and working – but as you already know – you had issues with various drivers perhaps, etc.

NOTE: I did see this behavior not only in Office but many bits from MSFT. Typically it happens when you extract an ISO and copy it from one system to another – especially a pain when copying to a VM in VMware Workstation or Hyper-V, for example. Invariably, we’d pull the ISO down on the host we need to install on – and all is well – on a VM – but not so on these older infrastructures.

Try the above – using very specific bits – not mixed x86/x64.

HTH’s….

Posted in general... | Leave a comment

SharePoint Foundation 2010 Search Failing with Event ID 14 and Access Denied Errors

We have a basic SharePoint Foundation 2010 deployment – single server, configured as a Farm / Complete installation / configuration – but a single server for now.

We create a dozen or so web applications/sites, and we configure the SharePoint Foundation Search – using a domain-level Service Account that does have DBO permissions to the Content Database for each/every site we’re hosting.

Search is not working… Okay… Why?

Checking the Windows Application Event Log we see many entries like the following:

SharePoint Foundation Search Access Denied Event ID 14 Gatherer

As you can see, it appears that our Search Service Account is getting an access denied when trying to crawl the content database.

When you view the content database in SQL Server – the service account is DBO. So how is this possible?

With Windows Server 2008 R2 especially, what basically happens here – the Crawler Service attempts to crawl the URL – it’s on the same host – computer – and it appears to be crawling “LoopBackRequest” technically – not the actual URL. To remediate, we can disable this loop back check in the local Registry Hive.

On the local host, Start—>Run—>REGEDIT and expand

HKLM—>SYSTEM—>CurrentControlSet—>Control—>Lsa

Right-Click on the Lsa entry, and create a 32-bit DWORD entry called

DisableLoopbackCheck

Registry - Add 32 bit DWORD Value

DisableLoopbackAdapter Registry Entry

 

Once created, right-click—>Edit the entry and change the value to “1”

DisableLoopbackAdapter - Modify default value

DisableLoopbackAdapter Value = "1"

Close the Registry Hive.

Reset IIS (IISRESET) (NOTE: On Windows Server 2008 R2 – open a CMD prompt As Administrator – and type IISRESET in the CMD window – then EXIT to close it.)

Run CMD Prompt As Administrator - Windows Server 2008 R2

IISRESET - Internet Information Services Reset - Manually at CMD Prompt

Wait for another crawl to complete, and check for the 1) Application Event Log Warnings, and 2) testing search on a given web site on that host.

You should find that indexes are built and search is working fine.

Posted in sharepoint... | Tagged , , , | 3 Comments

How to Find a Microsoft Partner – Microsoft Partner Network

How to Find a Microsoft Partner – Microsoft Partner Network

I’ve worked for Microsoft Partners – anything from a Registered Partner – to the only Platinum Partner in history – that I’m aware of – HP – and in working for all of them – I’ve always wondered – how do day-to-day people find a Microsoft Partner?

Fortunately, over the years, they’ve gotten better at helping you do this.

Microsoft PinPoint is many things – but the key thing you’ll like – is you can pull it up and in a few keystrokes/clicks – find out 1) is this a real Microsoft Partner? 2) What are their real competencies (which is new in 2010/2011 and forward), 3) what is their reputation as a Partner?

Fortunately – you can find out a great deal – click – http://pinpoint.microsoft.com/en-US/companies - enter a search context – and have at it.

More to come… Champing at the bit to blog more on SharePoint 2010 – SPS solutions, but our real focus? Our book due Jan 2012 (tentatively – we may be able to publish it sooner) Multi-Tenancy Hosting with SharePoint Foundation, Server 2010, and On-Premise Hosting Farms.

Posted in general... | Leave a comment

SharePoint Server 2010 Service Pack 1 – SP1 – SharePoint 2010 SP1

SharePoint Server 2010 Service Pack 1 – SP1 – SharePoint 2010 SP1

In a recent SharePoint 2010 Production Farm – I pulled the latest KB articles that were applicable to this Farm build, and the download was in fact, listed as SP1 – alas, they were not. Or were they? I pulled down the April 2011 KB 2512800 and if you view it (http://support.microsoft.com/hotfix/KBHotfix.aspx?kbln=en-us&kbnum=2512800) it is labeled as the SP1 classification. So – at over 300MB’s to download you would think this was SP1 – but it’s not.

For Office products – 2010 – and SharePoint 2010 – check here for the real scoop: http://blogs.technet.com/b/office_sustained_engineering/archive/2011/05/16/announcing-service-pack-1-for-office-2010-and-sharepoint-2010.aspx

You can see – just read the SharePoint perks – this is GOING TO ROCK!!!!

And this is really not trivial. Sclera has worked with the Office Web Applications, the PowerPoint Publishing features, the Access web database templates – so many of these super feature-rich enhancements – and FINALLY – they’re releasing an update – for example, where our Project Professional 2010 can/will update Tasks in a Project Tasks library/list in SharePoint 2010. THIS ROCKS.

Anyway – just wanted to share this – read the updates on this – and stay tuned – the enhancements here would have saved Sclera probably 50K in custom development work – and now we see/read that we can do things more enhanced with the Office Integration and Office Web Applications Integration.

Stay tuned… SPS 2010 ROCKS – and SP1 is going to be a MAJOR blast!!!

Posted in general..., sharepoint... | Leave a comment