i need some help to resolve an error in the code below.
VB Code:
public struct Domains { public string id; public int start; public int length; public domainType type; public string value; } Domains domain1; ...some code.. [U]domain1 =0;[/U] [U][B]ERROR: Cannot implicitly convert type 'int' to 'TPT.Configurator.BillOfKitsDesign.ConfiguredKits'[/B][/U]
the underlined code is the region with error and the error message is highlighted immediately below the code in bold underlined. I am new to C# and any help would be immensely appreciated.




Reply With Quote