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

Software Development Network >> SharePoint Products

SharePoint Products

New Question

How to specify particular MOSS site using Lists.GetListItems?
multi tier to one tier with WCF and Linq?
Is there an official forum for Enterprise Library 2006?
abstract vs interface
Persistent Sharepoint Server Error Events
Connecting Filters to Report Viewer Web Part
Workflow logs
Why take long time to open WSS site?
normalHandler.ProcessRequest(context) causes my blank sharepoint web page
Workflow designer - Variables and strings.

Top Answerers

Vjy
KitGreen
David N.4117
Smriti
tayoga
kcdclan
lillirose
matthew lyden
nglow
AndyMac
Rosetta Systems
Only Title

Answer Questions

  • Magos294963 How programantically enable file sharing (or 'why doesn't snetcfg.exe work?')

    Howdy, I've been trying for a while now to programatically enable file sharing on Windows XP and Windows 2000 for a local application running under a non-domain controlled network, on a computer which has never been authorized for file sharing before. It appears to me that there is no documented way to share a file or folder unless and until the user manually enables file sharing by using the file manager to either run the network setup wizard, or click the "just enable file sharing" checkbox in response to right clicking the file or folder to be shared in windows file manager and then selecting 'sharing'. According to Google anyway, the DDK sample program snetcfg is supposed to do what I want. I've compiled the DDK versio ...Show All

  • kayers Can you use Active Directory Manager data in workflow?

    I can’t seem to find a way to automatically rout a workflow task to a user’s manager using the person’s "manager" value from Active Directory. This seems like such a basic task, but I don’t see any option for it in the workflow roles available in SharePoint or SharePoint Designer. Has anyone had luck with this I'm also very keen to learn how to achieve this. We will have several workflows that will require manager approval (eg. annual leave requests), so this is a biggie for us. Cheers, Matt Well, Let's figure it out together then :-) I am thinking that we will need to create a custom workflow activity ... are we using MOSS or WSS as a bas ...Show All

  • Annihil8 SharePoint 2007 - Access in Read Only to a folder

    Hi, I have a folder. A Group A can access on it only in Read. It's seems ok because the buttons "New" and "Upload" dont appear anymore. But another problem appears : when a user open a file, and edit it, it seems that he's able to edit it and save it without any problem !! How can i manage this problem I dont want to allow them to edit documents. Thanks for help. Yes they are able to save it into the document library ! and that's my problem... Are they able to save it back into the document library Usually not... but they are able to save a copy to their computer. Anybody feel free to correct me if I'm wrong but I don't think sharepoint can keep the user from saving a co ...Show All

  • IamHuM IIS6 Compression and WSS2

    Hi I have enable IIS6 compression via the IIS metabase and have seen great results when using the browser WSS2 sites. I am using a tool called Fiddler to monitor compressions performance. The issue i am having is with office document in a document library. When i use save target as option from IE, Fiddler shows compression working. When i open the document the same document from MS Word or Excel, IIS compression does not seem to kick in. Is their a way to configure my Office applications to work with IIS compression when i am opening documents from a document library is there something i am missing in my metabase configurations Thanks, AlexP Yep. Not in the request. Would be nice if compr ...Show All

  • RJBriscoe Custom Agent Desktop?

    Hi, We are building a proof of concept for a client of ours on CCF.and I was wondering, If I want to implement an application with similar functionality to the Sample Agent Desktop provided with CCF: Is implementing the UIConfiguration Interface and all it's methods sufficent Is there any other documentation on the agent desktop or atleast the Interfaces required and webservices in order to create another application with similar functionality Any help on this topic would really be appreciated. Thanks alot Thanks alot, I will contact them to try to get it ASAP.. Thanks alot, Any news on the .net 2.0 release we are really looking forward for ...Show All

  • jackline Visio UML Code templates

    Has anyone got any documentation or examples of custom Code templates. Regards My answer might be irrelevant, but I'ld write it anyway - don't use visio for code generation, you'll regret it later ! Try Sparx's Enterprise Architect - it's much better and the code generator is fully editable. Ido. If you are willing to make decent investments, you could consider writing plugins for Visio. ...Show All

  • FM_AX Hide domain name for users

    Hello all, I have set up a sharepoint 2007 site with multiple users, however each username is displaying as domain\username when assigning tasks, events, and general operations. How do I remove (or hide) the domain so only the username displays Thanks! If you're using MOSS 2007, you need to import your AD into the user profile database. This can be done via your shared services page. ...Show All

  • Sassie OOP Design Question - Need an opinion...

    I know there is no "100% correct" way to design the following but any suggestions or shared opinions would be appreciated: I want to create a Customer business entity. Should this Customer class only contain properties and simple validation or should it also contain all the business logic and CRUD functions Should I create a separate class called CustomerService that handles logic by passing around and working with the Customer entity Example: How to add a new Customer 1) All domain logic in one Customer object . Customer.Name = "Bla" Customer.Save OR 2) Customer object to hold properties and Service object to perform business logic. Customer.Name = "Bla" CustomerFactory.AddCu ...Show All

  • Trisha1802 DataAccess Design Pattern

    Hello, One of my application requirements is that when the user logs in, if they are not conected through the VPN, I need to perform all data access through webservices and if they are logged in, use my business components directly. Does anyone have any good ideas for this or point me in the direction of any existing patterns Thanks! Ajeeth is absolutely right. To make it a little more formal, you should let both web service and the business object implement a single interface. Lets call the interface as IBusiness. Have a common class that accepts the method calls (possibly) from the UI. Lets call the class as BusinessCallInterceptor. Have a factory class that creates an instance of either webs ...Show All

  • LalitSRana Survey Exort to Excel Issue

    Hi all, I am just trying to export survey results to Excel. My survey has rating-scale questions. I am using SharePoint Server 2007 RTM whereas my client is 2007 Beta 2. When I exported the results to Excel, all the questions and the answers were exported to the same column where each question and answer are separated by "#" sign. I just want to know is it a product issue or it is because I am using Office 2007 Beta 2 client. If it is product issue, is there any work around for it. Regards, ...Show All

  • Peter Bernhardt How to get authenticated password of sharepoint site user to pass on NetworkCredential() method as parameters

    I am creating a user control page(ascx) using the web services from SharePoint Services/Project Server site. As we know that the user name and password needs to access the sites of them. I used the following code(C#) to access the web services, it will work fine. There is already Windows Authentication in Sharepoint Site. //UserGroupWS is Added Web Service private static UserGroupWS.UserGroup userGroup = new UserGroupWS.UserGroup(); userGroup.Url = " http://DomainName/_vti_bin/UserGroup.asmx "; userGroup.Credentials = new System.Net.NetworkCredential("UserName", "Password", "DomainName"); Note that there are the parameters namded "Password" also in NetworkCredential() method. W ...Show All

  • Canderson Trying to figure out the max. number of concurrent users/requests for a single server.

    I have set the number of maxiothread and other settings in the machine.config as MS has suggested for heavy loads. I am running on Dual CPU's Dual Core servers with 16 GB of RAM. I am running load test using 3 sites going to different application pools - load balanced. I get up to around 250 users and I start to see response delays but can't figure out what is causing them. All 3 servers, web/app and db are running under 30% cpu and under 10% memory. I am loading the system to 500 concurrent users and have tried adjusting the settings for better CPU utilization on the web server with no luck. I am reading all the Tuning .NET Application Performance (pattern & practices) chapters on this subject. I am running Windows 2003 x64 ...Show All

  • ClaraOscura Pattern to choose

    Hi, I have worked for several years as a developer/analyst and now I am trying to improve my design knowledge... I hope my question is right for this forum... I have a very large XML file (in excess of 350Mb and can probably get even bigger) that contain some hierarchical data (nested elements). I also have the XML schema that specifies the allowed hierarchical relation between the various elements (well, a schema…). This imply, for performance reasons that I have to use a XML reader of some type. Writing a "prototype" I ended up with a class that contains the reader and has several HandleElementXXX function that work on the reader… Starting from a main loop (while (!reader.EOF) the reading/parsing is delegate ...Show All

  • jt_10 Re-Parenting

    I have a SharePoint Services v3 site collection that needs to be re-parented. I keep finding that this is a feature but can't find where you would actually preform the re-parenting. Is this a SharePoint Designer task I'm not sure that is possible. Moving sub-sites within the site collection is possible via the interface menu entry "Manage content and structure" in MOSS (not in WSS as far as I know). However, I have not yet found any information on moving a site collection or sites between two site collections. I assume you can accomplish that via the object model. One thing that might help is looking at the Content Deployment feature in MOSS, there is some info in this blog post: http://blogs.ms ...Show All

  • Zadoras Any good Ntier real world (architecture)examples available for download?

    Hi all, Everybody talks about designing a good architecture Talking between tiers in stateless manner avoid chatty objects use interfaces Use factory patterns etc etccc But no one has published or uploaded some generic examples of different architectures so that you can see how things really work.(A complete solution)with different projects in it. Just tired of reading theory and not seeing any examples. Am I wrong Could anybody point me in the right direction or do i have to reinvent the wheel If I have to it will probably be a square one Thanks and apologies for moaning. Hi there. If you have codesmith (code generation tool) and nettiers (template set that runs on co ...Show All

252627282930313233343536373839404142

©2008 Software Development Network

powered by phorum