S
spikedevmesa
Does anyone have any idea what this exception is and how to solve it?
I can reference sql server ce and have it as a using statment and my
app will load fine but as soon as I create an instance of a sql object
then this error comes up. I am using VS 2005 and a dell axim x51v as
my depoyment device.
I appreciate any help thanks
{System.TypeLoadException: File or assembly name
'System.Data.SqlServerCe, Version=3.0.3600.0, Culture=neutral,
PublicKeyToken=3BE235DF1C8D2AD3', or one of its dependencies, was not
found.
at System.Windows.Forms.Form.OnLoad()
at System.Windows.Forms.Form._SetVisibleNotify()
at System.Windows.Forms.Control.set_Visible()
at System.Windows.Forms.Application.Run()
at Traffic.Program.Main()
}
I can reference sql server ce and have it as a using statment and my
app will load fine but as soon as I create an instance of a sql object
then this error comes up. I am using VS 2005 and a dell axim x51v as
my depoyment device.
I appreciate any help thanks
{System.TypeLoadException: File or assembly name
'System.Data.SqlServerCe, Version=3.0.3600.0, Culture=neutral,
PublicKeyToken=3BE235DF1C8D2AD3', or one of its dependencies, was not
found.
at System.Windows.Forms.Form.OnLoad()
at System.Windows.Forms.Form._SetVisibleNotify()
at System.Windows.Forms.Control.set_Visible()
at System.Windows.Forms.Application.Run()
at Traffic.Program.Main()
}