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

Software Development Network >> SharePoint Products

SharePoint Products

New Question

OHSBE 3.0 Sample error
Customise "My Site" link text
Financial Services Architect Forum
Where can I download the wss12.xsd file?
Database Views and ORM?
OOP Design Question - Need an opinion...
Pprogrammatically setting a BusinessDataField
where can I find an example of requirement document for some small project example
Deficiencies in Layered approach of Architecure
Accessing a SQL Server table using sql authentication as opposed to windows authentication

Top Answerers

Leigh Moore
saarar
Eric Kinateder
Paul Gielens
Christie Myburgh
StevePO
Eugen F
K-RoCk
Koruyucu
Vesigo
sitemap
Only Title

Answer Questions

  • Kirti Mistry SendSync and SendAsync methods

    MessageSender SendSync and SendAsync methods behave in somewhat different manner. Is there some constraints to sending sync or async messages to Session. My second question is that what are the things to check while using sync method as I face problems to get return parameter from sync messages. Hello - Yes the SendSync and SendAsync are designed to behave differently. One of the primary objectives behind this was to make sure the developer who writes the code implicitly understands that a message is being sent could be destined to go across process boundary or machine boundary which is sitting across the world and there is a latency involved in it. Besides that, this mechanism provides very simple mechanism to write cod ...Show All

  • Tim Haynes HelloWorld Sample problem

    Hi, I dont seem to be able to get the Helloworld sample working, whenever I press the createsession button i get a SoapFaultException. Checking the Application log gives the following Failure Audit error: Login failed for user 'Session-service'[Client: <local machine>] from the source MSSQL$SQLEXPRESS. A second error whose source is session gives: Error detail - System.Data.SqlClient.SqlException: Login failed for user 'Session-Service'. Do I need to give Session-Service an account on the SQL Server Looking at another thread from this forum I noticed that this worked for another user after they changed the authentication mode to mixed authentication mode, this didnt work for me. I then noticed that I c ...Show All

  • Rups11 Duplicate Submissions occur if refresh button is clicked

    My code has a custom webpart that submits to the content database. However, if the user manually refreshes the page after the submit button has been clicked but before the pages postbacks a duplicate entry is created. Any ideas on how to resolve this I am using Portal 2003. Any help would be greatly appreciated. This is a regular problem with any html form (nothing to do with sharepoint or .net as it were). One of the things you could try is redirect the user to another page (or even to the same page) using the Page.Response.Redirect method after you save the page. This will *break* the connection to the last post. ...Show All

  • Seena K Sharepoint error when adding Web Part

    Hi, i'm getting a very basic error but i can't figure out what's going on. I'm the administrator of a Sharepoint site. When i try to modify the Shared page, (dragging and dropping a web part, for example), an error page displays. The page is a generic error page, with no information on what the error is. Can anyone help me Thanks! Francesc Did you check the Event Log and SharePoint logs on the server to see if they have more information in them Edit "Inetpub/wwwroot/wss/VirtualDirectories/YourPortal/web.config" file. set callstack="true" set customErrors="Off" You'll see a descriptive error.. Hi, I see this error message after making the ...Show All

  • Toolmaker Message visualizer

    I have been unable to get the Message visualizer application to work. I am trying to visualize the messages in the helloworld sample. When I try to visualize messages the error "Tracing for this session has started, but not getting the session information from database to display Message flow. Please try later." I have followed the instructions in the help file but it still wont work. Any ideas I have posted a blog on this subject. Please refer the CSF 3.0 Message Visualizer Tip Please make sure that CSFTraceServicePolicy is defined in the sessionpolicy.config. Please refer to topic Configuring the Message Visualizer under Troubleshooting the Session Component section of Connec ...Show All

  • Aleksandar Petkovic Worklow association to Content Type by CODE

    I am facing with a problem when I tried to associate a workflow to a Content Type through code. I want to create a Content Type that has a workflow associated to it. Later on when users can add this Content Type to their libraries, the document inside libraries can initate this workflow. I have done all the SPWorkflowAssociation bit and have done the ContentType.AddWorkflowAssociat ion(association) stuff. Everything seems to be working ok. I then added the Content Type to a newly created Document Library. And then I newed a document with that Content Type, the document item has a Workflows button (from the pull down menu)--this leads me to think that the Workflow has been successfully associated to the Content Type. But when I ...Show All

  • BCooper Reusable framwork library

    Hi. I was wondering if there exist any pre-made framework libraries (importable model files) for different modelling tools. And if there are such, where can I find them At the moment I am using Rational Software Architect to model my .Net solution (the company choose that modeling tool for me so I can't change to another, better, tool) and I would like to be able to import a model that contain the entire .Net framework and its types. Today I have to make this up as I need different items from the framework, which is very timeconsuming. I am under enough preassure as it is to meet the deadline without having to redefine hundreds of classes and types that I am using ... :-/ ...Show All

  • Dan Lingman MOSS 2007 RSS Viewer's XSL Link not working

    Has anybody been able to get the MOSS 2007 RSS Viewer Web Part to work with the XSL Link I have an RSS feed file and a style sheet in the same anonymously accessible location. It works fine if I just point the web part at the RSS feed. If I try to use the XSL link, it fails every time with this error in the logs: RssWebPart: Exception handed to HandleXslException.HandleException System.ArgumentNullException: Value cannot be null. Parameter name: s at System.IO.StringReader..ctor(String s) at Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetXslCompiledTransform() at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform() I started by using the default XSL copied from "XSL Editor..." in the web part. ...Show All

  • Professor Mustard Objects with many child object relations - Need design help!

    Hello, First let me start by saying that I am just getting started with OOP and Domain driven design so please take it easy on me. I am designing a domain model that consists of PROJECT objects that can contain ISSUE objects that can contain other objects like NOTES and ATTACHMENTS. There will be times in which my application will need to populate each PROJECT object along with all related child objects. However, sometimes I just need to get a list of PROJECTS to fill a dropdown or list UI control. In this case I just need some basic PROJECT properties like name and ID. I think it would be too much overhead if I populated all child objects just to fill a list (especially if there are many PROJECTs). Shoud I create 2 separate PROJ ...Show All

  • Deepthi Rao Unauthorized Access Exception

    Hello, I've got an error with my Web Part that is driving me Insane. I Keep getting the following error when I try to create a file: Error raised by Precedents Manager Error Log. Message: System.UnauthorizedAccessException: Access to the path "\\CWBSSQLDEV\PrecedentsTree\Temp\633048097168871048_PrecedentSample1.doc" is denied. at PrecedentsManager.TempFileManager.CreateTemporaryFile(HttpPostedFile file, String tempPath, String locPath) at PrecedentsManager.AddPanel.but1_Click(Object sender, EventArgs e) Precedents Manager(2) Source: Precedents Manager(2) For more information, see Help and Support Center at The File is Being created on a Shared Directory at CWBSSQLDEV. This dir has been given so ...Show All

  • CraigT MOSS2007 Office integration...good, better, best document.

    Hi All Is there an update to the document located here: http://www.microsoft.com/office/sharepoint/prodinfo/officeintegration.mspx regarding Office version integration with Sharepoint. I need info on how well Office 2003 will work with MOSS2007 Cheers Mike Thanks very much! This is exactly the type of information I have been looking for. Hi Lawrence Thanks this is great. I will keep an eye out for the updated doc but this will be fine for the moment Cheers Mike Here's the unofficial list of SharePoint integration features (note that there are many other enhancements not related to SharePoint) that Office 200 ...Show All

  • nextpaco Opening WSS site in VS 2005

    Hi, I haven't got Frontpage 2003 neither sharepoint designer, therefore I am trying to use VS 2005 to edit WSS pages. In the "Open Web Site" dialogue box, under the "Web site Location", I typed "http://myServer/default.aspx " whereby "http://myServer/default.aspx " is the address to access my WSS site. Upon clikcing on "Open". I am getting eror message saying: unable to open the web " http://myServer/default.aspx ". An error occured accessing your windows sharepoint services site files. Authors - if authoring a web server, please contact webmaster for this server's web site. Webmasters - please see the server's application event log for more details and the events l ...Show All

  • Jehanzeb Naeem Khan Identity Manager - Tools and Utilities

    Hi, IDM Spy and SSOManage utilities was there in CSF 2.5 for Identity Mapping. I want to know about CSF 3.0, either same utilities are available or any any new utilities are included Rgs Vasu Hello, I'm trying tu configure mmc for idm but i cannot use it. When the console ask for authentication to service catalog service i can't go on. I tried with all users members of Requestors@sc group but it don't work. No error message is provided, just the consol ask again for logging on service catalog service. I even tried with domain administrator, but no success. Which account must i use Thanks, Fabio Hi, I have been able to fix th ...Show All

  • Loki70 Security Trimming - missing configuration?

    I have a new out of the box install of MOSS07 up and used it to crawl some legacy SP 2003 sites with Enterprise Search. The problem we're having is security trimming doesn't seem to be kicking in on the results - users are able to get links in the results page to items they don't have security access to (SP still prompts for credentials when the link to that resource is clicked). I have one domain security account as both application identity and primary crawl ID - this ID was given permission to the legacy SP content. The content is indexed but like I said everyone can see it regardless of rights to that resource. I'm having trouble finding articles on troubleshooting/configuring security trimming for MOSS07 - apparently it should w ...Show All

  • Lucas Pasquali 'UpdateTask' Activity Problem!!!

    Hellow. I want to update a task created by the CreateTask activity, when the activity is changed. I have the following function, which is run when the Task list item is Edited: private void onTaskChanged1_Invoked( object sender, ExternalDataEventArgs e){ SPWeb mySite = new SPSite (workflowProperties.SiteId).OpenWeb(workflowProperties.WebId); SPList myList = mySite.Lists[workflowProperties.TaskListId]; SPListItem myTask = myList.GetItemById(TaskBeforeProperties.TaskItemId); SPUser myUser = mySite.AllUsers[e.Identity]; myTask[ "Assigned To" ] = myUser; myTask.Update(); } Everything seems okay, but when I call myTask.Update(), I get the following exception: Error: Task is Currently ...Show All

313233343536373839404142434445464748

©2008 Software Development Network

powered by phorum