User Profile

Collapse

Profile Sidebar

Collapse
shama
shama
Last Activity: Mar 16 '07, 09:57 AM
Joined: Jan 22 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • shama
    started a topic Problem in register ATL Com DLL
    in .NET

    Problem in register ATL Com DLL

    Hi all,
    I had developed add-in for outlook using shared add-in in MS Visual studio .net 2005. When I register it on my machine it works fine. I am using Windows XP and Outlook 2003.
    When I register it on the other machine with the same windows and outlook configuration and also had install Microsoft .net framework 2.0 (MS visual studio .net not installed), at the time of DLL registration it gives me error LaodLibrary faile...
    See more | Go to post

  • event handling using BEGIN_SINK_MAP call handler function twice on event

    Hi all,
    I want to develop add-in for OUTLOOK, In that for event handling use IDispEventSimpl eImpl Interface, use BEGIN_SINK_MAP and declare handler function (fn) for the specified event using SINK_ENTRY_INFO , but whenever that particular event occurs my handler function gets call twice...
    Is there any solution so handler function should call only once?

    Thanks,
    Shyam.
    See more | Go to post

  • Implement IDispEventSimpleImpl Interface to Handle Event, Function calls two times

    Hi all,
    I want to develop add-in for OUTLOOK, In that for event handling use IDispEventSimpl eImpl Interface, and declare handler function (fn) for the specified event using SINK_ENTRY_INFO , but whenever that particular event occurs my handler function gets call two times! why it happens so? I want to call it only single time....
    MY code is.....

    class ATL_NO_VTABLE CConnect :
    public CComObjectRootE x<CComSingleThr eadModel>,...
    See more | Go to post

  • shama
    started a topic To remove special character from string
    in C

    To remove special character from string

    Hi all,
    I am using BSTR data type for storing string and want to remove special character (# ' : )from that string. Is there any function for this.... As CString class has "SpanExcluding" . or is there any efficient way to implement this?
    Please suggest me...

    Thanks,
    sham
    See more | Go to post

  • Does share add-in is managed or unmanaged com component

    Hi,
    When we create shared add-in in visual studio .net 2005 with VC++/ATL as a language, then it creates managed com component or unmanaged com component?
    In MSDN they had said that "creating managed com component!" using shared add-in!! But when we create share add-in in VC++/ATL it looks unmanaged code! and also does not have CLR support also?

    Thanks,
    Shyam
    See more | Go to post

  • shama
    started a topic no GUID has been associated with this object
    in .NET

    no GUID has been associated with this object

    Hi,
    I have to develop add-in for outlook, I am using visual studio .net 2005
    I had add reference for outlook, but when I try to get the uuidof of Outlook::Explor erevents it will give error as "'Outlook::Explo rerEvents' :no GUID has been associated with this object"

    #pragma managed
    class ATL_NO_VTABLE CConnect :
    public CComObjectRootE x<CComSingleThr eadModel>,
    public CComCoClass<CCo nnect,...
    See more | Go to post

  • HI radcaesar,
    As u have mentioned, It works fine!!!
    Thanks a lot for your reply

    Shyam...
    See more | Go to post

    Leave a comment:


  • RegAsm : error RA0000 : Could not load file or assembly

    Hi,
    I am developing shared Add-in in visual studio .net 2005 using extensibility projects -> shared add-in in VC++/ATL language. When I create application, it was not given "Common Language Runtime support". When I give CLR support from project properties -> Configuration properties -> general -> Common language runtime support and then compile project it gives me error
    "RegAsm : error RA0000 : Could...
    See more | Go to post

  • shama
    replied to Creating add-in using VC++ managed code
    in .NET
    Hi radcaesar,
    U r right, When we create add-in project in c# it works fine!
    But when we create add-in project in VC++/ATL it was not given Common Language Runtime support. You can see it in project properties -> General in that "Common Language Runtime Support". By default it was not giving CLR support,
    because of that we are unable to add com references into our project! and also unable to write managed code....
    See more | Go to post

    Leave a comment:


  • shama
    started a topic Creating add-in using VC++ managed code
    in .NET

    Creating add-in using VC++ managed code

    HI all,
    I am new on .net framework, I am using .net 2005
    I want to create add-in for Microsoft office, using VC++ with managed code.
    When I had made add-in using Extensibility project -> shared add-in with language
    VC++, it was not giving Common language runtime support, so I was unable to make managed code ! IF there is any solution for that please suggest me...

    Thanks,
    Shyam
    See more | Go to post
No activity results to display
Show More
Working...