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

Software Development Network >> SharePoint Products

SharePoint Products

New Question

To use Typed Datasets or custom business objects in BLL ?
Interface HELP!
RollBackTask
WSS Events list missing VSTF Portal
Error Codes
Cannot upload a .exe file to a sharepoint site.
Selecting a good UML tools
could some one comment the ExcelService.CalculationA1
.Net Remoting load balancer needed
MOSS 2007 RSS Viewer's XSL Link not working

Top Answerers

Cem Usta
juergen.b
Dave Le
jori0001
Edmundas
RajLakamana
CFIG
Seppe001
aguess
De Cowboy
Bucknell University: Department of Classics
Only Title

Answer Questions

  • QWERTYtech I want to Add Multiple Template in Document Library

    hi all, I was trying to add Multiple template (doc,powerpoint ,Excel) in Share point Document Library . i created content Type programmatically. but i couldn't upload the Document Template. to the ContentType i was trying with feature .xml but thats also not working is there is any way to add multiple templates in document library. http://blog.henryong.com/2007/02/12/how-to-create-document-templates-for-document-libraries/ ...Show All

  • fwojdag MySite masterpage

    Hi All, On MOSS2007: I'm trying to change the default masterpage for mySites. I tried to edit the default.aspx in the 12/templates/sitetemplates/spspers folder, but I can't seem to let it point to another master ... as soon as I change the masterfile path, the page breaks. Any ideas on what's the best approach to link up my mySites with a custom masterpage Fred Can you be specific wheather you want to have two master page in your application (or) you want to customise the existing master page. Tnx Alan, That's exactly what I wanted. One thing is a pitty though ... I did something similar wih the global onet.xml to change the masterpage of newly created teamsites, bu ...Show All

  • vitich Opening form versions in browser instead of InfoPath

    Right now, I have the advanced settings for a forms library to open forms in a Browser window instead of within InfoPath, should the user have InfoPath installed.  This forces the Forms Server to display the form within the browser. However, if I choose Version History and select a previous version, then the version shows up within InfoPath.  This does not happen on computers where InfoPath is not installed.  Is there a setting or customization for enforcing the "Opening Browser-enabled documents" setting on versioned documents as well   Addendum: there is information on msdn's site about invoking browser-enabled forms through the use of query parameters. http://msdn2.microsoft.com/en-us/library/ms772417.asp ...Show All

  • KevMac Modular application development

    Hello... Being relatively new to large scale applicaton development I would like to ask if a) there is a simple way or b) there is a preferred way; to developing a modular application. What I mean by this is that I would like to create an base application which will be along the lines of a point-of-sale app. However, users can opt for (and pay extra for naturally!) additional "modules". For example, a reporting module, a stock control module, a restaurant module etc. Rather than simply creating separate application that interact, I wondered if VS2005 or the VB.NET 2.0 platform in general had a "perfect" solution to this hidden somewhere. Most importantly, the application needs the ability to be able to add a ...Show All

  • hmayer PassThrough authentication fails: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'

    I've tried it with every AuthenticationMode! But no one seems to work correctly in my case. I thought that PassThrough should work with a preset User ID and password. This would be enough for the moment, but even this doesn't work!! With WindowsCredentials I get the following error: The Property with name 'SsoApplicationId' is missing on the LobSystemInstance. SsoApplicationId I tried to set this with the SharePoint SSO but I've no such services. How can I set this just for the current WindowsCredentials (of the current Sharepoint user) With RevertToSelf I get the following error: "An error occurred while retrieving data from MyLOBInstance. Administrators, see the server log for more information." The server log contained ...Show All

  • Azaz moving documents

    Hi All, 1st a great thank you to Lawrence for his competent presentations on the European SharePoint Conference! My question: how to move documents from one (i.e. personal) doc library to an other (i.e. public location). Found only a context menu entry for copy, where I have to know the target URL. Which "standard" user knows the target URL Is there any possibility for browsing Thanks in advance, Jens Are you trying to move docs within the same site collection In that case you can move using the content and structure page (If you have MOSS, you should see a link in settings.aspx). When you choose move in the context menu, you will get a target picker to pick the target doc lib. ...Show All

  • Michael Schwarz - AjaxPro Sql table design for unknown drilldown depth

    I have a basic question about how to design tables where you don't know how many layers deep you need to drill down, or if children records can have 0 or more children. It would look something like this.... 1 1.1 1.2 2 2.1 2.2.1 2.3.1 2.4.1.1 Or if it was a cms for a news site, you could have: News - local - national Classifieds - Cars -- For Sale --- By owner --- By dealer -- For Lease In this news site case it's not as simple as having 2 tables - Category & Subcategory because "News" has 1 layer deep of children, but Classifieds children can have children under that. Anybody have a good tutorial link or explanation Well the simplest solution is something like this... Imagine a family ...Show All

  • Sai Kakarlamudi Notification on UpdateProfile request

    Hi, I have been trying to get UpdateProfileNotification to work without any success uptill now. I have been able to update profile and have subscribed my SampleService to receive UpdateProfileNotification. But my sample service never gets UpdateProfileNotification when PM updates a record. I got inside eventlog and found Subscription request failing with an exception "Microsoft.ConnectedServices.SDK.Eventing.EventingLogger" threw an exception ---> System.NullReferenceException: Object refernce not set to an instance of an object at Microsoft.ConnectedServices.SDK.Eventing.EventingLogger.cctor But I could not find any class called Eventing.EventLogger in the SDK documentation shipped with CSF3.0 Developer f ...Show All

  • windthorstkings SharePoint Backup fails

    Hello all, I am having problems doing a backup of the SharePoint 2007 Server, served by SQL 2005 on a different machine. This worked once a week or so ago, but now I only get a "completed with errors" message. The content database failed to backup, with the error: "SqlException: Cannot open backup device &#39;" followed by the pathname of an expected .bak file. If there are 20 backup files in a particular backup, then the pathname above would be <name>21.bak. I am logged in using the setup account, can view the content database in Management Studio, but cannot back up the SharePoint site. Any help would be appreciated. David Are you using a shared folder I got this ...Show All

  • vicky_dceian Add aspx page developed in Visual Studio to sharepoint

    Hi folks Can you tell me if this is even possible..... I have an aspx page which I have made in Visual Studio. It basically has a web form with the usual objects which are populated from a database. Now... I want to have this page within my sharepoint site, so I want to add a link to it on the sharepoint home page and when the link is clicked I want the page to load and look like all the other pages (i.e. with the sharepoint menu at the top, etc... Is this possible, and if so how The closest I have got is adding a web page, modifying it in front page and inserting my page into an IFrame, which I am not really happy to do. Any suggestions PS.... if this is not possible I would love to hear suggestions as to how to work aroun ...Show All

  • CodeSweatAndBeers InfoPath - Contact Selector

    Hi, I put the Contact Selector control in my form. This link http://msdn2.microsoft.com/en-us/library/ms558892.aspx teaches how configure this control. To configure the schema for a Contact Selector control I have a doubt ! The step 3 - Click the arrow next to the Contact Selector name, and on the drop-down menu, click Add When I added the Type field is not enable. How can I configure this control When I open the form in browser and click in contact selector to verify my user show a message: An error ocurred while the form was being submitted. Att Hi, I found my error, when added the Contact Selector. I didn't the step 8 correctly. it follows link: http://msdn2.microsoft.com/en-us/library/ms577996 ...Show All

  • AlanWKey Initiation Form doesn't appear when usin automatic launch WF

    Hello, I've associated a custom WF developed with VS2005 and IP forms to a task list but when I select "Start this workflow when a new item is created" the initiation form is not shown, so I get " null " for Initiation data on workflowproperties in onWorkflowActivated first event. But this doesn't happen when I launch manually the workflow. Then (if manually started) the initation form is shown and everything goes fine. Anyone have any suggestions Hi Eduardo, You can't use an initiation form on an auto-start workflow. If you need to capture custom initiation data on a per item basis I think you'll need to set up some fields on the list or document library and parse the conten ...Show All

  • Jurciks Enterprise Library With Classic ASP

    Hi, I have a application in Classic ASP & ASP.Net.For logging i want to use Enterprise library.this library can be use with .net but i want to use same library for classic ASP as well.is it possible if it is possible then how we can implement it. Ashish ...Show All

  • D-S CSF, OCS & LCS

    How does OCS fit into the CSF framework And a follow-u question, how are LCS and OCS linked in a CSF framework. Nataraj, how can CSF helps in doing billing of all the VASes. From what i read about Billing SBE is that if the services send any billing info, instead of VASes sending billing info directly to the billing system, ur billing SBE can act as an intermediary. And also all the VASes you mention are part of HMC. Then how can we say that CSF helpds in aggregating different VASes. Thanks Vinay CSF helps to come up with composite services qucikly by aggregating various values added services . LCS, IPTV, Office live meeting, EVS etc are some of these value added services. CSF hel ...Show All

  • nayob How do you prevent users from creating personal sites?

    I have created 7 sites, one for each department and I will be setting up permissions for certain staff to manage them. What I would like to prevent is everyone clicking up in the right-hand corner on 'MySite' and creating their own personal site. Is there a way to either keep this from happening or hiding the tabs from view Another way to achieve this is to disable Self-Site Creation on your web application. But this won't hide the link, so I think you should follow Bob's advice to complement this solution. I am unsure where to do this. Do I go to Central Admininstration, Application Management, Applications Security Or, do I set up security from the site collection, site directory I set up an ...Show All

414243444546474849505152535455565758

©2008 Software Development Network

powered by phorum