1,278 reputation
745
bio website levalencia.blogspot.be
location Antwerp, Belgium
age 34
visits member for 1 year, 7 months
seen yesterday
stats profile views 175

I am .net and Sharepoint consultant.


Apr
19
comment SharePoint 2013 - WSPBuilder web-parts error
You have to use visual studio, sorry. And as I said it doesnt matter, Visual Studio is never installed on servers, thats a common practice. You install a virtual machine on your local environment, in that VM you add Windows 2008 Server, Sql Server and Sharepoint and Visual Studio, now you have a full working virtual server to develop. Once you develop you can package a WSP and send it to the IT team for installation. But again, you need VS in your development environment.
Apr
19
comment Item with C# onclick in SP List
the a tag does not need runatserver, thats for asp net controls only, after MethodToCall() put ;
Apr
19
comment Item with C# onclick in SP List
in which event are you executing this code?
Apr
19
comment Item with C# onclick in SP List
where is MethodToCall() implemented?
Apr
15
comment Using SPContext.Current or using static URL
dont ever use SPContext on Feature receivers, features can be activated/deactivated or upgraded through powershell, then your code wont work.
Apr
10
comment Managed metadata refiners are not appearing
then msdn documentation is wrong in how to do it, thanks Cameron :)
Apr
8
comment Managed metadata refiners are not appearing
the index accuracy set to 500 impacts I suppose the crawling only or does it affect when searching? because I dont see a visual difference when browsing and searching
Apr
8
comment How to hide the _cts folder in all document libraries?
amazing, I could fix it with this, you are awesome
Apr
2
comment New properties in advanced search are not appearing
I changed both to lowercase and that doesnt make any difference, it still doesnt work.
Mar
28
comment enhancedSearch.aspx not working on a site collection
I am clueless!!!!
Mar
27
comment How to copy files from one document set to another document set
I had to use SPweb.files.add with a full url and then it works
Mar
27
comment How to copy files from one document set to another document set
I tried your code but I get this: Value does not fall within the expected range. in the copyto call. The value of the copyToUrl variable is: /AgendaPointsProposedCor/379db39b-15ed-4f5f-a244-3ab3d87f1533/sample-loterij.txt I wonder if it should have maybe the myservername and then the rest?
Mar
26
comment How to copy files from one document set to another document set
pls see my update1
Mar
26
comment How to copy files from one document set to another document set
I think I am mmissing the file name at the end, testing....
Mar
11
comment Complex CAML, where parameter is null?
ups sry, see the edit at the end
Feb
12
comment Checkout file returned by sharepoint does not really exist
when checking the content database we found that the content column according to this post, its 0x.!!!! lol sharepoint ftw mtfkrs
Feb
12
comment Content Type Lifecycle management best practices
this is great info. thanks a lot
Feb
5
comment How to check if a list content type has its link broken from the site collection content type definition
once a change has been done and not pushed, it cant be pushed, I read that on msdn documentation, you have to revert it back and do the change again.
Dec
5
comment Find control in application page?
the page is in the sharepoint solution, but the code behind is in a different class library., I am not actually grabing the dropdownlist, its an instance of the same class, I guess if I do findcontrol it wont work either
Dec
5
comment Find control in application page?
its inside a content placeholder, I pasted the frontend, not all, but does it help?