Program does not run on computer without VS2005

2 views
Skip to first unread message

cppquester

unread,
May 9, 2008, 11:03:13 AM5/9/08
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
I created a solution which contains
C# projects
and one C++ project with partly managed C++ code.

The program (release version) runs on my machine, but on another
machine without VS2005 it does not run.
Even when I copy the whole solution tree.

dotnet runtime 2.0 and vcredist are installed on the other machine.

The program just does not start. No error, no messages at all.
Same when run from command window.

When I profile with Depends
it exits with
...Exited "C:\path\program" (process 0x2D4) with code 1282 (0x502) by
thread 1.

Does anybody has a clue what is going on?
Or what to check?

Thanks,
Marc








Wek

unread,
May 10, 2008, 12:59:52 PM5/10/08
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
You should try to rebuild-it, and if it doesn't works, you can verify
if the program does really starts with the task manager.

Also you can check what things are in your pc and verify if they are
in the another machine, and if it can affect the app, like Windows
Updates, something installed by VS...

daya7

unread,
May 12, 2008, 1:49:06 AM5/12/08
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
It should work. VS is not the matter.
u ensure,
1. dot net version u have installed is having all the files.
2. dependency path & file name shd match.
3. Click of exe will launching the appl in another machine too.

- daya

cppquester

unread,
May 13, 2008, 9:51:05 AM5/13/08
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
Thanks for the replies.
FYI:
The problem was that I just forgot to setup the needed ODBC
connection.
Even though I find it not satisfying, that the program just does not
start, no
error no warning, nothing.

Marc
Reply all
Reply to author
Forward
0 new messages