TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rohini Shirke
NA
46
31.1k
Connect to Solid edge using C#
Sep 17 2013 3:32 AM
Hi...
I want to Connect to solid edge..I have write following code..
SolidEdgeFramework.Application app = null;
app = (SolidEdgeFramework.Application)Marshal.GetActiveObject("SolidEdge.Application");
app.Visible = true;
On 2nd line i get error "Operation unavailable (Exception from HRESULT: 0x800401E3 (MK_E_UNAVAILABLE)) "
plz anyone tell me...Thanks
Reply
Answers (
0
)
How to get the specific text from word document?
how to redirect to another page in asp.net using Link Button