Base solution for your next web application

Activities of "nidhisharma"

Thanks, It worked.

The mistake was this code:

/* NOTE: This constructor is used by ABP to pass connection string */ public Con2DbContext(string nameOrConnectionString) : base(nameOrConnectionString) { } When I removed this line after seeing your code...it worked.

Thanks again.

Showing 1 to 1 of 1 entries