RE: [OzMOSS] Weird SQL error

2008-02-14 Thread Aaron Saikovski
Enterprise From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Mulholland Sent: Thursday, 14 February 2008 4:31 PM To: listserver@ozMOSS.com Subject: RE: [OzMOSS] Weird SQL error Standard or Enterprise? Regards, Greg Mulholland Paragon Systems Consultant www.parago

[OzMOSS] .net Framework 3.5

2008-02-14 Thread Trent Allday (TS)
Hi Guys, I have had a bit of a search on the internet and am unable to find any documentation from Microsoft to see if MOSS (enterprise) supports the .net framework version 3.5. I am wanting to create some web parts utilising the Linq to dataset feature in 3.5 which is really nice. If anybo

RE: [OzMOSS] .net Framework 3.5

2008-02-14 Thread Peter Vranich
I'm not sure if this will help but there is a project on codeplex "Linq to SharePoint" that might be worth looking at. http://www.codeplex.com/LINQtoSharePoint This is for working with data within Sharepoint though. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Trent Al

RE: [OzMOSS] .net Framework 3.5

2008-02-14 Thread Ishai Sagi
I can tell you that MOSS 2007 and WSS v3 are now both supported on machines that have .NET Framework 3.5, .NET Framework 2.0 SP1 and .NET Framework 3.0 SP1 This means you can call Microsoft if there is a problem. This is directly from the product team in Microsoft, and although they didn't anno

RE: [OzMOSS] .net Framework 3.5

2008-02-14 Thread Michael Nemtsev
Yep, it supports. The only problem that Visual Studio 2008 don't have a proper support of sharepoint. MS promissed to ship VS update in Jun-Jul Now u need to create all features and webparts manually Michael Nemtsev Readify | Senior Developer Microsoft MVP [.NET/C#] Tel: +61 424 184 978 | Email

Re: [OzMOSS] .net Framework 3.5

2008-02-14 Thread James Green
Trent, I've just started a (simple) web part project for WSS 3.0 SP1 using VS2008 and targeting fx3.5. It seems to work just fine but I haven't tested linq to adonet in it. HTH James - Original Message - From: Ishai Sagi To: listserver@ozMOSS.com Sent: Friday, February 15,

RE: [OzMOSS] .net Framework 3.5

2008-02-14 Thread Michael Nemtsev
James, it would be cool if you post the results of how u succeeded in that here Michael Nemtsev Readify | Senior Developer Microsoft MVP [.NET/C#] Tel: +61 424 184 978 | Email: [EMAIL PROTECTED] From: [EMAIL PROTECTED] [EMAIL PROTECTED]

[OzMOSS] Adding user properties

2008-02-14 Thread Anthony Hughes
Hey all, I am attempting to add a user property ClientID I've done this under User properties and Profiles now when I am attempting to create a Current user filter by this Value for a current user filter it's not in the drop down bow. I think this is how I go about it basically our db has a

RE: [OzMOSS] .net Framework 3.5

2008-02-14 Thread Trent Allday (TS)
Thanks for all your help. I have tested my web part on a dev server using .net framework 3.5 and all works fine. My only issue was whether Microsoft supported it in case we run into any issues in the future. But if Ishai is correct then I can go ahead and upgrade. Thanks again to all. If anybod

[OzMOSS] RE: Adding user properties

2008-02-14 Thread Ishai Sagi
See my blog: Found it! How to Add Properties To advanced Search in MOSS 2007 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Hughes Sent: Friday, 15 February 2008 12:52 PM To: listserver@ozMOSS.c

RE: [OzMOSS] .net Framework 3.5

2008-02-14 Thread Ishai Sagi
http://bogs.msdn.com/sharepoint/archive/2008/01/16/windows-server-2008-and-sharepoint-resources.aspx says: ".NET Framework 2.0 SP1, .NET Framework 3.0 SP1 and .NET Framework 3.5 all now supported." So here you have the official answer. -supported. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [OzMOSS] RE: Adding user properties

2008-02-14 Thread Anthony Hughes
from the quick read your using this within a search I want this to be like a security filter or a parameter for each web part to only display the information related to the user ClientID field in the persons SharePoint Profile. this will basically be a parameter that each of the web parts will

RE: [OzMOSS] RE: Adding user properties

2008-02-14 Thread Ishai Sagi
That is done using audiences (which is not security - just a view filter, people will still be able to see the information if they know what they are doing). Research audiences in MOSS. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Hughes Sent: Friday, 15 February 2008 1

Re: [OzMOSS] .net Framework 3.5

2008-02-14 Thread James Green
Don't tell anyone, but it was actually a mistake. :-) I just fired up studio, File->New Project not realizing the new default is .net 3.5! I just output some system info with writer.WriteLine() - built the dll and I was on the testing box before I realized. The testing box already .net 3.5 o

RE: [OzMOSS] RE: Adding user properties

2008-02-14 Thread Anthony Hughes
had a look at audiences but could not find anyway to actually have it use the ClientID parameter and use this to display only the data pertaining to this customerID. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ishai Sagi Sent: Friday, 15

RE: [OzMOSS] RE: Adding user properties

2008-02-14 Thread Ishai Sagi
Is the clientID different for each user? Then that is not the way to do audiences. Audiences are there to create virtual groups of users based on an attribute. Then, when you edit a web part you can specify which audiences should see it. In SharePoint lists you can add an audience field so that

RE: [OzMOSS] .net Framework 3.5

2008-02-14 Thread Aaron Saikovski
And with Visual studio 2008 you can target different .net frameworks. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Green Sent: Friday, 15 February 2008 2:20 PM To: listserver@ozMOSS.com Subject: Re: [OzMOSS] .net Framework 3.5 Don't tell anyone, but it was actually a

RE: [OzMOSS] RE: Adding user properties

2008-02-14 Thread Dominik Aniszewski
Yep will be different for each user which is were my difficulty comes from. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ishai Sagi Sent: Friday, 15 February 2008 2:29 PM To: listserver@ozMOSS.com Subject: RE: [OzMOSS] RE: Adding user properties

RE: [OzMOSS] RE: Adding user properties

2008-02-14 Thread Ishai Sagi
Then why not just assign security directly for the users? Sounds like another level of complexity you can simply avoid. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dominik Aniszewski Sent: Friday, 15 February 2008 3:50 PM To: listserver@ozMOSS.com Subject: RE: [OzMOSS] RE: Add

RE: [SPAM] - RE: [OzMOSS] RE: Adding user properties - Found word(s) list error remove list in the Text body

2008-02-14 Thread Aaron Robertson-Hodder
How about this sort of thing: UserProfileManager upm=new UserProfileManager(ServerContext.Current); UserProfile user=upm.GetUserProfile(User.Identity.Name); YourMethod(User["ClientID"]); ... You probably need to run the code with elevated privileges cause average joe won't have permis