Hi, An unhandled exception has occurred. See browser dev tools for details. Reload(In console: Invocation canceled due to the underlying connection being closed.) , when clicked Reload it works. After doing some research i got to know that this is arising only when i add entities to Module (new Module added to solution).In Log, the error shows as [ERR] Unhandled exception in circuit '97X0b7xtEA1oi719RYRX51AXfS8y8FVO2dELunj6XLM'.
Hi, How to do object Extension for a newly added module. For ex. I added Module A to the main app. I have an entity Apple in ModuleA. I need to add some field to Object Extension . how can i achieve it Provide us with the following info:
Hello, I am adding ModulaA and ModuleB in to a solution. I want to use entity from Module B to A as Navigation, i am having issue The entity type 'ExtraPropertyDictionary' requires a primary key to be defined. If you intended to use a keyless entity type, call 'HasNoKey' in 'OnModelCreating'. For more information on keyless entity types, see https://go.microsoft.com/fwlink/?linkid=2141943.'