المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Works from Visual Studio only



C# Programming
04-12-2011, 03:00 PM
Hi,

Please help me with this weird problem:

- I have a C# application that works fine from Visual Studio (both Debug & Release).
- Works fine on some client machines.
- But hangs at a point (where a VB DLL is called) on some some machines.
- I was trying to research and made some changes like 'Enable ClickOnce' and removed all references to external dlls and re-built the project again.
. Now it still works from Visual Studio
. but hangs when installed and run from Program Files on my machine as well.

Basically, I was able to reproduce what is happening on some client machines. But I'm lost as to what is making it to wait. And how to fix it. The VB dlls are from legacy applications and I'm referencing them by browsing and copying to local.

I'm using XP, 32bit, Visual Studio 2005.

Thanks!
Ap