hello,
I have a custom moduel that I have been developing (in DNN 7.1) and then testing with the EVS (Extension Verification System).
I only have one error left and I am not sure how to trouble shoot it.
Here is the error:
ExtensionMessageID: 664647
ExtensionID: 60892
MessageTypeID: 1
MessageID: b25d95e3-06d0-4241-9729-96f85cfddcbf
Message: While testing against 07.01.00 01.00.00.sqldataprovider
returned an error: Database 'TestSchema' does not exist.
Rule: PackageVerification.Rules.SQLTestRunner
TestSchema is not part of the SqlDatProvider I created. Also, the Sql data provider I created executes fine on my local SQL server.
Does anyone know where this error is coming from? It appears that the EVS cannot create the test database it needs to execute the sql scripts. I wish there was better documentation to the errors/warnings the EVS system generates.