Is this the early Beta that was released to the insiders or the official beta that was released? There was an issue with the installer of the first beta we made available to the insiders, but the issue was addressed in the final build. Do you see any error
events being logged in the Windows Event Viewer?
I downloaded this package form Microsoft website , and here is the event viewers log
Product: Microsoft ASP.NET MVC Beta -- Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.
Action VisualStudio_VSSetup_Command, location: C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe, command: /setup
Hosam Kamel Remember to click on Mark as answer on the post that helped you
Have you seen any events being logged by the Cryptographic Services, event ID 513 and event source CAPI2? The event details might contain a message such as "Cryptographic Services failed while processing the OnIdentity() call in the System Writer Object".
If this is the case, you can try and restart the Cryptographic Service and then reinstall.
Another thing you can try is to just run devenv.exe /setup /log <logfile> from a command prompt. Note that you need to create <logfile> before running the command. In some instances, broken templates can result in the command
failing because it enumerates all the templates in Visual Studio and having a log file might provide some insight into whether or not this is the case.
Description:
Error in Template (C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\VisualBasic\Web\MVC\1033\MvcViewUserControlItemTemplateBeta.vb.zip), file (MvcViewUserControlItemTemplate.vb.vstemplate). Unregistered ProjectType (VisualBasic). This
can be caused by an incorrect ProjectType or because the project type package is not installed.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Visual Studio - VsTemplate" />
<EventID Qualifiers="49152">1</EventID>
<Level>3</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2008-10-17T23:13:47.000Z" />
<EventRecordID>14976</EventRecordID>
<Channel>Application</Channel>
<Security />
</System>
<EventData>
<Data>Error in Template (C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\VisualBasic\Web\MVC\1033\MvcViewUserControlItemTemplateBeta.vb.zip), file (MvcViewUserControlItemTemplate.vb.vstemplate). Unregistered ProjectType (VisualBasic).
This can be caused by an incorrect ProjectType or because the project type package is not installed.</Data>
</EventData>
</Event>
Hosam Kamel Remember to click on Mark as answer on the post that helped you
FYI, I was able to get around this issue by uninstalling a number of addins, with Silverlight 2.0 Tools being the primary suspect. Other addins that were removed: Gaia Ajax Widgets, Spec# and VSTO.
I had this problem as well but then I tried re-installing it and it worked fine. It might be worth restarting your machine - especially after removing Preview 5 before trying to get the Beta installed.
HosamKamel
Star
9551 Points
1391 Posts
MVC Beta version instllation issue
Oct 17, 2008 01:10 PM|LINK
I'm facing the following issue while installing the new MVC beta version , I've already removed the previous version:
- The installtion started then getting inerupted and and error message with the following message appears :
" There is a problem with this windows installer package.
A program run as part of the setup did not finished as expected. Contact your support personnel or package vendor. "
MVC BETA
Remember to click on Mark as answer on the post that helped you
jeloff
Contributor
2493 Points
432 Posts
Microsoft
Re: MVP Beta version instllation issue
Oct 17, 2008 04:04 PM|LINK
Hi Hosam
Is this the early Beta that was released to the insiders or the official beta that was released? There was an issue with the installer of the first beta we made available to the insiders, but the issue was addressed in the final build. Do you see any error events being logged in the Windows Event Viewer?
Jacques
HosamKamel
Star
9551 Points
1391 Posts
Re: MVP Beta version instllation issue
Oct 17, 2008 04:21 PM|LINK
Hello jeloff ,
I downloaded this package form Microsoft website , and here is the event viewers log
Product: Microsoft ASP.NET MVC Beta -- Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action VisualStudio_VSSetup_Command, location: C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe, command: /setup
Remember to click on Mark as answer on the post that helped you
jeloff
Contributor
2493 Points
432 Posts
Microsoft
Re: MVP Beta version instllation issue
Oct 17, 2008 04:40 PM|LINK
Hi
Have you seen any events being logged by the Cryptographic Services, event ID 513 and event source CAPI2? The event details might contain a message such as "Cryptographic Services failed while processing the OnIdentity() call in the System Writer Object". If this is the case, you can try and restart the Cryptographic Service and then reinstall.
Another thing you can try is to just run devenv.exe /setup /log <logfile> from a command prompt. Note that you need to create <logfile> before running the command. In some instances, broken templates can result in the command failing because it enumerates all the templates in Visual Studio and having a log file might provide some insight into whether or not this is the case.
Jacques
HosamKamel
Star
9551 Points
1391 Posts
Re: MVP Beta version instllation issue
Oct 17, 2008 11:19 PM|LINK
Hello Jeloff,
- It's not related to the cryptographic services.
- But I've noticed that a lot of warning with this message
Log Name: Application
Source: Visual Studio - VsTemplate
Date: 10/18/2008 1:13:47 AM
Event ID: 1
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Description:
Error in Template (C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\VisualBasic\Web\MVC\1033\MvcViewUserControlItemTemplateBeta.vb.zip), file (MvcViewUserControlItemTemplate.vb.vstemplate). Unregistered ProjectType (VisualBasic). This can be caused by an incorrect ProjectType or because the project type package is not installed.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Visual Studio - VsTemplate" />
<EventID Qualifiers="49152">1</EventID>
<Level>3</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2008-10-17T23:13:47.000Z" />
<EventRecordID>14976</EventRecordID>
<Channel>Application</Channel>
<Security />
</System>
<EventData>
<Data>Error in Template (C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\VisualBasic\Web\MVC\1033\MvcViewUserControlItemTemplateBeta.vb.zip), file (MvcViewUserControlItemTemplate.vb.vstemplate). Unregistered ProjectType (VisualBasic). This can be caused by an incorrect ProjectType or because the project type package is not installed.</Data>
</EventData>
</Event>
Remember to click on Mark as answer on the post that helped you
mnmr
Member
7 Points
11 Posts
Re: MVP Beta version instllation issue
Oct 19, 2008 01:12 AM|LINK
FYI, I was able to get around this issue by uninstalling a number of addins, with Silverlight 2.0 Tools being the primary suspect. Other addins that were removed: Gaia Ajax Widgets, Spec# and VSTO.
chrisntr
Member
26 Points
14 Posts
Re: MVP Beta version instllation issue
Oct 19, 2008 06:24 PM|LINK
I had this problem as well but then I tried re-installing it and it worked fine. It might be worth restarting your machine - especially after removing Preview 5 before trying to get the Beta installed.
Good luck!
ChrisNTR