Categories
microsoft

Nvidia drivers error code 43

Suddenly windows device manager shows you problem with graphic’s card driver with error code 43?
Please check your nvidia driver version, after some windows update on win7 the newest drivers are not working (inspite of the fact that they are detected as proper drivers). In my case I have win7  64 bit with geforce 6600 (but I know this issue concerns also newer cards). The solution was to manualy download older nvidia (in my case it was 195.62 version).

For older cards newests drivers are not so important, because new features that these drivers introduces aren’t supported by such cards.

The interesting fact is that on the same maching I have working nvidia-drivers-260.19.21 under gentoo.

Categories
sharepoint

Custom navigation provider in – Sharepoint gives shity errors – part 1

Did you received one of following errors in Sharepoint?



The DataSourceID of 'TopNavigationMenu' must be the ID of a control of type IHierarchicalDataSource. A control with ID 'topSiteMap' could not be found.

or

Exception message: The DataSourceID of 'QuickLaunchMenu' must be the ID of a control of type IHierarchicalDataSource.  A control with ID 'QuickLaunchSiteMap' could not be found.



As You propably already find out.. this error is very likely to have  nothing in common with masterpages or layouts..

In my case error occured immediately after adding my custom navigation provider to web.config (without even using it!)


What was wrong? Assembly in which was provider was signed and I was not using full assembly string in web.config. Argh.. sometimes I hate sharepoint..

(beside that SafeControl entry is of course also needed)

If above solution does not work in your case try googling more.. a couple of other things causes above errors to appear.

Categories
iis

ASP.NET v2.0.50727 missing from Web Services Extensions in IIS Manager

You are after fresh install and can’t find ASP.net 2.0 in Web Service Extensions in IIS?

This is connected with order of installing IIS and .NET framework.

If you already installed both of them the quickest sollution is:

Quick sollution is:

cd C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>
aspnet_regiis.exe – i

Restart should not be required.