Beta 12 issue

This forum is meant for questions and discussions about the X# language and tools
Post Reply
boonnam
Posts: 88
Joined: Mon May 08, 2017 6:42 pm
Location: USA

Beta 12 issue

Post by boonnam »

This morning, after installing beta 12, my test project is having issue with my "model". In my project, I created a model folder. See attachment. My project doesn't compile with beta 12. Out of curiosity I re-installed beta 11. My project works with beta 11.

I have the proper namespace:
using xWpfAppDemo.Model

Anyone else have this issue? How did you correct it? Thanks.
Attachments
Solution Explorer.JPG
Solution Explorer.JPG (37.32 KiB) Viewed 247 times
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Beta 12 issue

Post by Chris »

Hi,

Do you mean you get errors in the Errors window when you try to build with Build12? Can you please show us those error messages?

Chris
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
boonnam
Posts: 88
Joined: Mon May 08, 2017 6:42 pm
Location: USA

Beta 12 issue

Post by boonnam »

Yes. See attachment for the errors. There is no change to this project beside using beta 12. If I uninstall beta 12 and install beta 11, it works without any change.
Attachments
Beta 12 Errors.JPG
Beta 12 Errors.JPG (67.04 KiB) Viewed 247 times
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Beta 12 issue

Post by Chris »

Unfortunately I cannot read the error messages. Can you please post another screenshot with higher resolution?

Chris
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
boonnam
Posts: 88
Joined: Mon May 08, 2017 6:42 pm
Location: USA

Beta 12 issue

Post by boonnam »

I'm not sure if this forum allow me to attach higher resolution. I decided to take a screen shot of just the error messages. Hopefully it's much clearer.
Attachments
Beta 12 Errors 2.JPG
Beta 12 Errors 2.JPG (85.25 KiB) Viewed 247 times
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Beta 12 issue

Post by Chris »

Thanks, but it is difficult to understand what is causing the errors to be reported, without seeing also the code on which the errors are reported. You said that this is a test project, so I assume there's no sensitive code in it, so could you please zip the solution folder and send it to me to chris@xsharp.eu to have a look?

Chris
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
boonnam
Posts: 88
Joined: Mon May 08, 2017 6:42 pm
Location: USA

Beta 12 issue

Post by boonnam »

This has been resolved. Thank you, Chris for your help. The solution is to use ":" instead of "."
Post Reply