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

Software Development Network >> SharePoint Products

SharePoint Products

New Question

Cannot remove connected web parts from web part page
Simple Class question regarding hierarchies or Parent Child relationships.
Need a bit of help getting My Site functionality to work
BPEL, XPDL and BPMN
Record Locking / Conflict Management Approaches
Object-Relational Metadata Mapping Patterns..
Beginner question III - tier for windows forms application
List View Web Part
How to get the corresponding english error message text?
Recurring Sharepoint 2007 Errors.

Top Answerers

Ross Watson
DCL123
lennit
Nicolás C.
SViking
Deepa7476
mikeret
TaiKun
wolfman-x
JohnHarding
sitemap
Only Title

Answer Questions

  • Dj4Killer Should Active Directory be a Domain Controller or in a different domain ?

    MCSF uses Active Directory to store user details. 1. But does it need to be in a different domain or a domain controller 2. Can I just install AD and point MCSF to store users there Regards, Sachin If you install AD, that will become a DC right :). Now it takes me to your first question, which I suggest you have different box for AD, and different box for CSF components, but they both should be in the same domain. Can you use an existing domain that you built absolutely yes, as along as you are domain admin. HTH Tilak I think you are talking about ADAM. That doesn't work with CSF. Active Directory Application Mode Active Directory Application Mode (ADAM) is a directory service designed to me ...Show All

  • noiseunion I m getting an error while invoking the webservice available in session.

    I have replicated the syncsessioninitiator(sample distributed by CSF) in my project. I am trying to use a web service which is functional n is running fine. I am getting the following error in CSF <wsu:Timestamp wsu:Id="Timestamp-656e90be-b4d0-4a74-b403-879907c289a8"> <wsu:Created>2006-09-20T13:20:46Z</wsu:Created> <wsu:Expires>2006-09-20T13:25:46Z</wsu:Expires> </wsu:Timestamp> </wsse:Security> </env:Header> <env:Body> <env:Fault> <env:Code> <env:Value>env:Sender</env:Value> <env:Subcode> <env:Value xmlns:prefix0=" http://Microsoft/ConnectedServices/2006/06/Session/">prefix0:2000 ...Show All

  • sawer Thin client vs smart client

    We are moving from a VB6 to a .net world. We are about to finish our business components and now its time to start thinking about the UI. Well, there it comes the doubt: should we choose a smart client path or a thin client one We develop backoffice financial apps; they are used in several ways (users that operate it to process information, board of directors that access it just to analyse information, end customers that access it to get information on balance account etc). The chance to have someone using a non windows OS (accessing the system as client) is remote, but exists. If we choose a webbrowser client, then we would have to buy some good components (specially grid component and menus) that could "replicate" desktop exper ...Show All

  • Jonas.S Associations

    Hi, I'm using the AdventureWorks BDC example to try to assiociate two entities. The example works, but when I do my modifications, I get the error "Could not find fields to insert all the Identifier Values to correctly execute an Association method." It's possible I've stared myself blind on this xml, but I am not able to find where the missing tags should go. This is my bdc app def: < xml version = " 1.0 " encoding = " utf-8 " standalone = " yes " > < LobSystem xmlns:xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi:schemaLocation = " http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog BDCMetadata.xsd " Type = " Database " ...Show All

  • bobbins ObjectDataSource in a web part?

    Hello All, My code below works perfectly when I put it in an ASP.NET application (default.aspx code behind for example), but as soon as I put it in a web part (compile it into an assembly and place it into GAC) I get this error: "The type specified in the TypeName property of ObjectDataSource" ObjectDataSource objDataSrc = new ObjectDataSource ( "Fully qualified name of my type" , "select method name" ); objDataSrc.SelectParameters.Add( "Perosnid" , "123" ); GridView grdViewPersons = new GridView (); grdViewPersons.AutoGenerateColumns = false ; grdViewPersons .DataSource = objDataSrc; grdViewPersons.DataBind(); this .form1.Controls.Add(grdViewPersons ...Show All

  • crazyabtdotnet Data Access Architecture

    I am reviewing my current project and find that the data access is not so desirable. The main problem maybe root from the architecture of my data access. I would like to get more input. In my existing application, I have create one data access object for each table. Most of them are implemented by Type DataSet while some are custom objects (The reason is lack of inheritance of Type DataSet). For example, I have created a Typed DataSet Order to access my order header and order detail. I have also created a product class and a SalesProduct class (inherit from Product). The above objects are all treated as my DAL and contains CRUD mainly. (Certainly, I found some business logic messed into them already.) The problem came when I reviewing the ...Show All

  • Sharath paleri Transaction across Applications

    HI, We have a Web application that consists of a Sharepoint web site with ASP.NET pages as web parts. In the admin module of the application, we have a provision to add a user. On adding a user through the application, the user is added in 3 places, namely in Active Directory (AD), SQL Server database and in Sharepoint database. All this is a part of ASP.NET code with no transaction happening through out the user creation. Now is there any way to impose a transaction in this process That is, until all three AD, Sharepoint and SQL Server databases are up and running and the creation of user happens with no errors, the new user must not be committed in all three databases. This is very critical as it causes inconsistency if the u ...Show All

  • xRuntime HelloWorld Sample-CreateSession times out

    hi, Can somebody tell, why should the CreateSession time-out . After clicking CreateSession button, the status continues to show "create session in progress", and after some time, it times out. Links are all proper. thanks,. anita hi, We had a look at the input trace at the location specified. We noticed that, there was an exeception getting thrown. <processingStep description="Entering SOAP filter Microsoft.Web.Services3.Design.RequireSoapHeaderAssertion+RequireSoapHeaderFilter" /> <processingStep description="Exited SOAP filter Microsoft.Web.Services3.Design.RequireSoapHeaderAssertion+RequireSoapHeaderFilter" /> <processingS ...Show All

  • joeydj Why take long time to open WSS site?

    Hi, When first time to open WSS site, it always takes long time to open, Why Any way could improve this issue and how Thanks for any advice! Angi Henry, Thanks so much! I've implemented this issue and work very well! Also, I implement this function on Reporting Services to "Warm Up" Report Manager! It's so cool! Thanks so much! :) Angi It's because IIS has to compile the code and pages to display. After that it gets cached, that's why subsequent requests don't take as long. You can try a server "warm up" script: http://blogs.msdn.com/joelo/archive/2006/08/13/697044.aspx ...Show All

  • cshea Sharepoint Timer Jobs

    Hi I do have a requirement where a custom job should be scheduled which would do some task. I have used SPJobDefinition class and created a custom timer job. I have scheduled it to run every 15 minutes. As per my understanding the job should call Exceute ( ) each time it gets initiated. I can see the job being created for my Web Application and getting scheduled. Its getting started every 15 minutes. But it does not call the Execute ( ) each time it gets executed. Is my understanding correct reg this Is there anyone who has worked on this before. Plz help me out..   Thanks suja I am trying to do the same thing but when I create and update the SPJobDefinition, it does not even s ...Show All

  • Gideon Kane Integration of web app to Sharepoint Portal 2007

    Hi, I am wondering if it is possible to integrate an existing web application into Microsoft Sharepoint Portal. The application could be in the form of an opensource cms or web digital assets management (images/documents/videos) application in J2EE, php running Oracle/MySQL. If yes, what are the factors that have to be considered How can i do it Any links, resources would be great. If not possible, pls explain as well. Thanks a million! Hi, What are the things you need to know about the existing application How would the migration be done Is there some kind of generic template or wizard that facilitates this Wud appreciate if i could be pointed to the right direction in this. Thanks ...Show All

  • Rattlerr Exception while installing ConnectedServicesFrameworkWellEnabledServiceEnterpriseTemplate

    Hi folks, I am getting this exception while installing ConnectedServicesFrameworkWellEnabledServiceEnterpriseTemplate on my system. The message that I receive every time I try to install it is as follows "Unable to create an instance of the Microsoft.Csf.Adapter.WellEnabledServiceInstaller installer type-->Exception has been thrown by the target of an invocation.-->Object Reference not set to an instance of an object." Please sugest me what can be the reason for such an Exception. Any help would be appreciated. Amit Hi Amit, Can you specify the version info and operating system you are installing this -Raymond ...Show All

  • Near Fantastica using Object datatype in C#(Disadvantages)

    Hi All, I have a question here, is it good to use Object data type as return type for many methods. Because of it boxing/unboxing has to be done.I see some performance issues in it. Am i right or wrong Please throw some light on whether it is good use Object datatype as return type in a method.Its advantages and disadvantages. Fine if we get some links on msdn too. Thanks in advance. Regards, Arun Read this thread . Regards. OmegaMan wrote: The goal of any code should be performance, but a good design that lends itself extensibility or maintainability that gives understanding by those who pick up the code or must interface with the project, should be considered to trump any boxing/unboxing iss ...Show All

  • ralfkret Architecting aggregation of data

    We have a group of very similar sql server databases running on our server. We are plannning to create an application which will need to get information from all these similar databases. What do you all think is the best way to go about doing it I am thinking about creating a realtime or periodically updated central database aggregating the info from all the others. How can I do this DTS Or create a data cache in memory A web application, web service and windows forms will be running off this database. Should be able to do a fast search. Is caching the database the only way to achieve this How about XML databases thanks a lot in advance. The best aggregation approach will depend on the data you are ag ...Show All

  • K.Kong Connecting WCF Services

    Hi, Is it possible to connect WCF services using CSF If it is, what are the guidelines How can I configure CSF using specific channel to access WCF service Thank you, Mark WCF with Ws* bindings are wire level compative with WSE messages and hence CSF messages. So we should be able to use WCF services with CSF. Please refer to Interporabiity of WCF for guidelines on selection bindings to make it interop with WSE3.0 services. ...Show All

192021222324252627282930313233343536

©2008 Software Development Network

powered by phorum