hbatista91
hbatista91

Reputation: 67

Windows Universal App namespaces

When I create a blank win-universal-app project, I then try to create a custom control, but I always get the error:

The name '' does not exist in the namespace ''

I have to transition a windows 8.1 app to windows 10 that uses several costum controls...Any ideas?

Upvotes: 0

Views: 192

Answers (1)

thang2410199
thang2410199

Reputation: 1942

Try to rebuild / clear and build project. This type of error will disappear if everything is correct.

Upvotes: 0

Related Questions