Hi Semedao,
> I developed Outlook add-in with VS 2005 , everything work fine , until
the machine reboot unnormally , when I opened the solution again many
projects was not there !
Do you mean that after the machine reboot unnormally, you opened the
solution only to find that many projects couldn't load in the solution?
Maybe this is just a phenomenon that has no relation the problem. I know
that if we change the locations of the sub-projects and open the solution
in VS again, VS won't find the sub-projects. Is this the reason?
> Why the runtime looked for other version and how I can solve it ?
Maybe the reason is that you haven't rebuilt all the relevant sub-projects.
Is the setup project in the same solution? If yes, you could rebuild the
setup project to rebuild all the relevant sub-projects one by one. To do
this, right click the setup project in the Solution Explorer and select
Rebuild command from the shortcut menu. Then you may reinstall the add-in
program.
Please try my suggestion and let me know the result.
Sincerely,
Linda Liu
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
semedao - 21 Aug 2006 12:33 GMT
Hi Linda,
first thank you for the answer.
but I already solve it , I try all what your suggestions , but what solve it
in the end was:
1. because of the re-adding of the project , for some reason , the
configuration changed from debug to release..
so I changed it back to debug.
2. I changed the all project assmebly version to higher version.
I write it here , for others that will have the same problem :)
thanks
> Hi Semedao,
>
[quoted text clipped - 45 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.