user1443098
user1443098

Reputation: 7645

F# Namespace not defined

my F# project, working up til now, started erroring on:

Error 54 The namespace 'Vision' is not defined

I've include some images from Visual Studio that show the situation:

Start of program showing errors highlighted

Error messages

References from F# Project Object Browser: browsing the missing references

SO, I don't get why this built before and now won't build. The refs are there, the namespaces are in the refs. What am I missing?

Upvotes: 2

Views: 1062

Answers (1)

user1443098
user1443098

Reputation: 7645

@brent - bingo. I had it a .net 4.5.2 but the assemblies only support 4.5

Upvotes: 3

Related Questions