A
Alexander Vasilevsky
public static void AddUserToNewsLetter(object UserId, string
typeSend, out Exception ex)
{
ex = new Exception();
NewsLetterDataContext newsLetterDB = new
NewsLetterDataContext();
NewsLetter newsLetter = new NewsLetter();
newsLetter.UserId = (Guid)UserId;
exception on the last line of saying what was cast is not valid. Is there a
way?
http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas
Gift
typeSend, out Exception ex)
{
ex = new Exception();
NewsLetterDataContext newsLetterDB = new
NewsLetterDataContext();
NewsLetter newsLetter = new NewsLetter();
newsLetter.UserId = (Guid)UserId;
exception on the last line of saying what was cast is not valid. Is there a
way?
http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas
Gift