|
Posted by KDogg on April 5, 2007, 3:44 pm
Please log in for more thread options
I have created a simple Windows Mobile 5.0 app using VS 2005 w/SP1 and can
deploy a basic form with text/buttons to the emulator just fine. When I add
a dataset and datagrid, the data shows up in design mode but when I deploy it
to the 5.0 emulator I get the following errors:
'DeviceSample.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual
Studio
8\SmartDevices\SDK\CompactFramework.0\v2.0\Debugger\BCL\mscorlib.dll', No
symbols loaded.
'DeviceSample.exe' (Managed): Loaded 'c:\documents and settings\donovank\my
documents\visual studio
2005\projects\devicesample\devicesample\bin\debug\DeviceSample.exe', Symbols
loaded.
'DeviceSample.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual
Studio
8\SmartDevices\SDK\CompactFramework.0\v2.0\Debugger\BCL\System.Windows.Forms.dll',
No symbols loaded.
'DeviceSample.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual
Studio 8\SmartDevices\SDK\CompactFramework.0\v2.0\Debugger\BCL\System.dll',
No symbols loaded.
'DeviceSample.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual
Studio
8\SmartDevices\SDK\CompactFramework.0\v2.0\Debugger\BCL\System.Drawing.dll',
No symbols loaded.
'DeviceSample.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual
Studio
8\SmartDevices\SDK\CompactFramework.0\v2.0\Debugger\BCL\System.Data.dll',
No symbols loaded.
'DeviceSample.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual
Studio
8\SmartDevices\SDK\CompactFramework.0\v2.0\Debugger\BCL\System.Xml.dll', No
symbols loaded.
'DeviceSample.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual
Studio
8\SmartDevices\SDK\CompactFramework.0\v2.0\Debugger\BCL\System.Windows.Forms.DataGrid.dll',
No symbols loaded.
'DeviceSample.exe' (Managed): Loaded 'c:\program files\microsoft visual
studio 8\smartdevices\sdk\sql server\client\v2.0\System.Data.SqlClient.dll',
No symbols loaded.
'DeviceSample.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual
Studio
8\SmartDevices\SDK\CompactFramework.0\v2.0\Debugger\BCL\Microsoft.VisualBasic.dll',
No symbols loaded.
A first chance exception of type 'System.IO.FileNotFoundException' occurred
in mscorlib.dll
'DeviceSample.exe' (Managed): Loaded 'System.Data.SqlClient.resources.dll',
No symbols loaded.
A first chance exception of type 'System.Data.SqlClient.SqlException'
occurred in System.Data.SqlClient.dll
A first chance exception of type 'System.Data.SqlClient.SqlException'
occurred in System.Data.SqlClient.dll
A first chance exception of type 'System.Data.SqlClient.SqlException'
occurred in System.Data.SqlClient.dll
The debbuger is showing the error: Specified SQL server not found: PHQDBA
on this line:
Dim returnValue As Integer = Me.Adapter.Fill(dataTable)
On my 'new connection' options I am using: Microsoft SQL Server (SqlClient)
and the test connection works properly and uses the .Net Framework Data
Provider for SQL Server.
Any suggestions?
|