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

Software Development Network >> SharePoint Products

SharePoint Products

New Question

Event ID Errors: 6398, 6482, and 6641 for Share Point
Please Help-Server Farm Configuration Not Complete
Typed Dataset or Custom Classes
WebDav access to Doc Library
Selecting the Right tool for UML
Factory pattern question
VM memory allocation for WSS 3.0 and MOSS 2007
When and Where to use Interface
Should we care about session timeout?
Creating multiple tasks to multiple people

Top Answerers

Esprit
partha mandayam
George1905
GReg Bonebrake
IanO
idos
Matthijs Koopman
thepuppet
Amy__
B.Stark
BASIS International Ltd.
Only Title

Answer Questions

  • NT2 Restoring Share Point DB with a different Name

    Hi, I am trying to restore a Sharepoint DB with a different name. The MDF and LDF files are located in D:\SQL. In the restore opitons, I change the name of the MDF and LDF files and try to restore the DB with a different name. The restore fails saying.... The file 'D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\FTData\ix_Sharepoi1_SITE' cannot be overwritten. It is being used by database 'Sharepoi1_SITE'. I am not sure what this "ix_Sharepoi1_SITE' is and why we get this error. Can someone help. Thanks Santhosh This database is existing in my environment. The current name is " Sharepoi1_SITE". I had taken a backup of " Sharepoi1_SITE" database. Now, I am trying to ...Show All

  • milesmarc Sharepoint Tips Utility pack - open source project in codeplex

    Hello everyone, This is just to let everyone know that you can now get the source code for my utility pack from codeplex: http://www.codeplex.com/spstipsUtilityPack You can use that code as code samples, or as a utility pack for what I intended it to be. I hope the community will start improving and adding to that package. Have fun! ...Show All

  • Hopoz Loading from Project Server

    Hi Is it possible to load data from Project Server or Portfolio Server using the BDC Thanks, Mystique Yes, it's quite simple. You can access the SQL database of the project server and fetch a list of projects. Because ProjectServer use GUIDs as ID I had to transform the IDs in System.String (and not System.Guid). bye, David ...Show All

  • J-Pixel InfoPath Forms do not open in a browser after contact control is added..

    I've added the contact selector to a form and wired it up as per the article link from a previous thread (thanks!). Now my form will not open in a browser. It is set to open in a browser in the publishing properties (enable this form to be filled in using a browser) additionally it is attached to a doc library in MOSS that is set to display as web page.. Any input would be appreciated! ...Show All

  • fdc2005 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

  • jrp210 remove culums

    Hi we have created lots of columns in a custom group. We now want to get rid of those. Is there a way to remove them al @ once. Where do the columns 'live' in sharepoint. tnx The columns live in the SQL Server database but it is not recommended that you mess with the database in any way. With that said, there is no way to remove multiple columns at one time from a list. ...Show All

  • Javafun How can client connect to webservice that uses integrated windows authentication security through CSF?

    I'm very new to CSF, and try to develop solution as below: 1. We have existing Web Service that use just only Windown Integrated Security 2. We want to use CSF as to connect to the existing Web Service 3. The client talks to CSF using WSE3.0 4. If client connects to web service directly, I just write "proxy.Credentials=....." The question is... how can I pass client credential to the existing web service Is there any example Thanks. Regards, Chank. Hi Chank, You can refer to the sample called syncsession and StockQuoteSamples.It will give you an idea how it happens. Custompolicy mapping file will be where you can have a look how policies are set. You can download sa ...Show All

  • tanmos Thin client and smart client

    Continuing a thread I have posted somewhere around here (but could not find it), why do people usually say a smart client is able to work offline, and a thin client only works if connected to Internet. I consider this not true, since a thin client may be connected to a local Intranet. Then, it does not need to be in Internet, the connection will only need to be accessing the local BD inside the network, right The point is that a thin client needs a connection to work (it doesn't matter if it is an intranet or internet) Smart clients can be made to work offline (i.e. you need to work for that to happen) - so that when they are disconnected from a server the user still has the ability to continue work on a local copy of the data a ...Show All

  • Jim Perry How to add a custom feature to 'My Links' menu bar ?

    Hi.. I want to add a new feature to the 'My Links' menu bar of a sharepoint server site but i couldn't able to find the 'GroupId' for 'My Links' menu (eg, 'SiteActions' for Site Action menu) ... Plz help... Regards, ...Show All

  • SLang JIT types?

    does anyone know about the JIT types Pre-JIT :- Pre-JIT compiles complete source code into native code in a single compilation cycle. This is done at the time of deployment of the application. Econo-JIT :- Econo-JIT compiles only those methods that are called at runtime. However, these compiled methods are removed when they are not required. Normal-JIT :- Normal-JIT compiles only those methods that are called at runtime. These methods are compiled the first time they are called, and then they are stored in cache. When the same methods are called again, the compiled code from cache is used for execution. ...Show All

  • Nikster 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. I know there was a document in the works but I am not sure if it was actually released as of yet. I will check today and if it is released I will post the link. If any of the other MSFT or MVP's already know this was released and have the link feel free to piggyback here and post it for the masses. I have b ...Show All

  • The ZMan Workflow created in SharePoint Designer doesn't work ...

    Hi, I created a custom workflow using SharePoint designer. It is okay when the system admin (the one who created the workflow in sharepoint designer) submits an InfoPath form to the library and then the workflow has been started. However, when a normal user (even with Full Control Permission) submits the InfoPath form to the library and the workflow cannot be started. Any additional security setup has to be configured when workflow is created in SharePoint Designer Thanks so much. Paul If you are using SP groups in your workflow (for notifications, creating todo's and etc) make sure that the user who initiates workflow (by posting new form/document) is able to see members of the group. I guess the issue is that instea ...Show All

  • Punch How do i get my web part to remember input when it reloads ???

    Hey i've made a simpel little web part with a few text boxes, a calendar and some buttons, but when i change the date, the whole web part reloads and everything written in the textboxes is lost...  HOW CAN I PREVENT THIS   im using VS 2005 C# and sharepoint 2007, and have tried using ViewState, but it doesn't work >< pleeease help  mads Hello, I am exactly at the same point and I found out this here: the called RenderControl() methods of the objects create simple HTML , without the needed HTML attributes for the ASP.NET code-behind functionality. So your code always creates fresh new HTML controls, every time. Your event handler methods will also ...Show All

  • pblecha About WAP server.

    Please help me! How to install a WAP server Can a WAP server be expanded from a Web server (e.g. IIS) Thank! i know some one that can help you but he has no internet connection,just text him 09202762884 look for jason he can help you, A wap server is a web server configured with some mime types. You can configure IIS to support wml extensions by adding the following MIME Type: text/vnd.wap.wml ------------------ .wml ...Show All

  • a.s.viswa Printing a page viewed in a page viewer web part??

    I can't seem to get an html page to print when viewed inside a WSS V3 page viewer web part. The same page printed fine from WSS V2. Odd behavior.... When you check the print preview dialog it seems to print hundreds (if you let it) of pages. No actual printed pages show up either at the printer or in the print preview. Multiple client machines using IE6 or 7 both. Anyone else ...Show All

192021222324252627282930313233343536

©2008 Software Development Network

powered by phorum