GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 
Web application that integrate genopro


https://support.genopro.com/Topic25289.aspx
Print Topic | Close Window

By 122932 - Wednesday, January 20, 2010
Base on the link below, we have developed an web application that integrate genopro

to generate the genogram in emf file, and display it dynamic on the the webpage.

http://support.genopro.com/Topic21336-63-1.aspx?Highlight=c%23

The solution is working fine in 32bit OS, but not working in 64 bit OS.

In 32bit OS,

1. We are able to deploy the application on IIS

2. We are able to go to the component services, under "DCOM Config", find the component call "Genopro Document", Right click to go to properties, under "security" tab, give all access right to "Launch and Activation Permissions", "Access Premissions" and "Configuration Premissions" to OS local user "IIS_IUSRS".

3. Then the web application will able to run the genopro, and generate the emf.

In 64bit OS,

1. When we go to "component services", we are not able to find "Genopro Document" component.

2. We web application try to run the genopro com application, error message "System.UnauthorizedAccessException:Retrieving the COM class factory for component with CLSID {DD872B16-$B8B-11D9-8354-00C0A836451B} failed due to the following error : 80070005. at .... CreateGenogramFile(String .., String ...).

Any advise for us how we can resove this (we cannot switch back to 32bit server) ?

Thanks a lot.

By genome - Thursday, January 21, 2010
Not really my field at all but does this help http://blogs.msdn.com/maartenb/archive/2010/01/15/my-com-server-is-gone-from-component-[c]services-dcomcnfg.aspx

I just Googled component services 64bit and this looked like it fitted the bill.

By 122932 - Saturday, January 23, 2010
Found the solution.

In the OS, run command below

"MMC comexp.msc /32"

solution from

http://social.msdn.microsoft.com/Forums/en-GB/windowscompatibility/thread/2194001e-2cfd-4825-8e60-b3188aef637a