Hot answers tagged error
2
I have recently just come across the same problem. when it will upload every file except executable files once i had allowed them on the Sharepoint server.
After checking and ensuring both Config files and max file size settings on the server are correct to accept the executable. This can be done by following the link directly below.
...
1
The issue is due to Registry still keeping information about your trial version. I would go for re-install the trial version again and you could simply use the SP-CA to enter your new license (unless you want to either mess with registry or re-install your OS - which could also be an alternative to loosing time with Registry tweaking).
On the Central ...
1
Please add your feature manifest to the question. You find it by double clicking your feature and at the top select "Manifest".
From your warnings it seems like the feature manifest is corrupt. An easy fix should be to recreate the feature and readd your project items to it.
Also there is a warning about using different version of an assembly. Make sure ...
1
There is no issue in using 32 bit SPD on some machines and 64 bit on others. But my general recommendation would be to always use 32 bit, unless you have a very good reason to ruin your machine by installing 64 bit.
The only reason to use Office 64 bit is if you're working with HUGE documents (usually excel or access) which are to big to load in the 32 bit ...
1
After much debugging, found that I had assigned credentials outside this code block. For some reason, it did not throw an error for invalid credentials, even though it was trying to execute a query without the valid username and password.
Throwing a null reference exception threw me off. Here's the code if it helps anybody:
myCred.UserName = ...
1
Try the actual STSADM Command renameWeb (for the actual sub-site - http://technet.microsoft.com/en-us/library/cc263508(v=office.12).aspx) or renameSite (for a site collection - http://technet.microsoft.com/en-us/library/cc263038(v=office.12).aspx).
1
I found the solution.. This is what I did -
Navigate to Document Library -> Library Settings -> Advanced Settings -> and changed the 'Default open behavior for browser-enabled documents:' to 'Open in the client application'.
and Excel sheets worked smooth :)!
I tried the same issue on another server without enabling the excel services and all the other ...
Only top voted, non community-wiki answers of a minimum length are eligible

