Click here to Skip to main content
15,890,946 members
Home / Discussions / C#
   

C#

 
QuestionC# not release processes Pin
classy_dog15-Feb-13 9:28
classy_dog15-Feb-13 9:28 
AnswerRe: C# not release processes Pin
Eddy Vluggen15-Feb-13 9:47
professionalEddy Vluggen15-Feb-13 9:47 
GeneralRe: C# not release processes Pin
classy_dog15-Feb-13 10:13
classy_dog15-Feb-13 10:13 
GeneralRe: C# not release processes Pin
Eddy Vluggen15-Feb-13 10:16
professionalEddy Vluggen15-Feb-13 10:16 
AnswerRe: C# not release processes Pin
Pete O'Hanlon15-Feb-13 9:54
mvePete O'Hanlon15-Feb-13 9:54 
GeneralRe: C# not release processes Pin
classy_dog15-Feb-13 10:12
classy_dog15-Feb-13 10:12 
GeneralRe: C# not release processes Pin
Pete O'Hanlon15-Feb-13 10:21
mvePete O'Hanlon15-Feb-13 10:21 
Questionworking with autcad 2007 using c# in windows 7 64bit Pin
AhmedOsamaMoh15-Feb-13 6:13
AhmedOsamaMoh15-Feb-13 6:13 
dears

i used to use the following c# .Net 2 code to open autocad 2007 in windows xp sp2 , i just have to add 3 ref. to my vs2005 project (acdbmgd.dll , acmgd.dll , AutoCAD 2007 Type Library )




public  Autodesk.AutoCAD.Interop.AcadApplication vAcadApp;

               vAcadApp = new AcadApplication();

               vAcadApp.Visible = true;

               vAcadApp.WindowState = Autodesk.AutoCAD.Interop.Common.AcWindowState.acMax;

               vAcadApp.Documents.Open(FileName, null, null);  // filename = test.dwg



now i am trying to reuse the same code but in windows 7 64bit using also autocad 2007
i got a very random results , some times it worked so fine and some times not !! and

if it didn't work , i got the following errors

Retrieving the COM class factory for component with CLSID {28B7AA99-C0F9-4C47-995E-8A8D729603A1} failed due to the following error: 800702e4.

and sometimes

Retrieving the COM class factory for component with CLSID {28B7AA99-C0F9-4C47-995E-8A8D729603A1} failed due to the following error: 80080005.


kindly help me thanks bye
AnswerRe: working with autcad 2007 using c# in windows 7 64bit Pin
Dave Kreskowiak15-Feb-13 6:44
mveDave Kreskowiak15-Feb-13 6:44 
GeneralRe: working with autcad 2007 using c# in windows 7 64bit Pin
AhmedOsamaMoh15-Feb-13 8:42
AhmedOsamaMoh15-Feb-13 8:42 
GeneralRe: working with autcad 2007 using c# in windows 7 64bit Pin
Dave Kreskowiak15-Feb-13 12:15
mveDave Kreskowiak15-Feb-13 12:15 
GeneralRe: working with autcad 2007 using c# in windows 7 64bit Pin
AhmedOsamaMoh15-Feb-13 22:23
AhmedOsamaMoh15-Feb-13 22:23 
Questionjalali calendar to gregorian calendar code in c# Pin
timana15-Feb-13 4:18
timana15-Feb-13 4:18 
AnswerRe: jalali calendar to gregorian calendar code in c# PinPopular
Richard Deeming15-Feb-13 4:36
mveRichard Deeming15-Feb-13 4:36 
GeneralRe: jalali calendar to gregorian calendar code in c# Pin
timana15-Feb-13 5:11
timana15-Feb-13 5:11 
GeneralRe: jalali calendar to gregorian calendar code in c# Pin
Keith Barrow15-Feb-13 5:38
professionalKeith Barrow15-Feb-13 5:38 
GeneralRe: jalali calendar to gregorian calendar code in c# Pin
Richard Deeming15-Feb-13 5:43
mveRichard Deeming15-Feb-13 5:43 
GeneralRe: jalali calendar to gregorian calendar code in c# Pin
timana15-Feb-13 5:58
timana15-Feb-13 5:58 
GeneralRe: jalali calendar to gregorian calendar code in c# Pin
Dave Kreskowiak15-Feb-13 6:45
mveDave Kreskowiak15-Feb-13 6:45 
NewsRe: jalali calendar to gregorian calendar code in c# Pin
Eddy Vluggen15-Feb-13 5:09
professionalEddy Vluggen15-Feb-13 5:09 
GeneralRe: jalali calendar to gregorian calendar code in c# Pin
timana15-Feb-13 5:39
timana15-Feb-13 5:39 
GeneralRe: jalali calendar to gregorian calendar code in c# Pin
Pete O'Hanlon15-Feb-13 7:27
mvePete O'Hanlon15-Feb-13 7:27 
GeneralRe: jalali calendar to gregorian calendar code in c# Pin
Eddy Vluggen15-Feb-13 9:53
professionalEddy Vluggen15-Feb-13 9:53 
AnswerRe: jalali calendar to gregorian calendar code in c# Pin
Amir Mohammad Nasrollahi29-Jul-13 22:11
professionalAmir Mohammad Nasrollahi29-Jul-13 22:11 
QuestionHow to show image contained in DataList to Modal dialog Pin
PramodSawant15-Feb-13 1:54
PramodSawant15-Feb-13 1:54 

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.