PureMorning Posted August 16, 2003 Posted August 16, 2003 I've written a program for connection to a sql database over the internet and it works just fine on my computer which has .net visual studio installed on it. Updates, Inserts, Deletes, everything works. However, when I try to run it on another machine which has XP and the .NET framework package installed on it, I get the Application Error message: 'The application failed to initialize properly (0xc0000135). ' If anyone could point me in some direction to fix this, that would be greatly greatly greatly appreciated. Quote
Moderators Robby Posted August 16, 2003 Moderators Posted August 16, 2003 The other PC may have a firewall blocking access to the remote SQL Server. Quote Visit...Bassic Software
PureMorning Posted August 16, 2003 Author Posted August 16, 2003 This is not the case because the other PC is my other PC hooked up to the same network that I am on. I'm told that I might need to install some type of SQL desktop engine on the PC for the app to function. Thanks. Quote
Moderators Robby Posted August 16, 2003 Moderators Posted August 16, 2003 Where is the connection string pointing? To a local or remote database? Quote Visit...Bassic Software
PureMorning Posted August 16, 2003 Author Posted August 16, 2003 the connection string is to the remote server. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.