cancel
Showing results for 
Search instead for 
Did you mean: 

VC runtime error

Former Member
0 Kudos

Hi,

I created a Composite View model using web dynpro runtime in Visual Composer on EP 7.4.

When I compile and deploy, I got error "make sure the development component has only one runtime defined and then redeploy the application". I check in tools -> options, my runtime is Web Dynpro. How can I correct this error to finish deployment? Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Vasilis
Advisor
Advisor
0 Kudos

Hi,

maybe in the development component you created the model you have another model with different runtime.

Vasilis

Former Member
0 Kudos

I used the most stupid way to solved the issue. I exported all the models, then delete all of them from DC, then import them in one by one to find which one caused trouble.

I think this is a bug in VC. The compile and deploy should not against the whole DC. It should go with each model. In case there is one model created in different runtime, other models in the same DC should not be impacted.

Thanks.