Hi,
I've downloaded and installed NetAdvantage_WPF_20082.exe . When I run the xamlFeatureBrowser project (both debug and 'debug full trust'), I get the following exception:
(copied from the inner exception)
{"Unable to load DLL 'MSVCR80.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"}
" at clock()\r\n at ?A0xe96b2b07.clock_wrapper()\r\n at <CrtImplementationDetails>.LanguageSupport._Initialize(LanguageSupport* )\r\n at <CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport* )"
I'm using VS2008, full installation with no add ons, SP1, with .NET 3.5 SP1.
I've read a bit about the missing MSVCR80.DLL, but I'd rather first try a solution that ppl here may suggest. Any ideas?
David
On the problematic machine, I saw that there were quite a few versions of the msvcr80.dll in windows\SxS, some targeting 64bit architectures, some from AMD and so on. I suspected that this was connected to the problem, but just gave up on the machine and took another which produced no compilation issues..
No lemon, I'm getting this error on a infragistics WPF comp being used with CSLA.... Still working on it- there was one reference to this error in CSLA forum, but no solution I could work out ;-)