.net - Mixed mode applications initialize error -
first programmers.
my problem confusing.
i have windows xp sp3 , .net 3.5 sp1 installed on system.
when compile c++/cli source code /clr:safe option, produced executable assembly work well, mean run when mix native c++ , managed c++ code , compile source code /clr or /clr:pure mode, generated assembly works while , after while following message comes out when again try run executable assembly "the application failed initialize properly, 0xc000007b. please click ok terminate application."
note: error message comes out when compile code /clr or /clr:pure modes , mix native , managed code. have checked , cleaned system viruses problem not solved. please me find out real problem?
thanks advance...
yes visual c++ redistributable version 2008 installed on x86 windows-xp 32bit machine! using visual c++ 2008 express sp1 development tool. tools come vc++ 2008 express sp1 not run , give same error. noticed error pops when build mixed mode or pure mode c++/cli executable assembly, not when build dll assembly later consume safe c#, visual basic or c++/cli executable file.
i have windows xp sp3 , .net 3.5 sp1 installed on system.
did install visual c++ redistributable runtime matching version of visual studio?
Comments
Post a Comment