I work with windows form application, which need some .dll file.
First time i finish it, build and run, it worked & is fine. (64 bit processor,64 bit Windows 7, Visual Studio 2012)
And then, i copy and paste entire project to other PC (64 bit processor, 32 bit Windows 8, Visual Studio 2012). I couldn't run it, there is error message "Class not registered, exception form HResult 0x080040154 (REGDB_E_CLASSNOTREG)"
I have tried solutions :
- change platform from anyCPU to x86, didn't work
- Put all .dll file to system32 folder, didn't work
- Tried to register class using regsvr32, but i got error message said that my .dll file : "was loaded but the entry point was not found"
And I can't even open my Form.cs[design] in Visual Studio,