Software Development Network Logo
  • SharePoint Products
  • SQL Server
  • .NET Development
  • Visual C#
  • Game Technologies
  • Smart Devicet
  • IE Development
  • Audio and Video
  • Visual Studio
  • Visual C++
  • Windows Forms
  • VS Team System
  • Visual FoxPro
  • Visual Basic
  • Microsoft ISV

Software Development Network >> SharePoint Products

SharePoint Products

New Question

What is the most valuable principle in design?
Custom Document Library Columns displayed in a Content Query Webpart - HOW ? -
Web farm architecture
IP Forms only for MOSS 2007?
Typed Dataset or Custom Classes
MOSS2007 Thousands of connections to SQL Server, server crash
Problem with Javascript/Activex (like embedded Media) in Post list in blog template of WSS 3.0
Architecture question
Customizing the default Navigation bar
When should I create another instance?

Top Answerers

Amjath
Njofra
ringerxyz
mcdonaldn
Mohan1
Thomas Ardal
desilets
leo_asp
Divyajosephjohn
Eduardo D
sitemap
Only Title

Answer Questions

  • BlueBeetle WSS3 cannot be crawled

    I'm getting this error on the server of WSS 3.0 The start address <sts3://ebs-sharepoint/contentdbid={d901caff-7863-40aa-8460-c3ef9132cb89}> cannot be crawled. Context: Application 'Search index file on the search server', Catalog 'Search' Details: Access is denied. Check that the Default Content Access Account has access to this content, or add a crawl rule to crawl this content. (0x80041205) The WSS 3.0 is configured to use Kerberos and both the WSS Search and Timer service is running under a domain account. Any help. Thanks. Jason Im having this problem as well. If anyone finds a fix, please let me know if within a few days of this posting. And Microsoft, please figure out ...Show All

  • Bluehunter Scalable Windows services

    Hi, We have a WIndows Services app with the following layers: 1. DAL 2. BLL 3.Windows Service To give maximum scalability , availability and performance for this application, what are steps that we would need to take Is it recommended that the Windows Service application be load balanced Thanks. Lakshmi Lakshmi wrote: The Windows Services application in reference takes data from DB every 10 minutes and posts to an external Website through a Web service. The amount of data may be very large during peak hours of the day, and the system must perform well even during these hours. Can you break the data into smaller pieces do you have enough network bandwidth if you do break it up an transmit in paral ...Show All

  • markse When does WSS 3 Beta 2 (Not TR) expire?

    Can someone please tell me when WSS 3 Beta 2 (not tech refresh) will expire Thank you, Alex Hi, See this: http://support.microsoft.com/default.aspx/kb/924613 ? 2007 Microsoft Office Beta 2: February 1, 2007 ? 2007 Microsoft Office Beta 2 Technical Refresh: March 31, 2007 Bye ricardo guerra freitas www.ricardoguerra.net Microsoft Student Partner / Brasil February 1st 2007, so if you have one, yours is already expired :) I do have and it's still running. How is that possible Thank you. Alex ...Show All

  • andymac7 How to set the number of display rows to unlimited?

    The MOSS 2007 Excel services' report only display ~70 rows at a time. Is there any way to display all rows at once (about 120 rows) Regards, You can control this in the Modify Web Part properties - it's one of them under the View section (I think). You cannot have it as unlimited, but you should be able to set it to 120. There's a limitation of returning 10,000 cells at a given time from Excel Services (IIRC). Thank you very much. I will try it. Regards, Can anyone give me more detailed explanation how to set up this in SharePoint Thanks. Aleksandra Aleksandra, Can you post a seperate thread with specific details on what you are trying to set up. ...Show All

  • LouisVanAlphen Change the default theme applied to new sites

    Hi SharePoint people, I have created a new theme in MOSS and was looking for a way of changing the default theme that is applied when you create a new site so that it uses the new theme. Any help welcome. Grant. Grant: I don't have an answer, but only a suggestion of where to look. Have you looked at creating a new Site Template. I am not certain whether the theme information is saved when you export your site using the designer. Just a suggestion... Tom Although I have not tried this yet, Scot Hillier has a post on his blog "How to Change the Default Theme Applied to New Sites". Requires creating a feature and then “staple” the feature to a site or reference th ...Show All

  • Ofir Epstein Security options in csf

    hi, Is the current security options available in csf only for authentication and authorisation Does it also have message encryption options Is digest the only option to interact with external services thanks CSF Supports WSE security policies. You can encrypt the messages using the security policies. Please refer to CSf Development Guide for details on how to use security policies in CSF ( http://msdn2.microsoft.com/en-us/library/aa439668.aspx ). If the external services are present in the same domain you can use Kerberos policies for encryption , if they are outside the domain, then you have to use certificates. ...Show All

  • phanf Hosting Long Running Batch Processes In IIS 6

    I am currently architecting a framework that will depend on IIS to host batch oriented code. The design will use a disconnected model with a controller (that lives remotely) and checks back periodically via an ASMX layer. When invoking the actual batch execution code the ASMX call will spawn as many threads as it is configured to run and immediately respond (hence avoiding any long running HTTP connection). I like the idea for a number of reasons, obviously I get to use a standard communication protocol to invoke the batch code across tiers and I can even incorporate standard load balancing routines. I'm also able to use the same communication end points to check back in on the threads as they are executing. There are also a number of o ...Show All

  • Tone Southerland ObjectDataSource in a web part?

    Hello All, My code below works perfectly when I put it in an ASP.NET application (default.aspx code behind for example), but as soon as I put it in a web part (compile it into an assembly and place it into GAC) I get this error: "The type specified in the TypeName property of ObjectDataSource" ObjectDataSource objDataSrc = new ObjectDataSource ( "Fully qualified name of my type" , "select method name" ); objDataSrc.SelectParameters.Add( "Perosnid" , "123" ); GridView grdViewPersons = new GridView (); grdViewPersons.AutoGenerateColumns = false ; grdViewPersons .DataSource = objDataSrc; grdViewPersons.DataBind(); this .form1.Controls.Add(grdViewPersons ...Show All

  • TWild Drop Down Menus on Navigation Bar

    Can someone please help a Sharepoint newbie and tell me how to change the navigation bar to have drop down menus I'm sure someone out there has already but I've not found any article at all! Please You may want to add more specifics. Some MOSS 2007 Site templates will automatically give you dropdown lists. Others you may want to just go ahead and manually go to the modify navigation add a heading (link folder) and sub-links in it. However for certain templates you may have to modify the masterpage in SharePoint designer, locate the menu commands in the codeview and what you're looking for is to increase the DynamicMenu attributes. (With these you can tweak which menu options are static and which Dyn ...Show All

  • DaveParr Modeling for the Home Programmer

    I am working on a couple of programs, but I have just started out. Nothing that I'm doing is overly complicated (I suspect) but I want to map it all out before/as I work on it. Right now, I am using a notebook and pencil, but I don't know if that is enough. It lets me work on the overall flow of information, but not really work in classes. I could move on to UML but I am not sure if that's overkill. Any suggestions for the weekend warrior who wants to plan ahead with his software -Justin Hi, I have similar kind of question and your answer very satisfactory, But before starting to use MS Visio, can i see some examples where some data flow diagrams or UML models are shown for simple database appli ...Show All

  • Jacob Pettersson How to create Logic Layers ?

    Hello to all, I need some help on How to create Business Logic Layers and Data Access Layers. I am working on a Poject which is little bit complex. Many tables are realeted with each other and affected simultinoulsy. Can I get some Samples or Articlas or Tutorials that can help me in designing my Layers ... ( I am vary much confused with all this stuff, so I need some good material to learn from) Thanking U Hi Mistry It seems to me that your question is a little opened in the sense that there are several mechanisms but they apply to given contexts. I can suggest you an article which talks about how new tools help you in accessing data from logical layers in a very effective manner, b ...Show All

  • sd_dracula Excel services issues with Project Web Access sites

    Hi, I am trying to access the excel services API of a project workspace site created through project web access and am not able to add the web reference even though the workspace sites exposes the webservice and methods. The following error is given in the web service description box: << The document at the url http://litware:104/_vti_bin/ExcelService.asmx wsdl was not recognized as a known document type. The error message from each known type may help you fix the problem: - Report from 'DISCO Document' is 'Root element is missing.'. - Report from 'WSDL Document' is 'There is an error in XML document (0, 0).'. - Root element is missing. - Report from 'XML Schema' is 'Root element is missing.'. >> Is this webservic ...Show All

  • alya Workflow conditions don't work in SharePoint Designer 2007 RTM

    After developing my workflows with SharePoint Designer 2007 B2TR, I upgraded to SharePoint Designer 2007 RTM. After that and on more than one installation, workflow conditions would not propogate. That is the drop down would appear, but the selected condition would not appear on the workflow designer. Repair install of all components, Asp.Net 2.0, 3.0, and SPD didnot fix it. And to make matters worse, attempts to roll back to B2TR failed with "Cannot install over pre-release version" error, even though I unistalled RTM both with the installer, and manually deleting from the drive and registry. Has anyone else seen this problem I am stuck in the middle of a project using an old laptop with the B2TR bits to complete the work ...Show All

  • MShetty ASP.NET Connected Web Part Under SharePoint

    After having spent a lot of time building a two webparts under ASP.NET (one provider, one consumer), and getting them to work flawlessly under the ASP.NET webpart framework, it now comes time to deploy to SharePoint. I have followed the tutorials... strong name the assembly, drop the assembly in the _app_bin, upload the web parts to the WebPart Gallery, create a WebPart Page, add webparts to the page, connect the webparts... But here is where the problem is. There is no option on the edit menu to add connections What do I have to do to enable connections for my custom webpart Is there a definition file that I need to define this in Is it a matter of not having the permission to connect webparts The provider web part seems to work w ...Show All

  • ideal24293 Sharepoint Backup Script

    I'm trying to figure out how to backup the Windows Sharepoint Services sites from the command line, but I am finding the documentation online to be lacking. here is the line I'm trying STSADM.EXE -o backup -directory Z:\Internal Operations\Information Technology\Backup\SharePoint\BackupFiles -backupmethod full which just returns 'Command line error.' I think it might have something to do with the spaces in the name, so I tried saving it to STSADM.EXE -o backup -directory Z:\Archive\test\test2 -backupmethod full and it kind of works, except that there are errors. The log file says: [2/26/2007 4:07:10 PM]: Verbose: Using directory: Z:\Archive\test\test2\spbr0000\. [2/26/2007 4:07:10 PM]: Verbose: The backup/restore process included the foll ...Show All

123456789101112

©2008 Software Development Network

powered by phorum