[xwiki-users] XOffice : Which (how) .Net version ?
Hi, In order to debug my connection too XE 2.2 from Word and because it is impossible to tcpdump 127.0.0.1 on Windows I installed a proxy in order to see what is wrong with my connection string. Now that I want to reinstall XOffice_1_1_M2.exe I get the following message : "Name: From: http://xoffice.xwiki.org/xwiki/bin/download/Repository/WebHome/XWord1.1.zip/... "The required version of the .NET Framework is not installed on this computer." ************** Exception Text ************** Microsoft.VisualStudio.Tools.Applications.Deployment.InstallAddInFailedException: "The required version of the .NET Framework is not installed on this computer." at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn() at Microsoft.VisualStudio.Tools.Office.Runtime.SolutionInstaller.<>c__DisplayClass7.<Install>b__0()" As I have .Net v1.0.3705, v1.1.4322, v2.0.50727, v3.0 and v3.5 which version do I need to "register" (how would be nice too) to get XOffice running ? Thanks Simon Glet
Hi Simon, XOffice runs on .net 3.5. If .net 3.5 is not found on your computer then it is automatically downloaded and installed by the XOffice installer. There's definitely something wrong there, since you should never get that message. I never had this problem but I think this is probably an wrong error message of the installer. From what I understand you already had XOffice on the machine, so in this case there shouldn't be anything wrong with your .net install. First thing to do is to make sure you uninstalled XOffice 1.0 before installing 1.1 M2 and that your firewall doesn't stop the installer from accessing xwiki.org and the Microsoft sites. I'm not sure how the installer and XOffice itself handle the proxy, there could be issues with it. This can be easily implemented but I didn't get the time to do it yet. Florin Ciubotaru On 2/23/2010 4:01 PM, Simon Glet wrote:
Hi,
In order to debug my connection too XE 2.2 from Word and because it is impossible to tcpdump 127.0.0.1 on Windows I installed a proxy in order to see what is wrong with my connection string.
Now that I want to reinstall XOffice_1_1_M2.exe I get the following message :
"Name: From: http://xoffice.xwiki.org/xwiki/bin/download/Repository/WebHome/XWord1.1.zip/...
"The required version of the .NET Framework is not installed on this computer."
************** Exception Text ************** Microsoft.VisualStudio.Tools.Applications.Deployment.InstallAddInFailedException: "The required version of the .NET Framework is not installed on this computer." at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn() at Microsoft.VisualStudio.Tools.Office.Runtime.SolutionInstaller.<>c__DisplayClass7.<Install>b__0()"
As I have .Net v1.0.3705, v1.1.4322, v2.0.50727, v3.0 and v3.5 which version do I need to "register" (how would be nice too) to get XOffice running ?
Thanks Simon Glet _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On 02/23/2010 04:04 PM, Florin Ciubotaru wrote:
Hi Simon,
XOffice runs on .net 3.5. If .net 3.5 is not found on your computer then it is automatically downloaded and installed by the XOffice installer. There's definitely something wrong there, since you should never get that message. I never had this problem but I think this is probably an wrong error message of the installer. From what I understand you already had XOffice on the machine, so in this case there shouldn't be anything wrong with your .net install. First thing to do is to make sure you uninstalled XOffice 1.0 before installing 1.1 M2 and that your firewall doesn't stop the installer from accessing xwiki.org and the Microsoft sites. I'm not sure how the installer and XOffice itself handle the proxy, there could be issues with it. This can be easily implemented but I didn't get the time to do it yet.
Another user reported this problem sometime ago on IRC, and he pointed to some help page from MS which indicated that there's a bug in the VS compiler, present in one of their beta versions. I don't remember the exact details, but the problem is a missing configuration file inside the installer.
On 2/23/2010 4:01 PM, Simon Glet wrote:
Hi,
In order to debug my connection too XE 2.2 from Word and because it is impossible to tcpdump 127.0.0.1 on Windows I installed a proxy in order to see what is wrong with my connection string.
Now that I want to reinstall XOffice_1_1_M2.exe I get the following message :
"Name: From: http://xoffice.xwiki.org/xwiki/bin/download/Repository/WebHome/XWord1.1.zip/...
"The required version of the .NET Framework is not installed on this computer."
************** Exception Text ************** Microsoft.VisualStudio.Tools.Applications.Deployment.InstallAddInFailedException: "The required version of the .NET Framework is not installed on this computer." at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn() at Microsoft.VisualStudio.Tools.Office.Runtime.SolutionInstaller.<>c__DisplayClass7.<Install>b__0()"
As I have .Net v1.0.3705, v1.1.4322, v2.0.50727, v3.0 and v3.5 which version do I need to "register" (how would be nice too) to get XOffice running ?
-- Sergiu Dumitriu http://purl.org/net/sergiu/
Hi Florin, The proxy is not used by XOffice's installer but just in case I shut it down and the problem remains. The major change on my machine is that since the last time I tested XOffice, I installed Visual Studio 2008 Pro and it's SP1.
From this http://blogs.msdn.com/vsto/archive/2009/05/07/issues-with-installing-vsto-pr... it seems to be a known problem. In my case the FrameworkList.xml file doesn't have the right size so something is obviously missing.
Thanks Simon Glet On Tue, Feb 23, 2010 at 10:04 AM, Florin Ciubotaru <[email protected]> wrote:
Hi Simon,
XOffice runs on .net 3.5. If .net 3.5 is not found on your computer then it is automatically downloaded and installed by the XOffice installer. There's definitely something wrong there, since you should never get that message. I never had this problem but I think this is probably an wrong error message of the installer. From what I understand you already had XOffice on the machine, so in this case there shouldn't be anything wrong with your .net install. First thing to do is to make sure you uninstalled XOffice 1.0 before installing 1.1 M2 and that your firewall doesn't stop the installer from accessing xwiki.org and the Microsoft sites. I'm not sure how the installer and XOffice itself handle the proxy, there could be issues with it. This can be easily implemented but I didn't get the time to do it yet.
Florin Ciubotaru
On 2/23/2010 4:01 PM, Simon Glet wrote:
Hi,
In order to debug my connection too XE 2.2 from Word and because it is impossible to tcpdump 127.0.0.1 on Windows I installed a proxy in order to see what is wrong with my connection string.
Now that I want to reinstall XOffice_1_1_M2.exe I get the following message :
"Name: From: http://xoffice.xwiki.org/xwiki/bin/download/Repository/WebHome/XWord1.1.zip/...
"The required version of the .NET Framework is not installed on this computer."
************** Exception Text ************** Microsoft.VisualStudio.Tools.Applications.Deployment.InstallAddInFailedException: "The required version of the .NET Framework is not installed on this computer." at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn() at Microsoft.VisualStudio.Tools.Office.Runtime.SolutionInstaller.<>c__DisplayClass7.<Install>b__0()"
As I have .Net v1.0.3705, v1.1.4322, v2.0.50727, v3.0 and v3.5 which version do I need to "register" (how would be nice too) to get XOffice running ?
Thanks Simon Glet _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi, Just found that msdn page too after seeing Sergiu's tip. Looks that the problem is on my side since I published the binaries from a Win7 RC machine. I'll republish them tomorrow morning from another machine. In order to avoid this, the publishing should be done by hudson. This is just another reason to ping the community infrastructure admins for: http://jira.xwiki.org/jira/browse/XWPLT-174 -- View this message in context: http://n2.nabble.com/XOffice-Which-how-Net-version-tp4619189p4620150.html Sent from the XWiki- Users mailing list archive at Nabble.com.
I am looking forward to the next release ! Thanks Simon Glet On Tue, Feb 23, 2010 at 11:58 AM, Florin Ciubotaru <[email protected]> wrote:
Hi,
Just found that msdn page too after seeing Sergiu's tip. Looks that the problem is on my side since I published the binaries from a Win7 RC machine. I'll republish them tomorrow morning from another machine.
In order to avoid this, the publishing should be done by hudson. This is just another reason to ping the community infrastructure admins for: http://jira.xwiki.org/jira/browse/XWPLT-174 -- View this message in context: http://n2.nabble.com/XOffice-Which-how-Net-version-tp4619189p4620150.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (3)
-
Florin Ciubotaru -
Sergiu Dumitriu -
Simon Glet