Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Running Sample Application
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB 9.0
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01352743
Message ID:
01353503
Views:
15
James,

>I've been trying to run the latest MM.NET evaluation Sample application. I get the following error:
>
>Title; SQLException was unhandled
>Message: Invalid object name 'Message'.
>
>I know this has to do with not being able to connect to the database on my server (not local). I changed the connection string in the app.config file to the following:
>
>
>
><add key="CustA\Northwind\Connection" value="Data Source=MOORE3;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=Northwind" \>
>
>
>
>My database in not local, but on a separate server. I tried doing Google searches but the only thing that came up was this was a Vista issue. I wouldn't be surprised. I cannot even connect using Server Explorer. I was about to move all of my .NET deveopment to my Windows XP box, but I thought I would check with you first to see if you know of any known issues.
>
>What is strange about attempting to connect in Server Explorer is I can enter the server name and click the Test Connection and it displays the connection was successful. However, I know something is wrong because the database drop down is not being populated. I can connect to the server and the databases from my Vista machine within SSMS without any problems so I thought that would rule out any blocked ports.
>
>Let me know if you've seen or heard of this and if you have any suggestions. I'm out of ideas.

Make sure the sample application's app.config file has the Localize setting set to "False". It looks like the app is trying to open the Message table which contains localization strings. If you want localization turned on, you need to run the Localization database scripts as described in the MM .NET Dev Guide.

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform