Click here to Skip to main content
15,921,028 members
Home / Discussions / C#
   

C#

 
AnswerRe: Sending XML over a Socket connection Pin
Peace ON18-Jul-10 23:08
Peace ON18-Jul-10 23:08 
QuestionRead both attributes and subtree of an XML element using XmlTextReader Pin
PPKeno18-Jul-10 22:05
PPKeno18-Jul-10 22:05 
AnswerRe: Read both attributes and subtree of an XML element using XmlTextReader Pin
Peace ON18-Jul-10 22:34
Peace ON18-Jul-10 22:34 
QuestionReading .dbc file in C# Pin
Niungareamit18-Jul-10 20:14
Niungareamit18-Jul-10 20:14 
AnswerRe: Reading .dbc file in C# Pin
V.18-Jul-10 20:32
professionalV.18-Jul-10 20:32 
AnswerRe: Reading .dbc file in C# Pin
Richard MacCutchan18-Jul-10 22:33
mveRichard MacCutchan18-Jul-10 22:33 
QuestionReading Microsoft Project file problem Pin
DJ24518-Jul-10 17:42
DJ24518-Jul-10 17:42 
AnswerRe: Reading Microsoft Project file problem Pin
Peace ON18-Jul-10 22:49
Peace ON18-Jul-10 22:49 
There are many options to do the same.

1. Interop (messy and horribly slow for large projects)
2. Save project in XML and work with it (messy)
3. Save project in the database (that's not publishing and it is available for project 2003 only - see ODBC option while saving). I've seen it being used a lot in the integration scenarios
4. Projette[^] (commercial, $10 per license)
5. ILog Project Viewer[^] (also commercial)
6. The MPXJ (mpxj.sf.net[^]) library comes in both Java and .Net flavours and will allow you to read and write multiple Microsoft Project file formats using a single consistent API. I am aware of commercial products which use both the Java and the .Net versions of MPXJ without any issues.


Please find the links of related Primary Interop Assemblies:

1. Office 2003 Update: Redistributable Primary Interop Assemblies
http://www.microsoft.com/downloads/details.aspx?familyid=3c9a983a-ac14-4125-8ba0-d36d67e0f4ad&displaylang=en[^]

2. 2007 Microsoft Office System Update: Redistributable Primary Interop Assemblies
http://www.microsoft.com/downloads/details.aspx?familyid=59DAEBAA-BED4-4282-A28C-B864D8BFA513&displaylang=en[^]



HTH
Jinal Desai - LIVE
Experience is mother of sage....

QuestionC# version of C++ code Pin
gordon305618-Jul-10 16:06
gordon305618-Jul-10 16:06 
AnswerRe: C# version of C++ code [modified] Pin
JF201518-Jul-10 18:08
JF201518-Jul-10 18:08 
AnswerRe: C# version of C++ code Pin
Dave Doknjas19-Jul-10 10:52
Dave Doknjas19-Jul-10 10:52 
QuestionHow to draw and smooth Polyline. Pin
tranvantinhpt18-Jul-10 16:05
tranvantinhpt18-Jul-10 16:05 
AnswerRe: How to draw and smooth Polyline. Pin
Abhinav S18-Jul-10 18:24
Abhinav S18-Jul-10 18:24 
GeneralRe: How to draw and smooth Polyline. Pin
tranvantinhpt18-Jul-10 18:42
tranvantinhpt18-Jul-10 18:42 
QuestionCopying table Pin
humayunlalzad18-Jul-10 13:51
humayunlalzad18-Jul-10 13:51 
AnswerRe: Copying table Pin
Mycroft Holmes18-Jul-10 14:29
professionalMycroft Holmes18-Jul-10 14:29 
GeneralRe: Copying table Pin
harold aptroot18-Jul-10 14:38
harold aptroot18-Jul-10 14:38 
GeneralRe: Copying table Pin
humayunlalzad18-Jul-10 17:53
humayunlalzad18-Jul-10 17:53 
AnswerRe: Copying table Pin
PIEBALDconsult18-Jul-10 15:56
mvePIEBALDconsult18-Jul-10 15:56 
AnswerRe: Copying table Pin
Abhinav S18-Jul-10 18:25
Abhinav S18-Jul-10 18:25 
GeneralRe: Copying table Pin
humayunlalzad18-Jul-10 18:42
humayunlalzad18-Jul-10 18:42 
GeneralRe: Copying table Pin
PIEBALDconsult19-Jul-10 3:17
mvePIEBALDconsult19-Jul-10 3:17 
GeneralRe: Copying table Pin
humayunlalzad19-Jul-10 12:28
humayunlalzad19-Jul-10 12:28 
GeneralRe: Copying table Pin
PIEBALDconsult19-Jul-10 15:42
mvePIEBALDconsult19-Jul-10 15:42 
GeneralRe: Copying table Pin
humayunlalzad24-Jul-10 5:47
humayunlalzad24-Jul-10 5:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.