i want to debugg my code by adding breakpoints, but VS doesnot answer to breakpoints neither, it is something about webguarden or entire shadow copy cache,
but solution ? i dont know
Thanks again,
It worked before for both, now ms word dont answer to any Shared Add-in i build.
here is a little bit of my code: I write the methods that i made myself and those i changed, other methods are exact same when you create a shared add-in.
namespace MyAddin1
{
using System...
thanks,
I have folowed this link to do my Add-ins, but why it works for MS Excel but not for MS Word?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchTipsTricksBuildingMicrosoftOfficeAdd-insWithVisualCNETVisualBasicNET.asp
Hi,
I have built a Shared Add-in for word and Excel, it worked good for both of them, but I dont know what I did when i played with word, now it stopped working on Word and it just works on Excel.
What it depends on, I don't remember what i did but i played with toolbar and its customize and...
Hi,
I am trying to make my SmartTag to send e-mail but I dont know How.
I have a contact list from SharePoint that contains names and e-mail addresses, when you write name of one of the contacts you get the Action of the SmartTag, ( I mean it works and it recognizes the name of my contacts in...
Hi,
I am working on my Research pane and i would like to develope it. What I want to do is, adding a TreeView to my Resarch pane, Is it possible?
I have searched very much , I need som code
thank you
Hi,
I have a UserControl that contains a TreeView(with nodes) , a TextBox and a Button,
I want that when you click on the button you would add a new TreeNode under the selected node that it's name is the text of the TextBox.
I have tryed a lot but no success, I need som code, thanks
no,
I am talking about a usual database (MS SQL) and Sharepoint,
I Want to this, when you add a contact to your sharepoint contacts at the same time you add it to your database too.
Hi,
Is it possible to adding functionality to the "Save and Close" Button which is located at Lists -> Contacts -> Add new Item
I mean when you add a contact to your contacts by clicking on "Save and Close" button your new Contact (the item) would be intserted to your own Database too, (MS...
Hi,
I have done a smart tag i registered it by using GUID on registery editor under:
* HKEY_CURRENT_USER\Software\Microsoft\Office\Common\Smart Tag\Actions
* HKEY_CURRENT_USER\Software\Microsoft\Office\Common\Smart Tag\Recognizer
I can see my Smart Tag under (Word -> tools ->...
Hi,
I have created a smart tag, you can see it when you locate to (Word > Tools > AutoCorrect Options command > Smart Tags tab), I have checked by using MessageBox.Show(....) in the Recoginze method and it works,
but i have two problems:
1. I don't know if Action class is registered i have...
Hi,
I follow exact what this article says about creating a smart tag library, I am using VS 2005 Pro.
http://msdn.microsoft.com/msdnmag/issues/05/02/ManagedSmartTags/default.aspx
but I have following problems and my smart tag does not appiers in Word.
1. I get this Error:
The type or...
Hi,
I follow exact what this article says about creating a smart tag library, I am using VS 2005 Pro.
http://msdn.microsoft.com/msdnmag/issues/05/02/ManagedSmartTags/default.aspx
but I have following problems and my smart tag does not appiers in Word.
1. I get this Error:
The type or...
Hi,
I am trying to add my feeds to SharePoint's Shared Documents as .doc files, (by using SPSite, SPWeb, SPFolder and SPFile) this step has been done.
but i have two problems;
1. how can i update(overwrite) an existing file.
2. sometimes i get exception that the file name contains...
Hi,
I have saved my Feeds in a table on my Data base, Thay contains some Meta Data.
First I want to save them as Word Documents on Sharepoints "Shared Documents" and when somebody opens them and highlights the Meta Datas is showen up a smart tag with som options when you choose a option a...
Hi,
I have saved my Feeds in a table on my Data base, Thay contains some Meta Data.
First I want to save them as Word Documents on Sharepoints "Shared Documents" and when somebody opens them and highlights the Meta Datas is showen up a smart tag with som options when you choose a option a...
Hi,
I have tryed to load my rss feeds from a given URL by using following code in my web part. But the problem is when the URL does not exists i get web part Error something like "WebPart1 has occured a error .. if you have permission troubleshoot.....
HttpWebRequest HWReq =...
Hi,
I have two dropdownlist ddl1 and ddl2 in the first time when web part is loaded ddl1 gets types from DB. (types = Region, Country, Company...) and ddl2 is not visible. When you choose one of the types (in ddl1 ), ddl2 would be visible and it gets values from db (for exampel if you choose...
hi,
it is my problem:
I fetch rss feeds from web and insert them into my table, and i do it every ten minuts.
every time i must check
1- if the item already exists in my table if it exists then i must chech the publishdate if the publishdate has changed then the item must be updated. if 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.