Answer Questions
#pragma Detecting internal calls in business object without using TLS or overloaded internal method
Hi Forum I have the following problem. I need to know whether a call to a business object was made from another business object or directly from the UI. I need this because of Security and Logging reasons. Security - Users might not have permission to call the method on a business object. But another business object might need to call it. - But it's the same method :( Logging - I often want to log when a user performs an action. Another business object might also perform that action but then I don't what to log it. But it is the same method. ;( The best solution I have found is to make an internal version of the method with parameters. Like this: public class BusinessObject{ &n ...Show All
monkeynova VSeWSS
When can we expect the next release of VSeWSS I am getting the error mentioned in other places (blogs and newsgroups) where I can't build and deploy the same project twice (works the first time, errors out each time after). Resolved! I changed the 'Start browser with URL' value from http://mymachine to http://mymachine/sites/sitecollectionwithoutmossfeatures and it works. I'm guessing a check to skip features whose FeatureDefinition property is null would fix the issue where you are trying to debug a webpart added to a page that lives in a MOSS site. i am also facing the same issue ... it works for the first time and then it doesn't work ... any solution to this ...Show All
Andy Britcliffe Permissions per file
Hi As I understand it, permissioning in Portal 2003 is applied on a per document library basis - is there any way to leverage more granularity out of this Here is my scenario: We have 100 sales staff, and want a way to keep their performance data on Sharepoint (2-3 Excel files per salesperson). We want them to see their own data, but our sales manager to see all data. Also some people may see others data (line managers, etc). Currently I am storing this on a file-server, using NTFS permissioning. I would prefer to fully integrate this into Sharepoint. We currently run Portal Server 2003. Many thanks for helping a noob. Short answer - not out of the box. Long answer - take a look at: ...Show All
CharlieDigital MOSS2007 Active Directory connectivity configuration
Problem Description Background: A client has purchased a hosting solution for MOSS2007, part of which is a connection to a central Active Directory that the hosting company uses to maintain all it’s hosting solution users and internal staff. The clients location in the AD structure appears several levels down in the heirarchy. MOSS Settings: The Import Connections in the Shared Services Administration have been set with the following: Name: Domain Type: Active Directory Source: Auto Discover Search Base/Entity(Filter): OU= ClientCompany , OU= Companies , OU= Application , OU= HostingCompany , DC= Domain , DC= Domain Server Incr ...Show All
danych How to aggregate items from different calendars into one list or calendar
I am currently using MOSS to implement a portal for a bank named ABC . For each branch we have created a subsite like below: http://ABCPortal/Branch1 http://ABCPortal/Branch2 ..... http://ABCPortal/Branchn Each branch has different sections lets say which again is going to be another subsite of the branch. Something like this: http://ABCPortal/Branch1/Section1 http://ABCPortal/Branch1/Section2 .. http://ABCPortal/Branch1/SectionN In each section we have a calendar which memebers of that section can create events on it. Now here is my question , we have an employee site (dashboard sort of) called http://ABCPortal/Employees which everyone has access to it (an employee can have access to differnt sections in differnet branch ...Show All
darynk21 Lookup field question
Hi, For a website i'm trying to add a field to a page layout where i can link to other pages in the site. So i use the lookup field and select a value (in my case a page within /pages) to look at. Now whenever i click on the value in the lookup field in the created page i'm always being redirected to this folder /Forms/DispForm.aspx ( the exact location is for this particular document is /Forms/DispForm.aspx ID=11&RootFolder=*) Why doesn't the lookup field just use the (in my case) Pages/Gezichtsherkenning.aspx I don't want users to look at the properties for this page. Is there a better way to link to other pages within a site. (i prefer that users only have to select the page instead of typing url's ...Show All
Alek Yakovlev Sharepoint & IIS
Hi, I have a basic query. How sharepoint and IIS are related to each other. is IIS part of shrepoint 2007 what iis can do which sharepoint cant do http://DotNetWithMe.blogspot.com vikas goyal Sharepoint has a web application front end, so it uses IIS to render the aspx pages. IIS is part of your server, not MOSS 2007. ...Show All
Mitch Wardrop O/R Mapping
O/R mapping is quite interesting. I would like to post this question for discussion. I have the following classes: Employee, FullTimeStaff, PartTimeStaff, etc. FullTimeStaff and PartTimeStaff have many attributes and behaviors in common and also many other unique attributes and behaviors. So, FullTimeStaff inherits from Employee and PartTimeStaff also inherits from Employee. Do you think it is good to map both FullTimeStaff and PartTimeStaff to a single table called Employee (the table contains an extra field to identity whether he is full time or part time) in the database I have a table keeping all FullTimeStaff and PartTimeStaff and we also have a StaffType field to classify them. I have a staff ID to get ...Show All
Chrisull ...this web site is not assigned to any indexing module
Hello colleagues, who knows what to do when I get this error when trying to search in WSS3 The Sharepoint Central Admin contains the Sharepoint Search Service with status: running, the search DB exists, but when I try searching, I get ...this web site is not assigned to any indexing module... The translation may not be accurate, which could be the reason of not having found anything using search engines. I suppose it is something simple, but no ideas...:-) Any help would be appreciated. Thanks a lot Ravie It took me a long time to find that. I can see how, from the perspective of developer writing the wss system, how this makes sense. But from the system administrator's perspective ...Show All
Huson Hide Menu Items
Hi How do you hide the built in menu options on a sharepoint site (i.e. Site Settings, Create, etc) I have a user which I have setup as a "Reader" yet he seems to have full control over the site. Also, I have a web part on the home page which has a link labelled "Add New Link" - again this user has access to this link and is able to add links to the site - how can I disable this Thanks in advance! Will Usually if a user only has reader permissions he can open (for instance) Site Settings but not then Save any changes. If this user can *also* save changes and he only has Reader permissions, he is probably incorrectly a member of the local Administrators group on the serv ...Show All
zebber04 Requirement for running ASP.Net Application to run on Linux, Unix, solaris
An Application developed in Asp.net in .net framework 1.1 with visual Studio.Net and hosted on Windows Server with IIS web server and using sql server 2000 as back end. Can this Application run on Linux with appache and solaris with apache servers as is(with out any modification ) with the mono runtime installed on Linux/solaris server. and plus discuss also the database choices or options can be used with linux/solaris for running the asp.net 1.1 application in the light of above scenario. Addition if mono project is used to develop the ASP.net application for linux then what are the possiblities of running it on windows server with IIS except XSP. Thanx in advance for urgent response. Regards, Junaid ...Show All
KHodam Implementing DTO's in.Net
Hi, Can anyone suggest some good approaches to build Data Transfer Objects using .Net custom classes. Also would like to make them bindable friendly. Meaning when I have an array of entities and would like to bind the same to a datagrid. what interfaces do I need to implement to make it bindable to the datagrid. Thanks Sai Please refer this article http://msdn2.microsoft.com/en-us/library/ms998527.aspx Dtos are really just for transfers, you should probably map the dto to a custom business object. for binding its best to look for interfaces under the system.componentmodel i.e. IdataErrorInfo and INotifyPropertyChanged. If you want to learn more about business objects, try looking at a fr ...Show All
AnnNeedsHelp Login failed for user 'TEST\administrator'. [CLIENT: <local machine>]
Hi Friends, I am getting the below error while installing CSF DevLite edition on Following is the breif Info Server Is : Win2003 SQL SERVER 2005 Installed on Same PC Domain Name is : Test User : Administrator he is a build in Admin, PLEASE HELP ME!!!! Thanking in advance. EVENT LOG 1: Login failed for user 'TEST\administrator'. [CLIENT: <local machine>] EVENT LOG 2: The description for Event ID ( 11609 ) in Source ( MsiInstaller ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following ...Show All
Bj&#248;rn Liene Gundersen Calling Biztalk Rules Engine Remotely
I want to know if we can call the BRE from custom code (.NET API) remotely Lets say, The BRE is installed on Biztalk server. And I have an Asp.NET Web Application on a different IIS Server. Can I invoke the BRE from this ASP.NET web application Ik you make a remote service which talks to the BRE it is posible. In this service referense Microsoft.RuleEngine dll. We implemented this solution in a project, so i can sau it is posible As far as I know, not, it is not possible directly, and even if you could, I'm guessing this would be outside of the uses allowed by the EULA. That said, I guess you could certainly expose a service from the BizTalk server that wraps ...Show All
Eli Gazit 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 Np.I will be very active on this site for till next month so don't worry.Ping me whenever you need help. 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 t ...Show All
