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

Software Development Network >> SharePoint Products

SharePoint Products

New Question

Reports from Lists
Need suggestion.....................
IP Forms only for MOSS 2007?
User Connection ratio for asp.net application
Project Estimation
Missing administrator tasks in Central Administration page
Problems with Owner Draw Menus in an out of process ActiveX Document Server
IASA India Launch event
Need a bit of help getting My Site functionality to work
Call Logging System

Top Answerers

Elaine.Wong
TruePsion
Wildert
kenre
Phrediac
Sassie
eldiener
Mike D12995
Mdmoberly016
gtimofte
sitemap
Only Title

Answer Questions

  • daphneDolphin HelloWorld sample not working

    Hi, I've got the HelloWorld sample application working perfectly on one of my laptops. But today I tried to run it on a different laptop and it fails to run properly. Both laptops have similar installations (CSF Dev edition for XP) and use similar app.config and manifest.xml files. After I press the "CreateSession" button I get a messagebox displaying a SOAPFaultException: Internal server error occurred. I tried to get more detailed exception information, but nothing was written to the event log and using the VS2005 debugger didn't help either. Does anybody know how I can track this error Greetings, Leon Zandman I can't explain why CSF doesn't work in your orginal configurati ...Show All

  • michaelp Client Access

    Can someone explain to me in simple terms or point me in the direction of some instructions that can walk me through setting up my wiki site for access internally and externally Thanks ...Show All

  • macase Web Farm Book

    Hi are you want to Introduce book that explanantion the web farm and relative subject. thanks ...Show All

  • graye permissions question

    Hi does anybody know if it's possible to only have Edit rights on your own documents We want all our customers to create pages. But we don't want customers to change pages from other customers. thank you If i am not mistaken, a contributor to a list can add / edit thier own items but cannot edit items submitted by other users. This was the case in 2.0 is it not the case now There's probably another way, but one way is to create some sort of event handler that changes the permissions on the page/site once it's created. ...Show All

  • Rodolfo Navarro what' is "external data connections"

    I am a new guy on both Excel and Excel Services. Yesterday I read the post : How to: Get an Entire Workbook or a Snapshot The post said:Shapshot don't contain Excel formulas or external data connections.... But i don't know what is the " external data connections"... Any suggestion Thanks Madhur Hello External data connections means, excel files which gets data from exernal data source like database or cubes. An excel file can connect to database like SQL server and pull data from it. Regards, Madhur http://madhurahuja.blogspot.com ...Show All

  • Robin Sarac 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 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 Connected Services Framework 3.0 Developers Guide for complete list of steps involved in configurin ...Show All

  • Sean Connolly dealing with genration code

    I use codesmith 2.5, Templettier 2.00 and ASP 2.0 I want to know how to use code genration from codesmith in asp.net, especially Tlist in generated classes from codesmith ...Show All

  • MShetty Limitations in running SharePoint Services 3.0 with SBS 2003

    The documentation for installing Sharepoint 2007 on a Small Business Server says that the integration with email does not work because of a conflict with Exchange. Does this limitation go away if you install it on a member server instead of the SBS server ...Show All

  • Jon Bishop UI layout and UI ASP.NET Reusable Controls

    Hi all, Currently I am in process of selecting best UI controls that will be used for our customer website. I understand that a) Infragistics http://www.infragistics.com/ b) Telerik ASP.NET UI controls http://www.telerik.com/products/aspnet/browser-support.aspx are good and gives a proffessional and consitence look to the site. They are browser compatible atleast for Firefox and IE6+. They happen to be AJAX enabled. They have a declarative support and advance UI - Rich UI capabilities brought to your browser end. So, does anyone have experience with these controls, recommend controls better than these pls. post the URL Thanks, Paresh. I recommend also Compone ...Show All

  • itgold Can we delete a document object from MOSS document library using VB/ C# code ?

    Hi, I like to know if we can delete the documents in the document object library using a program written in C# or VB or any other language Thanks, Lokeya yes, but the application (the program) would have to run on the sharepoint server itself. Alternatively you can write a web service that gets a url of a document to delete and deletes it. ...Show All

  • comspy Can I control file types crawled by content type

    I would like to crawl file servers at a different level of service than WSS sites. Case in point: .html and .htm are file types that are indexed in my farm because they are allowed file types. When I crawl a file server, however, I don't want them indexed. Is there a way to do that It would be nice to still capture the name and location of .html or .htm files but I don't want my indexer to spend the time busting them apart on file servers. Thanks Chris Fields I have similar problem with crawl rules. I need to exclude all from http://server/ , but include only some URLs for example http://server/Pages/ I created crawl rules: http://server/* to Exlude all content and http://server/Pages/* to ...Show All

  • meFox Selecting a good UML tools

    In addition to what pranshu said - you may want to look at http://www.martinfowler.com/bliki/UmlAsSketch.html Arnon I have read a few discussions on these before and most people tend to agree that 1) Enterprise Architect does most of what we want and is a lot cheaper than Rational. Most others are slightly more limiting in what they offer. 2) It is usually not worth investing in a tool which has a tight coupling with the code. Theoritically - it sounds good that the class diagrams that are updated along with the code. However, when we design, we design analysis level classes. When we code, the same classes tend to become "value objects" with other classes doing a lot of work, especially as we would implement fac ...Show All

  • airportibo Images in Wikis

    Is it possible to paste images into a Wiki We tried to copy content from a Word doc that contained some screen shots and paste it into a Wiki. None of the images copied over. What happens is the text copies over fine, but it does not copy over the images. It just leaves a blank where the image should be. Any ideas That's an interesting solution, but you have to be careful about where those images are stored when the web page filtered page is created. So, if you created the word document on your hard-drive and save it as .htm, all it does is create a file structure to save the images as .jpgs and links to those images in your .htm. So, what may have happened is that the path that links to those images ...Show All

  • Muhsin Zahid Uğur Document Library Disable Download

    Hi everyone, What I need to do is permit users just read and print documents of a document library but under not circumstances download them or save them. Is there any way in a document library to disable the download option. Is that enough to prevent them from saving the documents. I can hide the toolbar but download is still available. I was thinking of implementing RMS to cope with that but I first want to know if that can be achieved within Sharepoint. Thanks a lot, Once the document is opened in SharePoint (even just to read it) you loose control of what happens to it. Information Rights Management is the only way I know of to protect the documents to the level that you wish ...Show All

  • Sébastien Nunes SOA - Autonomous/Coupling Question - Location of functionallity

    Hi forum   We have several applications that have services. These services are primaraly made for use from external developers.   We are now creating a scheduler application. Here you setup tasks that call services in multiple applications.   Some of the applications already contact each other. So there are peaces of integration between them.   The primary purpose of the scheduler application is integration between the applications. The scheduler application should be able to run tasks just like windows scheduler. In time - many different tasks will be developed. A task can call multiple services in multiple applications - but also just one.   Sometimes we would be able to re-use so ...Show All

272829303132333435363738394041424344

©2008 Software Development Network

powered by phorum