Missing partial modifier on declaration of type...

This forum is meant for questions and discussions about the X# language and tools
Post Reply
Anonymous

Missing partial modifier on declaration of type...

Post by Anonymous »

Dear

If have splitting my class into two different files then one for screen and the other for the methods.

And yet I get this message.

"Missing partial modifier on declaration of type 'TRANFER'; another partial declaration of this type exists."

someone an idea

CLASS TRANSFER INHERIT DATAWINDOW
PARTIAL CLASS TRANSFER

Thanks !!

Greeting’s,
Johan Kwaspen
Belgium
FFF
Posts: 1521
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

Missing partial modifier on declaration of type...

Post by FFF »

add a partial in front of the first class def...
Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Missing partial modifier on declaration of type...

Post by robert »

Johan,

I see that the Windows editor generates classes without the partial prefix. I will correct that for the next build

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
JKW

Missing partial modifier on declaration of type...

Post by JKW »

Hello Karl
Hello Robert

Thanks for the information, I can continue.

Regards,

Johan Kwaspen
Belgium
Post Reply