Click here to Skip to main content
16,006,341 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Questionhelp on exe generation from other exe Pin
alex7869-May-08 4:54
alex7869-May-08 4:54 
AnswerDouble Post - Please Ignore Pin
Giorgi Dalakishvili9-May-08 5:26
mentorGiorgi Dalakishvili9-May-08 5:26 
QuestionGet names of all devices in system Pin
Xeqtr9-May-08 0:53
Xeqtr9-May-08 0:53 
QuestionCreateWaitableTimer error Pin
Member 33310598-May-08 19:47
Member 33310598-May-08 19:47 
AnswerRe: CreateWaitableTimer error Pin
Mark Salsbery9-May-08 7:53
Mark Salsbery9-May-08 7:53 
Questioncolor change Pin
rose1968-May-08 19:34
rose1968-May-08 19:34 
AnswerRe: color change Pin
Mark Salsbery9-May-08 8:03
Mark Salsbery9-May-08 8:03 
QuestionError Laoding Assembly Pin
kkchh8-May-08 5:09
kkchh8-May-08 5:09 
Hi,

I'm trying to dynamically load a mixed managed and unmanged assembly developed using VS2005 C++.Net. The code is as followed.

Assembly assembly = Assembly.LoadFile(@"c:\temp\classlibrary1.dll");

The dll was compiled on a machine with VS2005 installed and then copied over to another machine with VS2008 installed only. When I tried to step through the code, I encountered an error on the above line. Following is the exception thrown.

{"Could not load file or assembly 'ClassLibrary1, Version=1.0.2992.40807, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail. (Exception from HRESULT: 0x800736B1)":"ClassLibrary1, Version=1.0.2992.40807, Culture=neutral, PublicKeyToken=null"}

May I know whether a mixed managed and unmanaged dll developed using VS2005 has compatibility problem when copied over to machine with VS2008 installed only? I noticed a pure managed dll compiled using VS2005 C# will not have the same problem. I've tried installing the Visual C++ 2005 redistributable and the problem persists.

chew
Questionsend Packet to all computer with synchronized Pin
dSolariuM6-May-08 19:50
dSolariuM6-May-08 19:50 
QuestionHow to Convert Local time to UTC Time in WM5.0 Pin
Mohanraj D6-May-08 0:05
Mohanraj D6-May-08 0:05 
AnswerRe: How to Convert Local time to UTC Time in WM5.0 Pin
Rajesh R Subramanian6-May-08 0:24
professionalRajesh R Subramanian6-May-08 0:24 
Questioncursor position Pin
rose1965-May-08 19:37
rose1965-May-08 19:37 
AnswerRe: cursor position Pin
led mike6-May-08 4:23
led mike6-May-08 4:23 
GeneralRe: cursor position Pin
rose1966-May-08 19:01
rose1966-May-08 19:01 
GeneralRe: cursor position Pin
Mark Salsbery7-May-08 8:47
Mark Salsbery7-May-08 8:47 
QuestionArguments to command line Pin
Xeqtr4-May-08 12:44
Xeqtr4-May-08 12:44 
AnswerRe: Arguments to command line Pin
Luc Pattyn4-May-08 12:53
sitebuilderLuc Pattyn4-May-08 12:53 
GeneralRe: Arguments to command line Pin
Xeqtr4-May-08 13:30
Xeqtr4-May-08 13:30 
GeneralRe: Arguments to command line Pin
Luc Pattyn4-May-08 13:36
sitebuilderLuc Pattyn4-May-08 13:36 
GeneralRe: Arguments to command line [modified] Pin
Xeqtr4-May-08 14:13
Xeqtr4-May-08 14:13 
GeneralRe: Arguments to command line Pin
Luc Pattyn4-May-08 14:26
sitebuilderLuc Pattyn4-May-08 14:26 
QuestionHow to develop virtual environment online using C# with Managed DirectX? Pin
katelva3-May-08 8:20
katelva3-May-08 8:20 
AnswerRe: How to develop virtual environment online using C# with Managed DirectX? Pin
Mark Salsbery3-May-08 8:33
Mark Salsbery3-May-08 8:33 
GeneralRe: How to develop virtual environment online using C# with Managed DirectX? Pin
katelva3-May-08 8:43
katelva3-May-08 8:43 
AnswerRe: How to develop virtual environment online using C# with Managed DirectX? Pin
Christian Graus3-May-08 13:00
protectorChristian Graus3-May-08 13:00 

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.