Categories

SHAREPOINT:The list that is referenced here no longer exists

Are you get this error while using the updatelistitems method in SHAREPOINT web service (list.asmx)?
Are you aiming to data stored in a subsite?
If so, the solution is to point the webservice of the subsite directly.
If your main site is http://cia, and your subsite is http://cia/coa, you should point to the webservice:

http://cia/coa/_vti_bin/list.asmx

Pay attention that, sometimes, when [...]

SHAREPOINT: One of more field types are not installed properly

If you get this error while debugging your Sharepoint application, you have probably to know that you must call the fields with their INTERNAL NAME, which can be different from the name you see on labels on the site.

How can you find the correct internal name?
You can go to a page in which you [...]

EASY REGULAR EXPRESSIONS IN C#

I really love using regular expressions.
It’s so easy to check strings… for example if you want only alphanumeric or only numbers or a very specific format like two letters, one point, one number and a #, in the specific order.
In my opinion, it’s highly difficult to create the reg exp from scratch.
I have found a [...]

WEBSERVICES TO A SHAREPOINT SUBSITE

Just a small tip that will help you to avoid to loose half a day looking for a solution…

When using Sharepoint throught web services remember to set the WEB REFERENCE to the right website.

If you have to access the main website point to http://<typehereyourdomain>/_vti_bin/lists.aspx but if you need to work on a subsite, remember that [...]

Cyberactiva web development - Blogged