| bio | website | romanroz.blogspot.com |
|---|---|---|
| location | Phoenix, AZ | |
| age | 32 | |
| visits | member for | 1 year, 2 months |
| seen | May 11 at 0:46 | |
| stats | profile views | 14 |
Software Developer, working in Phoenix Valley.
I specialize in .Net technologies.
|
May 4 |
comment |
Files in feature won't update when marked with GhostableInLibrary Just curious, what is the version of the SharePoint that you are experiencing this? In my SP2010, i am experiencing same behavior when using update-spsolution but it also happens to CSS published GhostableInLibrary as well. VS2010 development tools seems to be updating properly though |
|
Jan 17 |
comment |
How do I get the terms used in a TaxonomyField? Some taxonomy fields allow multiples and others dont. Therefore, i check for that case. @Hinek, can you elaborate what you mean by "unknown"? |
|
Jul 30 |
comment |
Content Type Feature Activation nativehr 0x80070055 In projects, changing GUID is not an option. Is there a way to find out what exact content type is causing this? |
|
Jul 17 |
comment |
Add a JS file as embedded resource in a web part in VS2010 @Nitesh Please note that Mike's suggestion is how to link to a script and not embed. |
|
Jul 15 |
comment |
How to run with elevated privileges in application page? Your post is very helpful. Thank you! |
|
Jul 6 |
answered | How do I get the terms used in a TaxonomyField? |
|
Jun 20 |
awarded | Critic |
|
Jun 20 |
comment |
SharePoint 2007 : How to sign out user? Clearing cache is client-side operation and cannot be achieved with a Timer job. |
|
May 31 |
comment |
Importing SP 2007 wiki into SP 2010 to remove “page has been customized from its template” message nicely done. I took this bit of code and modified it to use with SP2010. I had to make sure that DirthThisFileObject reflection GetMethod is picking the overload with no arguments. MethodInfo dirtyThisFileObject = file.GetType().GetMethod( "DirtyThisFileObject", BindingFlags.NonPublic | BindingFlags.Public | BindingFlags.Instance | BindingFlags.InvokeMethod, null, CallingConventions.Any, new Type[0], null); |
|
May 23 |
comment |
How to register an ashx handler through sharepoint 2010 farm solution @Steve Lineberry, the only issue that i have at this point is that for some reason web.config modification logic reorders the modifications. In handler's section, doing a remove followed by add is normal, and I cannot achieve it. |
|
Apr 27 |
answered | Managed Account Password Is Being Unintentionally Changed in Service Configuration |
|
Apr 16 |
asked | Generating Entity List property for “Reusable Content” list |
|
Apr 14 |
comment |
Specify character encoding in webpart @Dynde All dynamic content should be encoded anyways and not just typed out raw. I'd imagine that you may need to test how the content editor behaves natively and see if you need some other input editor that you have more control over. |
|
Apr 14 |
comment |
Error: While creating new Site from a Site template I'd be interested to see the ULS Log for that Correlation ID as well. That might provide some more clues as well. |
|
Apr 14 |
comment |
FileNotFoundException when getting a list that EXISTS? Use the CurrentSite.ServerRelativeUrl. Also ensure to check for the trailling backslash so you dont get two of them. |
|
Apr 13 |
comment |
How to register an ashx handler through sharepoint 2010 farm solution @SteveLineberry, good point. I figured if I leave the owner portion out, it'll assign the default value and that value is used during deactivation. My problem now is that i have trouble finding those queued up modifications b/c error is talking about configuration/SafeControls/... and i am not even setting that portion of the config. I am chasing ghosts for now ! :) |
|
Apr 13 |
awarded | Teacher |
|
Apr 12 |
answered | Setting individual WFE config setting |
|
Apr 12 |
revised |
How to register an ashx handler through sharepoint 2010 farm solution edited tags |
|
Apr 12 |
awarded | Editor |