Skip to content

ISSUE IN TUTORIAL BY MICROSOFT #1395

@JOYSTON-LEWIS

Description

@JOYSTON-LEWIS

System Information (please complete the following information):

  • Model Builder or CLI Version: CLR v4.0.30319
  • Visual Studio Version (if applicable): 16.9.4

**System.TypeInitializationException
HResult=0x80131534
Message=The type initializer for 'MLAlgorithmML.Model.ConsumeModel' threw an exception.
Source=MLAlgorithmML.Model
StackTrace:
at MLAlgorithmML.Model.ConsumeModel.Predict(ModelInput input) in Z:\WORK DRIVE\Studies\LAB SESSIONS\Practical\Sem 4\ASP.NET MINI PROJECT USING MYSQL\Source Code\MLAlgorithm\MLAlgorithmML.Model\ConsumeModel.cs:line 25
at MLAlgorithm.Program.Main(String[] args) in Z:\WORK DRIVE\Studies\LAB SESSIONS\Practical\Sem 4\ASP.NET MINI PROJECT USING MYSQL\Source Code\MLAlgorithm\MLAlgorithm\Program.cs:line 21

Inner Exception 1:
FileNotFoundException: Could not load file or assembly 'Microsoft.ML.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
**

To Reproduce
Steps to reproduce the behavior:
Run myMLApp ( in my case MLAlgorithm app) (select Ctrl+F5 or Debug > Start Without Debugging). You should see the following output, predicting whether the input statement is positive or negative.

Expected behavior
A clear and concise description of what you expected to happen.
image

Screenshots
If applicable, add screenshots to help explain your problem.
image

Additional context
Add any other context about the problem here.
A given tutorial by microsoft is not working for me guys please let me know if i missed a step thanks in advance

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions