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

Software Development Network >> SharePoint Products

SharePoint Products

New Question

Advice on Career track?
Printing a page viewed in a page viewer web part??
Selecting a good UML tools
Adding users
Message Routing doesn't work
Gradual Upgrade Issues
N-tiers and common Bussiness entities ---- cross reference between assemblies
Why take long time to open WSS site?
Sql table design for unknown drilldown depth
VPN Windows server 2003 Certification Authority

Top Answerers

ccote
Neno
noobiepersonC#
Michael Hecht
Mark Rodenhauser
Bubo
imdqa
jhusain
DJ Pandamonium
JimbyHere
sitemap
Only Title

Answer Questions

  • Samoyed A web part that is a consumer and provider at the same time.

    I have already implemented a provider and consumer ASP.NET web parts and using them in sharepoint. Now I have to send some information from my consumer web part to another consumer web part. Is it possible If not can I handle it using ViewState Thanks That worked for me two. Thanks a lot man I'm using WSS. With the help of a coworker, we seem to have solved this. Rather than decorating the Consumer method with [ConnectionConsumer("OfficeTrackSelector")] we used [ConnectionConsumer("OfficeTrackSelector","otc")] It seems that the second parameter is an ID for the consumer, without it, the consumer seems to use a default, which causes confli ...Show All

  • Jakob S assigning a custom master page to a site definition

    I'm trying to assign a new master page to a custom site definition I created in WSS v3.0. I want the new master page to be the default when a new site is created from this custom site definition. I've found a few different posts in regards to this online but none of them have worked. I always receive errors when trying to create a new site. I would think you could easily specify this in either the onet.xml or default.aspx page for the site definition. Has anyone been able to do this successfully One would think this is pretty obvious and would be published via msdn somewhere but that doesn't seem to be the case. Any help is appreciated. As a follow-up, I was finally able to successfully create a ...Show All

  • windows_mss Architecture for Notification based application

    I need to develop a notification based system in .Net. Basically as and when certain data gets updated, the client machine is informed about it. There would be a windows based application running across all these clients. One way I was thinking of was to have the clients poll the server for any updates at frequent intervals. Whenever the Server does an update it would post the update into a queue. Every client would poll the queue for any updates. Would like to know if this approach is alrite or suggest an alternative architecture. Thanks Sai You can use Remoting for Remote callbacks from Server to clients Thanks & regards, Bineesh AV MSMQ supports IP mulitcastin ...Show All

  • Corey Furman DataSet Performance issue

    HI We are using a oracle stored procedure which returns a refcursor. For queries with like search which returns large number records the dataadapter.fill() is really takes time. For a case whcih returns 14000 records it took 3000 ms to perform the fill method, eventhou gh we are filtering by 99 recodrs using fill(ds, start, maxrecords). As the number of records increasing the time varies even if the filtering happens only for 99 records. Any idea how we can improve the performance. Or any other we can call the SP which gives any improvement We cannot modify the SP. And the DAL used by many diffrerent componenets. Thanks in advance Sharmila The call to fill with not improve m ...Show All

  • Khenat.Ram where to put the generic code to check for browser language?

    We are building a website in three languages English, Spanish and German. On every web page that is being accessed by the user we need to check the language of the browser to retrieve the correct data. Our question is what would be the best location for the generic code to check for language. Should we put the code in the Page_Load of the master page since every page is build using the master page Or should we have a CommonPage.cs which all other pages inherit from Or do you have any other/better ideas What is the best practice Thanks, Newbie! I'd have the Session start event in the global fire a method to check it. ...Show All

  • JohnnyBlade Provisioning failed for SSP on Sharepoint 2007 STND

    ChipShare (Default) (Provisioning failed: Windows NT user or group 'CSI.com \administrator' not found. Check the name again.) I get this when I create my SSP. The SQL server and Sharepoint server are in the same doamin running as a DOmain admin. The machines are both 2003 and SQL is 2k SP3a... I get this in the Application LOG A runtime exception was detected. Details follow. Message: Windows NT user or group 'csi.com\administrator' not found. Check the name again. Techinal Details: System.Data.SqlClient.SqlException: Windows NT user or group 'csi.com \administrator' not found. Check the name again. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClie ...Show All

  • dagfari Visual Studio 2005 Crashes after installing Extensions for Windows Sharepoint services

    After installing Windows sharepoint services for VS 2005, I created a web part but then went I attempt to view the Sharepoint solution properties tab in project properties it causes Visual studio to crash. The following error is displayed. "Microsoft Visual Studio has encountered a problem and needs to close" The further error message displayed in the Event log is as follows; Faulting application devenv.exe, version 8.0.50727.42, stamp 4333e699, faulting module unknown, version 0.0.0.0, stamp 00000000, debug 0, fault address 0x0a9f042e. Has anyone seen this error before Joubin (or Anyone), Thanks for the post and I am seeing the same problems as you. First, can you give the complete workaround for getting the ...Show All

  • KevinBurton AggregateDataSource and AggregateDataSourceView

    Has anyone had a go at using AggregateDataSource or AggregateDataSourceView I'm hoping they can aggregate list data but there is no doco on how to use them and Google reveals nothing. Thanks for any assistance, Alex. Alex, I was also looking for AggregateDataSource and have found the example of using this stuff in Employee Training Scheduling And Materials on http://www.microsoft.com/downloads/details.aspx FamilyId=B5206277-550C-44DA-A2D5-D7E32E3B6B8F&displaylang=en , you can see Courses customized DispForm.aspx there Thanks for that 1gin, never would have thought of looking there! If this template does what it appears to, it will be interesting to turn the list aggregation into code usin ...Show All

  • Pradeep Gupta Performance monitoring for the plug-in cannot be initialized

    I started seeing this when I came in this morning and I have no idea why the perf counter isn't loaded or unavailable. Where are the perf counter defintiion files so I can reload them Type: Error Date: 2/2/2007 Time: 9:45:44 AM Event: 9501 Source: Office Server Search Category: Plug-in User: N/A Computer: SERVER Description: Performance monitoring for the plug-in cannot be initialized, because the counters are not loaded or the shared memory object cannot be opened. This only affects availability of the perfmon counters. Restart your computer to fix this problem. Type: Error Date: 2/2/2007 Time: 9:45:44 AM Event: 2406 Source: Office Server Search Category: Gatherer User: N/A Computer: SERVER Description: Performance monitoring cannot ...Show All

  • isunshine '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

  • MrZap Inheritance

    I have a Party which can be either a Person or a Company. Implemented with inheritance Party is the super class and Person and Company the subclasses. What to do if I want both the Company and the Person to be able to play the roles of Customer or Partner under different circumstances and I don't want to duplicate information or code Examples: Party A, a Company in the role of Partner sells an order to Party B, a Person in the role of Customer At a later stage Party B, a Person in the role of Partner sells an order to Party C, a Person in the role of Customer and even later Party B, a Person in the role of Partner sells an order to Party D, a Company in the role of Customer In these examples Party B should be able to b ...Show All

  • pinoyz (WSS3) XML web part cannot load xml file in different site collection

    I uploaded a xml file into the Shared Document lib in the root site (/Shared/link.xml) In the subsites of the root site, i can use the xml web part to load the xml. However if i am in another site collection (e.g. /sites/site1/), the xml webpart cannot load the xml: "Cannot retrieve the URL specified in the XML Link property. For more assistance, contact your site administrator." I already grant everyone permission to the link.xml in the root site. Please helps. Thanks. Jason ...Show All

  • Dharan Prakash MOSS2007 used as an application platform?!?

    Hi. I've been doing a fair bit of work with two large clients using SharePoint. The scenario is rather typical - SharePoint must host applications that accesses network-based resources such as databases, directory services and files. Some of the application services must be exposed as web services so that they can be consumed by other applications, devices and services. So pretty standard enterprise app stuff. In both cases senior architects and SharePoint architects and developers suggest using SharePoint exclusively. As an example, lets say an app needs to capture customer data, and customer orders. I'm being told that customer and order information should be stored as lists, that web parts should be created to host workflows ...Show All

  • 黃泓量 Jeremy Wong Routing Messages synchronously to services

    Hi, We are using CSF 3.0 Dev edition. We have been able to create and terminate session synchronously. However we are not clear on how to call services ( as defined manifest) synchrounously. As in case of Create Session, there is a class "CreateSessionResponse",which holds response of Create Session. Which class is used to hold response of TResponse SendSync<TResponse> (message) when we want to route manifest to services through Session Web service. We have been able to send messages to services asynchronously. Would be great if somebody could throw some light Thanks Ruchi Hi Ruchi, we cannot Route Messages synchronously to services in csf 3.0.we can ro ...Show All

  • Sujithf BDC and AdventureWorks SQL 2005 Version

    Hi, I'm trying to work with the AdventureWorks sample database SQL 2005 version and BDC in MOSS 2007. The application is correctly defined in MOSS, using the sample XML application definition file for AdventureWorks SQL2000 version. When I try to retrieve data from the web part, I get an error message stating "An error occurred while retrieving data from AdventureWorksSQL2005. Administrators, see the server log for more information". First question - Which server log (MOSS, SQL, others) Also, in the Event Viewer of the server, I found this entry: Could not run query/stored proceedure 'SELECT ProductID, Name, ProductNumber, ListPrice FROM Product WHERE (ProductID >= @MinProductID) AND (ProductID <= @MaxProductID) AN ...Show All

454647484950515253545556575859606162

©2008 Software Development Network

powered by phorum