if the Client is written in C++,you only have to create an Interop-Assembly in C# which speaks from your Client to the DCOM-Server I think. This Interop-Assembly generates at Runtime a COM Callable Wrapper which you can access in your C++-Applikation. You have to register the Interop-Assembly in...
I had imported the webpart with the stsadm-Tool (so the assembly is in the BIN-Directory of Sharepoint and the entry <Safe Control> in the web.config-file is done automaticly)
The Assembly is strongly-named and the StrongKeyName-File is written in the AssemblyInfo.cs-File.
But I will check...
Hello,
I still have the Problem that I can't add my own Webparts to my Sharepoint Site although i even changed the code in the Webpart (in the cs-File of C#). The Webpart was running before the Code-changes.
The trust-level of my web.config is Full and i have signed the webpart with a strong...
Hello,
I wan't to modify the Code of the Page where you can add or modify your List-records in Sharepoint.
So the Information which is entered in this two Pages should also apply to a Database which is accesssed by a COM-Object.
I think there must be a way of modifing these...
Thank you.
But where do I find the Listview-Webpart of my Document Library so that I can modify it?
I mean the Webpart is created by Sharepoint Portal Server and I haven't found it in the Filesystem-folders of Sharepoint.
Hi folks,
i have the problem that i can't add colums to a standard listview webpart which is created when you add a new document library.
Although you can specify and add colums in the normal view of the document library I can't see the specified view(and columns)in the list view-webpart of...
Hi Programmers,
I'm thinking about uploading documents with Sharepoint WebServices in .NET . The only thing i've found is that you can upload Images with the images.asmx -WebService. But I don't know how to upload documents like .doc or .ppt with Sharepoint-Webservices.
I want to upload the...
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.