Answer Questions
Frans Vander Meiren don to not use "Inheritance"
Have anyone try to design with no Inheritance at all I think *Inheritance* is not good as we think. It's force us to somthing we don't need, It's ok in some cases that better to be solved with no need to it. what do you think regards, dotHuman. I normally choose to work with inheritance when I know projects are or will get big (in source size). Inheritance is a good way to get rid of "libraries" that aren't realy libraries and still share code between similar functionalities. I do agree It's sometimes overrated. Classes are fine without inheritance. Inheritance is only there to share similar functionalities but still keep the code clean. ...Show All
Peter Gloor The participant 'HelloWorldParticipant' does not support action
Hello As per the readme I am executing the helloworld example and am getting this error <FaultMessage>Failed to create session. The participant 'HelloWorldParticipant' does not support action 'http://tempuri.org/HelloWorld'.</FaultMessage> I searched the forum also and realised only I am getting this error :(. Can anyone please point out what I am missing here Regards Paul Hi Paul, There are three reasons your Hello World Sample doesn’t run. First: You have to go and check if you are in Session Admin Group of your active directory. if not there add yourself. This is to be done only, if your are using Server Edition not the Dev lite edition. Second: Change the follow ...Show All
Will Riley CSF 3.0 Sample
Hi, I just installed CSF 3.0 Dev edition which is downloaded from msdn. But sample applciations are not available in that. How to get CSF sample applciations Is Microsoft provides seperately Please let me know if you have any ideas. Rgs Vasu Hi Vasu, Even I could not find samples with CSF 3.0 Dev edition. However samples are available with CSF 2.5 edition. Atleast the names of the samples are the same. Rest I cannot comment more. Do let me know in case you need find CSF 3.0 samples. Cheers Ruchi Couldn't find them either. When will they be up for download (MSDN or public download) Vaassu, The ...Show All
hlj16 Count not load assembly / impersonation in call to lists web service.
I'm trying to run a simple list item add operation and a call to UpdateListItems is returning the following error: System.ServiceModel.FaultException was unhandled Message="Server was unable to process request. ---> The type initializer for 'Microsoft.SharePoint.SoapServer.SoapServerException' threw an exception. ---> Could not load file or assembly 'System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Either a required impersonation level was not provided, or the provided impersonation level is invalid. (Exception from HRESULT: 0x80070542) ---> Could not load file or assembly 'System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ...Show All
Robert F Bouillon Efficient WebPart Development
Folks, I have a bunch of web applications with their own user interfaces written in ASP.NET 2.0 I'd like to host some of these within Sharepoint and I need to understand the most efficient way of doing this . The approaches I've come up with are as follows a) Rewrite the user interfaces as WebParts. Have to code the UI by hand, no design time support. This feels REALLY inefficient from a coding standpoint but will likely end up the cleanest solution. b) Host as iFrames - drawbacks are you lose theme support and a host of other UI features. Also iFrames mean more than 1 URL per page which is undesirable. c) Host UserControls written in ASP.NET in SonOfSmartPart - Feels like a kludge. I'd rather not be reliant on open-source code if I can ...Show All
Ken_Bussell Unable to connect ...
Hi, I have a SingleServer instalation for MOSS. I get this "Unable to connect..." error in BDC Item list web part. I think is something with the credentials the goes to SQL Server. <LobSystemInstance Name="Charisma TS"> <Properties> <Property Name="DatabaseAccessProvider" Type="System.String">SqlServer</Property> <Property Name="AuthenticationMode" Type="System.String">RevertToSelf</Property> <Property Name="RdbConnection Data Source" Type="System.String">MyServer</Property> <Property Name="RdbConnection Initial Catalog" Type="System.String">DBName</Property> &l ...Show All
orceht Create Task Activity has correlation token conflict when in While Loop
Hi everyone, First time posting here. I'm having a problem with developing a MOSS Workflow. The scenario is this: Within my workflow, I have a while loop construct. Within this while loop, there is a series of CreateTask->Wait for Task to be Changed -> CloseTask. It works fine until it loops back around to try to create another task with the same correlation token. In fact, that's the error I get. How do I get around this issue by disassociating the token or something like that. Thanks in advance for any help. rnellis2002 What you can do is use a replicator that contains a sequence activity, within that sequence you can then use CreateTask, onTaskChanged, and CompleteTask. Your ...Show All
shayc Windows service not running from installer
I am attempting to create a Windows Service by following the instructions at http://msdn.microsoft.com/library/en-us/vbcon/html/vbwlkwalkthroughcreatingwindowsserviceapplication.asp. I can build the service and run it from the debugger, but if I run it from the installer it does nothing. That is, the installer runs and reports it was installed sucessfully, but no messages are ever posted to the event log from my service. I even tried putting System.Diagnostics.Debugger.Break() in my service and this never gets called. After installing my service, it appears in the Add or Remove Programs control panel, but does not appear in the list of services from Programs > Administrative Tools > Services. Also, I can install the service ...Show All
ThunderRock 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! 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 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, ...Show All
JenniferBMiller Windows Services in XP
I'm updating VB program running on NT to run on XP. The program is designed to run as a service and as such the executable is invioked via SRVANY.exewhich comes with intsrv as part of the Windows NT resource kit. these yutilities do not appear to be in the system32 forlder of XP so my question is what generally is the best practice to invoke user defined windows services in XP. Dave ...Show All
Zero_ Application State in Web Farm Scenario
I have a web farm scenario wherein I need to store data say a dataset into the application cache/state. My backend is not SQL Server. The challenge is that, I know application state is ASP.Net Worker process specific. So whenever the process gets recycled so would the data. In short Application state is not durable. Now in a Web farm or a Web garden scenario there is no way I can access the Application variable from other server because of the above behavior. Is there any way to address this requirement. Would appreciate some thoughts on the same. -Sai Hi Roger, Just to clarify, I am not Tangosol employee, do not own equity in Tangosol, and have no financial incentive whatsoever to tout Cohere ...Show All
fuongptit-kodomo 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
Builty Welcome email uses internal servername
Setup: Windows Server 2003 SP1/WSSv3/SSL/published via ISA2004/basic authentication Problem: When adding a new user to the site, and checking "Send welcome e-mail to the new users", it includes the site link to https://internalname.domain.com/sitename . However, I have the site published via ISA as https://externalname.domain.com/sitename . In the Central Administration site, I have set up the appropriate access mappings. Any way to make the welcome email include the external link and not the internal one Most of our users are accessing this site as an extranet, so the internal link doesn't resolve for them. Suggestions Christian I have the same setup, an internal name for integrat ...Show All
erbere 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
AnnNeedsHelp customizing the events web part
Hi there, Im trying to either hide or remove the previous/next buttons on the Events web part in SPS2003. Is there anyway of doing this simply cheers Deano23 ...Show All
