Hi all,
i've got a little problem trying to configure remote web parts debugging.
I got an "access denied" error trying to debug remotely mine web part with visual studio .net 2003 but i really don't know how to fix this problem.
My account in active directory is part of the "debugger users"...
Hi, i don't know if you have already red this arcticle but it seems useful for your problem:
http://blogs.msdn.com/danielmcpherson/archive/2004/07/12/180758.aspx
Hope this helps.
No, nothing else, but i think i got a solution.
First i tried to use doc library event handling, but "News" is not a library, is a simple List and for them you cannot use events...
Then i tried to customize the list toolbar for inserting a new option for inserting a new news with the...
Hi,
can a user send an e-mail notification to other users after inserting a new announcement in the "News" Library?
Can a user choose to whom send an e-mail?
Do i have to use document library events?
Thanks in advance,
Massimo
Exactly Thomas, seems sharepoint uses the "simple search" like you said to search only in the current subsite.
I can also search from the portal because i'm an administrator but other users can't.
Thanks for the reply.
Hi,
I've got a simple question: is it possible to search a document in a subsite? If yes, how?
Or search works only in the current site you are?
I'm trying to find documents (and other stuff) in subsites of a parent site but search doesn't return any result. It works fine when i search...
Hi all,
It is possible to search a document in subsites with Sharepoint Portal Server 2003?
In mine project i've got a lot of subsites and when i try to search a document from the home page nothing is visualized... why? Document exist but it is in a subsite!
Have i to enable search in some...
this is the error i got:
SELECT permission denied on object 'Docs', database 'myDatabase', owner 'dbOwner'.
This selection was made by an administrator.
Yes i'm executing a query directly on Sharepoint database...
i execute this query:
select leafName, TimeLastModified, Title, http://this.siteCollection.HostName/DirName/leafName) as DirName from Docs inner join Webs on Webs.Id = Docs.WebId where doclibrowid is not null and timeLastModified >=...
Hi all,
i've made a web part that has to make a select into sharepoint database but i get a permission denied error when i try to do that operation.
My current trust level is set to Medium Trust.
In mine web part i make this assumption:
if user.isWebAdmin //only an administrator can do...
I've noticed that the problem is not in saving file, but in reading data from excel through oledb...
Here's some code
'uploading file...
Try
selectedFile2.PostedFile.SaveAs(uploadPath)
Catch ex As Exception
lblErr.Text = "Error from...
Hi everybody,
I've got a security exception performing an upload operation:
1. i want to store an excel file on my wpresources folder on server (and here is the problem)
2. i want to read some data on this excel file
3. i want to delete this file from server
I'm currently using WSS_Medium...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.