Click here to Skip to main content
15,907,497 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi My program has a problem. I don't know how to fix it. Please Give me A HAND .
Everything, in my code, is OK. Just when it wants to run, this error appears.

Error message : "Unable to attach. The 32-bit version of the Visual Studio Remote Debugging Monitor(MSVSMON.EXE) can not be used to debug 64-bit processes or 64-bit dumps. Please use the 64-bit version instead."

To understand the main problem, I create an ASP.NET Empty Web App, It correctly runs. But When I checked Silverlight in [Properties->Web-> Debugger] It shows that error again. Why this error occurs????? What's wrong with silverlight?????????

I'v installed VS2010 Ultimate edition SP1 On Win7 x64, i looked carefully, it has both, Remote debugger for x64 and x86.
Posted
Updated 12-Aug-12 11:58am
v5
Comments
[no name] 10-Aug-12 14:55pm    
"Please use the 64-bit version instead"
S.Roshan 10-Aug-12 15:12pm    
I'v installed VS2010 Ultimate edition, i looked carefully, it has both, Remote debugger for x64 and x86. I think I don't know how to say it that it must use x64 instead of x86.
Sergey Alexandrovich Kryukov 10-Aug-12 15:17pm    
How? Please see my answer.
--SA

s7_roshan asked:
I'v installed VS2010 Ultimate edition, i looked carefully, it has both, Remote debugger for x64 and x86. I think I don't know how to say it that it must use x64 instead of x86.
Please see the project Properties, Build tab, Platform target. I would advise you know your tools before doing a project.

—SA
 
Share this answer
 
Comments
S.Roshan 10-Aug-12 16:12pm    
Thank you 4 ur help.i changed platform target to x64. But unfortunately it doeasn't work yet.

Sergey Alexandrovich Kryukov 10-Aug-12 16:33pm    
Another 64-bit platform is IA-64 a.k.a. "Itanium". It should always match you instruction-set architecture -- all 64-bit architectures are compatible with x86, but not to each other.
Anyway, I answered your question, and the rest if it is your business...
--SA
S.Roshan 10-Aug-12 16:40pm    
Dear Sergey,
I've already checked both, but none of them worked. By the way, thank you for the consideration
Sergey Alexandrovich Kryukov 10-Aug-12 16:50pm    
My pleasure.
--SA
If you haven't already done so, download Microsoft Visual Studio 2010 Remote Debugger[^]

How to: Set Up Remote Debugging[^]

Best regards
Espen Harlinn
 
Share this answer
 
Comments
S.Roshan 11-Aug-12 10:08am    
Thank you, I did it, (whole the instructions that were in msdn) but unluckily the error appears again
Espen Harlinn 11-Aug-12 10:28am    
Firewall trouble?
S.Roshan 11-Aug-12 10:36am    
I checked all. ( I try it also by turning the firewall off) and I've added specific ports TCP & UDP as I read in msdn ,
It's really driving me crazy. This project is very important for me.

Maybe I must mention that, I started this project in Win XP x86, and then I changed it to Win7 x64, In your opinion, Can it be occurred because of this???
Espen Harlinn 11-Aug-12 12:26pm    
That shouldn't be a problem
S.Roshan 11-Aug-12 13:21pm    
To understand the main problem, I create an ASP.NET Empty Web App, It correctly runs.
But When I checked Silverlight in [Properties->Web-> Debugger] It shows that error again.
Now could you please tell me what the problem is?
I'm so sorry to bother you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900