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

Software Development Network >> SharePoint Products

SharePoint Products

New Question

VSeWSS
Modifying Approvers
IE crashes when i click on a link to open a word document.
How to register an event handler declaratively by content type?
Upgrading WSS to version 3.0
Copy page to another page library
Accessing the List in Sharepoint using Code Behind
How can I execute code in Session Start/End, Application Start/End, etc.?
When and Where to use Interface
Microsoft Architect Insight Conference - UK EVENT

Top Answerers

Ted12893
James_Steven
Karthick1020
SaloS
SuperSaiyanZero
krwell
Alxenen
albidochon
David Kreps
greatway
sitemap
Only Title

Answer Questions

  • rvaas uploading a windows folder structure to sharepoint site and uploding the documents in specific folder 2 a created doc library

    Hi , I am using sharepoint 2007 and vs 2005 Please, I need in my application the user to do this: Enter a folder path in a textbox and a sharepoint site in another text box: The code will go through the folder structure and create that structure in the sharepoint site. Then I need to go to specific folders in my windows folder, get all the files in that folder and load them in a specific document library in the created sharepoint site structure. Thanks a lot for guidelines ...Show All

  • Michael Ruminer MOSS2007 standalone no search results

    Hi I have done a standalone install and added a couple of users, a couple of sites and a couple of documents. Searcing for any of these returns nothing. The default content access account (NT authority\local service) has Full read permissions to all zones under 'Policy for web application' in Central admin. A crawl has been completed but the following warnings are in the crawler log: " http://csciisris2 The object was not found. (the item was deleted because it was either not found or the crawler was denied access to it) Local Office Sharepoint Server Sites". Similarly for sps://csciisris2 and sts://csciisris2 Additionally there are some gatherer warnings in the event logs: "The start address < ht ...Show All

  • Vince206 Incoming Mail with Sharepoint 2007 and Exchange Server

    I have a test environment that consist of one server with Exchange and Sharepoint 2007. Is there a way to test incoming mail or do I need a second Test server. It appears as though I need to have smtp services running too. Any Ideas Hi Joe , this is a whitepaper that I wrote on configuring incoming mail using Exchange 2003 but without creating an SMTP connector. It worked for me but I know in some companies they have such a complex routing mechanism for mail flow that sometimes you just need to create a specific one for Moss E-Mail. One reason might be that they send mail to a DMZ mail server and that does not know how to route it to the Moss Server. Anyway take a look at the whitepaper and see if it ...Show All

  • jSiegel Set Due Date on Generated Task

    I'm currently trying to create a simple workflow within sharepoint designer and having some issues. The workflow is fairly simple, Once a form is filled out, two tasks are created and sent out, (i'm using the "Collect date from user" function to assign the tasks). The tasks will ask for two pieces of information which will then post the filled out info to fields on the original form. once the tasks are completed it will notify the submitting user back that the form is completed as well as alert a couple more users with emails. the problem I'm having however, is getting a due date filled out on the task. The submitting user fills out a date field on the original form so I know what the date needs to be, however, sending it ...Show All

  • zot166249 Modifying Approvers

    Hi All I have a sequential approval workflow. I am using replicator around createTask activity to assign multiple approvers. Now If user wants to change approvers how should I use UpdateTask method Do I need to use replicator around update task as well If someone can help me changing multiple approvers that would be great. Best Regards The EnableWorkflowModification activity has a ContextData property. This property must contain XML that conforms to the schema associated with your form. See: http://msdn2.microsoft.com/en-us/library/ms550177.aspx near the bottom of the page. Essentially, the workflow is trying to pass the form initialization data - and if that initialization data does conform to the form's schema the for ...Show All

  • cplusplus1 Design Consideration for active/active clustering

    Hi, I need help on the design consideration to develop a VB application to work in a Cluster (active/active). The application would consist of an NT service that will spawn activeX exe components based on a configuration. Thank you, regards, S. Balakrishnan One main thing that you need to remember regarding Microsoft's clustering technology is that it based on a "shared nothing" concept the meaning is that in an active/active configuration you'd need to partition the work between the two active servers and have each server act as a backup for the other one. Regarding other design consideration. you should probably provide some more details e.g. what are the fail-over t ...Show All

  • Xcel How to start workflow, designed in Sharepoint Designer, by adding/changing folder (not document)?

    Hi, I build wf and bound it to specific library document. Now, I want wf to start when the new folder is added or its property is changed. It does not happen. I created ny custom content type, when the parent folder - on it wf does not start either. Maybe there some flag that I should to set - to enable starting workflow on specific content types Thanks Where do I see the logs I am writing to "log to hostory" log but the only place I see it is inside workflow status Ii want to mention that the work flow is started OK on doc event, but is not started on folder event. Are you getting any errors in your SharePoint lo ...Show All

  • rpp Business Logic & SQL

    Hi, has anyone in here got some guidance or direction for Patterns and Practices on this one When should business logic be put into a SQL Stored procedure and when should it be put into Class object we are debating different architectural approaches and I am looking for some guidance. TIA Referenced post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=55375&SiteID=1 Well Thanks for the support RMD. In my experience, I tend to avoid SP, till performance becomes an issue as there is a slight shortage of developers who know SP well. And also, logging/tracing gets distributed to multiple places ( We cant use entlib from Stored procedures AFAIK) Typical instance where performance wil ...Show All

  • Shawn de Wet separating data access - Busines logic and UI

    Hi friends, I have a question which I could not sort out. I checked the previous posts, I saw something relevant but not exactly what i need to know. I would like to create an  Logical N-Tier application which will include  DAL,  BLL   and  UI . I decided to use TypedDataset created by visual studio dataset designer as the Data access layer , but my question would still remain even if I used custom entity classes   . Now I am going to build a Business Logic layer  to provide the comunication between UI and DAL .  Lets assume that I have created the BLL and I use the following code in my UI.   Me .DataGridView1.DataSource = mBLL.GetObject that works very w ...Show All

  • jaomello Share "Site libraries and lists" with a subsite

    Hi all, is there any way to share a Site library or list with a subsite For example, imagine that I have a Web application. This Web application have a web site collection and two sites: Group (Top-level site) and Enterprise1 . The Enterprise1 is a subsite of Group . I have a Announcements list on Group and I have added some announcements to that list. Now I want to add this Group Announcements List as a WebPart in Enterprise1 . Is it possible Regards, Mateus Hi, I see the content query web part working, but only get the title of the announcement for the announcement list I am using. is there a way to also have the snippet of the announcement show up as well In WSS 2.0, you can do ...Show All

  • Saibal Goswami Question about Sharepoint Security across domains

    Hey guys, I have a question about Sharepoint and how it implements security. In our sharepoint implementation we use NT Authentication to access several sites on the Sharepoint server. These users are in the normal form of Domain1\User. Each of those users were given individual access by the sharepoint admin (not me). We recently created a new domain which will supersede Domain1 and are moving users over to the new domain (Domain2). Now users on Domain2 are getting an NT Challenge window when trying to access sites and documents that they used to have access to. They can get around it by typing in the credentials for Domain1, but that isn't a good solution because that domain will be going away. I am not sure how to ...Show All

  • Denis Pitcher FetchTargets and Events

    Hi, i am a little confused about describing health and provisioning events inside of the FetchTargetResponse.xml. Accordingly to the scheme you just need to fill a simple string (event name). But for the usage events you also need to specifify DeliveryMode and Filter dialects. So if i use the same architecture for provisioning and health events as i use for the usage events wouldn't it be neccessary to also specifiy delivery modes and filter dialects for them As you propaly allready understood , inside of my WES you are able to register for health and provisioning events. You are also able to specify the filters for them. So if I cannot specify these information inside of my FetchTargetsResponse, where should I display them ...Show All

  • JStemper2 Compare different ESB

    Hi All, Right now I am trying to find out merits and demerits of different ESB's in market. I tried to find out comaprison on google, but able to find only one, which is a paid :) Can you please tell me the link to compare different ESBs available in market. Thanks, Dev Devloper Be sure you want ESB...... "...an ESB is not on my list if the few "basic components" that I recommend for getting started with SOA. In fact, I discourage people from starting with an ESB. An ESB does not encourage good SOA behavior. ESBs are essentially integration systems, not SOA systems. SOA is about tearing down application silos, but integration systems reinforce those silos. " See http://tech.groups.yahoo.com/ ...Show All

  • dto Welcome!

       Welcome to this new forum, which is part of the SharePoint forums group that contains a comprehensive set of forums designed to cover all aspects of SharePoint Products and Technologies. I’ve held off on having these forums created for over a year because we already had a handful of newsgroups in place, but the benefits (search, moderation, filtering, stats, flexibility, planned enhancements, etc.) and the recent surge in usage have convinced me that it’s finally the right time to embrace forums as the de facto channel for community Q&A and discussion .      This particular forum is for topics about InfoPath Forms Services capabilities in Office SharePoint Server. Before posting a question, pl ...Show All

  • wencey Is it possible to create an entity that does not have identifier and that relates to a view in the database?

    Good morning all ! I created a view in my database that has three fields: Name, SiteUrl, NbPostings (that is the number of postings messages on the forum which site url is SiteUrl by the user Name ). Now I want to display informations that are in this view in a Business Data List Web Part. Then I added in the BDC Application definition XML file the following code : Hi Roxane, we've not got views working with BDC Meta Man yet, although that will hopefully change in the version after the one we are soon to release. Many thanks Nick Hi Nick, Thank you for your help. I tried to add an entity without an identifier and it works! As they say in the msdn library, you can use it only with Business Data List Web Part ...Show All

464748495051525354555657585960616263

©2008 Software Development Network

powered by phorum