| bio | website | chopeen.blogspot.com |
|---|---|---|
| location | Poland | |
| age | ||
| visits | member for | 2 years, 11 months |
| seen | May 12 at 8:53 | |
| stats | profile views | 191 |
|
Nov 22 |
comment |
Multiple lines of text : No change in text format What browser do you use? Do you have JavaScript disabled? |
|
Nov 22 |
comment |
Multiple lines of text : No change in text format What do you mean? Is the text formatting not visible when you display a single item, when you edit it or in the list view? |
|
Nov 21 |
comment |
New Sharepoint Install non-functional over WAN, but works on LAN What happens if add default.aspx to the URL and try to open it? |
|
Nov 8 |
comment |
How to create a deployment package for a Sharepoint 2010 webpart in Visual Studio 2010 Is there no .wsp file created? That's the package you need. |
|
Oct 17 |
comment |
Schedule import of local folder to Sharepoint library Then mapping a document library as a network drive is out of question. |
|
Oct 17 |
comment |
Schedule import of local folder to Sharepoint library Is it possible to configure this application to store the files in a different folder? |
|
Oct 17 |
comment |
Retraction and deployment tasks are not executed Sharepoint 2010 after SP1 Does the Central Administration site need the Polish UI? |
|
Oct 17 |
comment |
Retraction and deployment tasks are not executed Sharepoint 2010 after SP1 My general advice is to use only original language versions of software (e.g. OS, SharePoint, SQL Server) in production environment - you always find more information searching for error message in English. Can you uninstall all SharePoint language packs and see if the CA site is reverted to English? |
|
Oct 14 |
comment |
Retraction and deployment tasks are not executed Sharepoint 2010 after SP1 Wild guess: this problem may be related to the fact that the Central Administration site uses Polish language pack but the Type value (i.e. Retraction) is not translated. |
|
Sep 28 |
comment |
Location of SPResource.GetString() strings (for Access Request emails) @Dave: Did you try to access the assembly? Just use Total Commander to browse the folder c:\Windows\assembly - the actual paths of GAC assemblies look like this: c:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.InfoPath\14.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.InfoPath.dll. |
|
Jun 10 |
comment |
I got this error using ado.net data services “An error occurred while processing this request.” How is this code executed? Is this a desktop application? Does the user running it have read & write access to the Announcements list? |
|
Jun 10 |
comment |
Excel new document template opens in Notepad Did you try to open an Excel file by double-clicking it on one of the desktops? |
|
Jun 10 |
comment |
Excel new document template opens in Notepad The title says the document template is opened in Notepad. You don't mention this in question body, you only say that The document could not be created message is shown. Can you explain this? |
|
Jun 10 |
comment |
Auto populating columns within a list? Good comparison of lookup fields in SharePoint 2007 and 2010: weblogs.asp.net/bsimser/archive/2009/10/19/… |
|
Jan 8 |
comment |
Microsoft Certified Master on Microsoft SharePoint Server 2010 [clickable link] SharePoint 2010 MCM: A brief account of my experience on the programme - bit.ly/fRJG5L |
|
Dec 29 |
comment |
WCF service in SP2010 Did you configure your service to use Anonymous authentication? Why not Ntlm? You log in to SharePoint (using integrated authentication, I suppose) and then the same credentials will be automatically passed to the service. BTW, you question is getting too big - consider posting other problems as new questions. |
|
Dec 29 |
comment |
WCF service in SP2010 Did you apply the AspNetCompatibilityRequirements and BasicHttpBindingServiceMetadataExchangeEndpoint attributes to your class? answers.oreilly.com/… The documentation on this is rather poor, but I think that without the 2nd one the /mex address will not work. |
|
Sep 29 |
comment |
create a localized site column @Zee99 What have you achieved so far? Have you created a non-localized column field? Can you post any code? Basically, what you have to do is: (1) create a resource files for languages you need, (2) deploy them to appropriate folders, (3) set value of TypeDisplayName using the $Resources:resource_file_name,key_name_from_the_file; syntax. |
|
Sep 27 |
comment |
Success Audit spamming event log @Dirk What OS does your SharePoint machine use? What exactly is this different issues? |
|
Sep 27 |
comment |
Success Audit spamming event log @Dirk I don't understand the problem - did you try to disable success event logging or use the Filter function to hide success event? |