Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

2 Pages12>
Can't install VS2010 version
TheCodeJunkie
#1 Posted : Friday, May 13, 2011 1:49:36 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 5/11/2011(UTC)
Posts: 6
Location: Sweden

Was thanked: 1 time(s) in 1 post(s)
Hi,

I downloaded the office 2010 version and tried to install it on my work machine (Win 7 x64, VS2010 SP1, in a domain) and it says that I need to have VS2010 installed (which I have). When I did the same at home it worked just fine, on the same setup except for the domain.

I did check the following registry keys

HKLM\Software\Microsoft\VisualStudio\10.0\ApplicationID
HKLM\Software\Microsoft\VisualStudio\10.0\InstallDir

and they looked OK and VS2010 is installed in the correct (standard) path.

Thanks
Remco
#2 Posted : Friday, May 13, 2011 5:22:00 PM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,976

Thanks: 931 times
Was thanked: 1257 time(s) in 1170 post(s)
Hi -

Thanks for posting about this. I've speculatively identified an issue with the installer that could cause this - I'm still not completely sure why it's impacted the one machine (and not others), but I'll definitely try to include a fix in the next beta build.

The VS2010 installer doesn't need to create any registry keys outside of the usual installer/uninstaller ones. This means that if you want to work around the problem, you can do so by copying the contents of the directory:

Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\Remco Software\NCrunch for Visual Studio 2010

... from your PC at home, to the equivalent directory of your PC at work.

On a more public note - if anyone else is experiencing this issue, please post here so that I can provide the raw files outside of the MSI for you to install manually.


Cheers,

Remco
Remco
#3 Posted : Tuesday, May 24, 2011 8:52:02 PM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,976

Thanks: 931 times
Was thanked: 1257 time(s) in 1170 post(s)
The 1.31b build just released contains some changes to the way the installer works in this area. Hopefully this will have resolved the above problem.
TheCodeJunkie
#4 Posted : Wednesday, May 25, 2011 3:44:24 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 5/11/2011(UTC)
Posts: 6
Location: Sweden

Was thanked: 1 time(s) in 1 post(s)
Afraid that I got the same result with 1.31b =/
Remco
#5 Posted : Wednesday, May 25, 2011 6:30:49 PM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,976

Thanks: 931 times
Was thanked: 1257 time(s) in 1170 post(s)
Damn.. I'll have a bit of a think about what could be doing this ...

Did the file copying workaround sort it out on your work PC?
Remco
#6 Posted : Thursday, June 9, 2011 6:18:06 AM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,976

Thanks: 931 times
Was thanked: 1257 time(s) in 1170 post(s)
If anyone else is experiencing this issue, could you please post the details here or in a private message to me? So far this seems to be an isolated case - but if others also have this problem then we may be able to work together to narrow it down and resolve it.

Cheers,

Remco
mjhilton
#7 Posted : Thursday, February 2, 2012 7:36:56 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 2/2/2012(UTC)
Posts: 3
Location: Sydney

Hi,

Digging up an old thread, I'm having this same issue:

Installer version 1.37b
Win7 x64 Enterprise, SP1 (on a domain also)
VS2010 Ultimate SP1 with the following Add-Ons:
- ReSharper 5 (5.1.3000.12)
- TFPT (3.3.40818.0)
- WP7.1 toolkit
- Productivity Power Tools
- NuGet

I checked those HKLM\Software\Microsoft\VisualStudio\10.0\ reg values as in the OP, but found they weren't there... Though I believe that for x64 they're actually supposed to be under HKLM\Software\Wow6432Node\Microsoft\VisualStudio\10.0 instead? (info from http://forums.nvidia.com...ex.php?showtopic=196496)

I tried creating the same values from Wow6432Node into the x86 node, but no love.

Any ideas?
Remco
#8 Posted : Thursday, February 2, 2012 8:48:27 PM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,976

Thanks: 931 times
Was thanked: 1257 time(s) in 1170 post(s)
Hi, thanks for posting.

This seems to be a very rare issue but you can work around it by installing NCrunch manually (using XCopy).

Do you have access to another computer where the installer runs successfully? If so, all you need to do is run the installer on this machine, then copy the contents of the directory:

\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\Remco Software\NCrunch for Visual Studio 2010

... into the same place on the system you're trying to install to. NCrunch should run without a hitch.

If you don't have access to another computer that the installer works on, please let me know and I'll make a .zip available for you.


Cheers,

Remco
mjhilton
#9 Posted : Thursday, February 2, 2012 9:57:53 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 2/2/2012(UTC)
Posts: 3
Location: Sydney

Unfortunately I don't have access to another, could I please get the zip?
Remco
#10 Posted : Friday, February 3, 2012 12:44:48 AM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,976

Thanks: 931 times
Was thanked: 1257 time(s) in 1170 post(s)
Sure - I've just made it available: http://files.ncrunch.net...unch_VS2010_1.37.46b.zip
mjhilton
#11 Posted : Friday, February 3, 2012 3:24:42 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 2/2/2012(UTC)
Posts: 3
Location: Sydney

Thanks for that... unfortunately, a wonderful company policy is blocking the zip file; but never mind, found a workaround. Extracted the files from the MSI using:

msiexec /a "<path to installer>" /qb TARGETDIR="<path to extract to>"

Then I created an "NCrunch" folder under c:\program files (x86)\microsoft visual studio 10.0\common7\ide\extensions, and dumped the results of the MSI extraction in there.

Restarted VS and bingo, all there!

Thanks for your help, hopefully these steps will help someone in the future as well.
Remco
#12 Posted : Friday, February 3, 2012 6:06:56 AM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,976

Thanks: 931 times
Was thanked: 1257 time(s) in 1170 post(s)
Awesome stuff. Thanks for sharing the tip about the MSI - I'm sure that will save a few people in future :)
perrella
#13 Posted : Thursday, March 29, 2012 11:24:07 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 3/29/2012(UTC)
Posts: 6
Location: Annapolis, MD

Thanks: 1 times
Was thanked: 1 time(s) in 1 post(s)
I have visual studio 2010 express (VB.net) installed on 32-bit Windows XP.
The VS 2010 installers (37b and above) complain that I don't have visual studio installed.

Any ideas why the installer wouldn't notice that I have VS 2010 installed?

I looked for the register keys - everything matches until *\VisualStudio\10.0\
after that point, I don't have an "installDir" or "applicationID" as in the original post.

I used the msiexec trick to extract to c:\ncrunch folder then copied into VS2010 as Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\Remco Software\NCrunch for Visual Studio 2010

However, when I startup VS2010 and look under tools|extension manager, I don't see anything but StructuredWCF.

Is there something else I need to do?


Remco
#14 Posted : Friday, March 30, 2012 1:31:00 AM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,976

Thanks: 931 times
Was thanked: 1257 time(s) in 1170 post(s)
Check whether the extracted files contain any zip files. Likely there will be a couple of these - one of the Gallio components, and another containing task runner executables. Try extracting these zips into the same directory to see if that makes any difference.

If that doesn't work, perhaps copy/paste a list of all the files you have in your NCrunch directory and I will cross-check them with a standard install.

To date I still haven't been able to replicate the installer problem described above. However, the installer NCrunch is using will likely be replaced later this year, so hopefully the issue will die a natural death.
1 user thanked Remco for this useful post.
perrella on 3/30/2012(UTC)
perrella
#16 Posted : Friday, March 30, 2012 2:42:27 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 3/29/2012(UTC)
Posts: 6
Location: Annapolis, MD

Thanks: 1 times
Was thanked: 1 time(s) in 1 post(s)
Just so you know, the gallio zip had been extracted but the testrunners had not.

here's the directory listing (just filenames in the extension directory below "remco":

NCrunch for Visual Studio 2010\1nCrunch.build.3.5.config
NCrunch for Visual Studio 2010\1nCrunch.build.4.0.config
NCrunch for Visual Studio 2010\1nCrunch.TaskRunner20.x86.exe.config
NCrunch for Visual Studio 2010\1nCrunch.TaskRunner40.x86.exe.config
NCrunch for Visual Studio 2010\AWSSDK.dll
NCrunch for Visual Studio 2010\clip
NCrunch for Visual Studio 2010\DevExpress.Data.v10.2.dll
NCrunch for Visual Studio 2010\DevExpress.Utils.v10.2.dll
NCrunch for Visual Studio 2010\DevExpress.XtraEditors.v10.2.dll
NCrunch for Visual Studio 2010\DevExpress.XtraTreeList.v10.2.dll
NCrunch for Visual Studio 2010\dte100.olb
NCrunch for Visual Studio 2010\dte80.olb
NCrunch for Visual Studio 2010\dte80a.olb
NCrunch for Visual Studio 2010\dte90.olb
NCrunch for Visual Studio 2010\dte90a.olb
NCrunch for Visual Studio 2010\EasyHook.dll
NCrunch for Visual Studio 2010\EasyHook32.dll
NCrunch for Visual Studio 2010\EnvDTE.dll
NCrunch for Visual Studio 2010\EnvDTE100.dll
NCrunch for Visual Studio 2010\EnvDTE80.dll
NCrunch for Visual Studio 2010\EnvDTE90.dll
NCrunch for Visual Studio 2010\EnvDTE90a.dll
NCrunch for Visual Studio 2010\extension.vsixmanifest
NCrunch for Visual Studio 2010\Gallio.dll
NCrunch for Visual Studio 2010\Gallio.gallioplugin
NCrunch for Visual Studio 2010\Gallio.GenericParsing.dll
NCrunch for Visual Studio 2010\Gallio.Host.Elevated.exe
NCrunch for Visual Studio 2010\Gallio.Host.Elevated.exe.config
NCrunch for Visual Studio 2010\Gallio.Host.Elevated.x86.exe
NCrunch for Visual Studio 2010\Gallio.Host.Elevated.x86.exe.config
NCrunch for Visual Studio 2010\Gallio.Host.exe
NCrunch for Visual Studio 2010\Gallio.Host.exe.config
NCrunch for Visual Studio 2010\Gallio.Host.x86.exe
NCrunch for Visual Studio 2010\Gallio.Host.x86.exe.config
NCrunch for Visual Studio 2010\Gallio.ReflectionShim.dll
NCrunch for Visual Studio 2010\Gallio.VisualStudio.Interop.dll
NCrunch for Visual Studio 2010\Gallio.xml
NCrunch for Visual Studio 2010\Gallio.XmlSerializers.dll
NCrunch for Visual Studio 2010\Gallio35.dll
NCrunch for Visual Studio 2010\Gallio35.gallioplugin
NCrunch for Visual Studio 2010\Gallio35.XML
NCrunch for Visual Studio 2010\Gallio40.dll
NCrunch for Visual Studio 2010\Gallio40.gallioplugin
NCrunch for Visual Studio 2010\Gallio40.XML
NCrunch for Visual Studio 2010\GallioComponents.zip
NCrunch for Visual Studio 2010\Global Assembly Cache Folder
NCrunch for Visual Studio 2010\ICSharpCode.SharpZipLib.dll
NCrunch for Visual Studio 2010\Ionic.Zip.dll
NCrunch for Visual Studio 2010\License.rtf
NCrunch for Visual Studio 2010\MbUnit.Compatibility.dll
NCrunch for Visual Studio 2010\MbUnit.Compatibility.gallioplugin
NCrunch for Visual Studio 2010\MbUnit.Compatibility.xml
NCrunch for Visual Studio 2010\MbUnit.dll
NCrunch for Visual Studio 2010\MbUnit.dll.tdnet
NCrunch for Visual Studio 2010\MbUnit.gallioplugin
NCrunch for Visual Studio 2010\MbUnit.xml
NCrunch for Visual Studio 2010\MbUnit35.dll
NCrunch for Visual Studio 2010\MbUnit35.gallioplugin
NCrunch for Visual Studio 2010\MbUnit35.xml
NCrunch for Visual Studio 2010\MbUnit40.dll
NCrunch for Visual Studio 2010\MbUnit40.gallioplugin
NCrunch for Visual Studio 2010\MbUnit40.xml
NCrunch for Visual Studio 2010\Microsoft.Cci.MetadataHelper.dll
NCrunch for Visual Studio 2010\Microsoft.Cci.MetadataHelper.xml
NCrunch for Visual Studio 2010\Microsoft.Cci.MetadataModel.dll
NCrunch for Visual Studio 2010\Microsoft.Cci.MetadataModel.xml
NCrunch for Visual Studio 2010\Microsoft.Cci.PdbReader.dll
NCrunch for Visual Studio 2010\Microsoft.Cci.PdbReader.xml
NCrunch for Visual Studio 2010\Microsoft.Cci.PeReader.dll
NCrunch for Visual Studio 2010\Microsoft.Cci.PeReader.xml
NCrunch for Visual Studio 2010\Microsoft.Cci.SourceModel.dll
NCrunch for Visual Studio 2010\Microsoft.Cci.SourceModel.xml
NCrunch for Visual Studio 2010\Microsoft.MSXML.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.CommandBars.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.ComponentModelHost.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.CoreUtility.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.Editor.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.OLE.Interop.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.ProjectAggregator.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.Settings.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.Shell.10.0.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.Shell.9.0.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.Shell.Immutable.10.0.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.Shell.Interop.10.0.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.Shell.Interop.8.0.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.Shell.Interop.9.0.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.Shell.Interop.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.Text.Data.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.Text.Logic.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.Text.UI.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.Text.UI.Wpf.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.TextManager.Interop.8.0.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.TextManager.Interop.dll
NCrunch for Visual Studio 2010\Microsoft.VisualStudio.VSHelp.dll
NCrunch for Visual Studio 2010\Mono.Cecil.dll
NCrunch for Visual Studio 2010\Mono.Cecil.Pdb.dll
NCrunch for Visual Studio 2010\nCrunch.build.3.5.config
NCrunch for Visual Studio 2010\nCrunch.build.4.0.config
NCrunch for Visual Studio 2010\nCrunch.Client.dll
NCrunch for Visual Studio 2010\nCrunch.Common.dll
NCrunch for Visual Studio 2010\nCrunch.Compiler.dll
NCrunch for Visual Studio 2010\nCrunch.Core.dll
NCrunch for Visual Studio 2010\nCrunch.GallioIntegration.dll
NCrunch for Visual Studio 2010\NCrunch.GallioIntegration.gallioplugin
NCrunch for Visual Studio 2010\nCrunch.InstallSteps.dll
NCrunch for Visual Studio 2010\nCrunch.JustMockProxyProcess.exe
NCrunch for Visual Studio 2010\nCrunch.Reflection.dll
NCrunch for Visual Studio 2010\nCrunch.TaskRunner.dll
NCrunch for Visual Studio 2010\nCrunch.TaskRunner20.x64.exe
NCrunch for Visual Studio 2010\nCrunch.TaskRunner20.x64.exe.config
NCrunch for Visual Studio 2010\nCrunch.TaskRunner20.x86.exe
NCrunch for Visual Studio 2010\nCrunch.TaskRunner20.x86.exe.config
NCrunch for Visual Studio 2010\nCrunch.TaskRunner40.x64.exe
NCrunch for Visual Studio 2010\nCrunch.TaskRunner40.x64.exe.config
NCrunch for Visual Studio 2010\nCrunch.TaskRunner40.x86.exe
NCrunch for Visual Studio 2010\nCrunch.TaskRunner40.x86.exe.config
NCrunch for Visual Studio 2010\nCrunch.TaskRunners.zip
NCrunch for Visual Studio 2010\nCrunch.TestExecution.dll
NCrunch for Visual Studio 2010\nCrunch.TestRuntime.dll
NCrunch for Visual Studio 2010\nCrunch.VSAddIn.dll
NCrunch for Visual Studio 2010\nCrunch.VSIntegration2010.dll
NCrunch for Visual Studio 2010\nCrunch.VSIntegration2010.pkgdef
NCrunch for Visual Studio 2010\NCrunch_VS2010_1.37.46b.msi
NCrunch for Visual Studio 2010\NHamcrest.dll
NCrunch for Visual Studio 2010\nunit.core.dll
NCrunch for Visual Studio 2010\nunit.core.interfaces.dll
NCrunch for Visual Studio 2010\Resources
NCrunch for Visual Studio 2010\RM.Product.Model.Client.dll
NCrunch for Visual Studio 2010\t
NCrunch for Visual Studio 2010\VSLangProj.dll
NCrunch for Visual Studio 2010\vslangproj.olb
NCrunch for Visual Studio 2010\VSLangProj2.dll
NCrunch for Visual Studio 2010\VSLangProj80.dll
NCrunch for Visual Studio 2010\vslangproj80.olb
NCrunch for Visual Studio 2010\vsmso.olb
NCrunch for Visual Studio 2010\Xunit
NCrunch for Visual Studio 2010\Global Assembly Cache Folder\NCrunch.Framework
NCrunch for Visual Studio 2010\Global Assembly Cache Folder\nCrunch.TestRuntime
NCrunch for Visual Studio 2010\Global Assembly Cache Folder\NCrunch.Framework\1.37.0.46_01D101BF6F3E0AEA
NCrunch for Visual Studio 2010\Global Assembly Cache Folder\NCrunch.Framework\1.37.0.46_01D101BF6F3E0AEA\NCrunch.Framework.dll
NCrunch for Visual Studio 2010\Global Assembly Cache Folder\nCrunch.TestRuntime\1.37.0.46_01D101BF6F3E0AEA
NCrunch for Visual Studio 2010\Global Assembly Cache Folder\nCrunch.TestRuntime\1.37.0.46_01D101BF6F3E0AEA\nCrunch.TestRuntime.dll
NCrunch for Visual Studio 2010\Resources\MbUnit.ico
NCrunch for Visual Studio 2010\Xunit\Latest
NCrunch for Visual Studio 2010\Xunit\v1.6.1
NCrunch for Visual Studio 2010\Xunit\Latest\EULA.txt
NCrunch for Visual Studio 2010\Xunit\Latest\Gallio.XunitAdapterLatest.dll
NCrunch for Visual Studio 2010\Xunit\Latest\Gallio.XunitAdapterLatest.gallioplugin
NCrunch for Visual Studio 2010\Xunit\Latest\Readme.txt
NCrunch for Visual Studio 2010\Xunit\Latest\Resources
NCrunch for Visual Studio 2010\Xunit\Latest\xunit.dll
NCrunch for Visual Studio 2010\Xunit\Latest\xunit.dll.tdnet
NCrunch for Visual Studio 2010\Xunit\Latest\xunit.extensions.dll
NCrunch for Visual Studio 2010\Xunit\Latest\xunit.extensions.xml
NCrunch for Visual Studio 2010\Xunit\Latest\xunit.xml
NCrunch for Visual Studio 2010\Xunit\Latest\Resources\xUnit.ico
NCrunch for Visual Studio 2010\Xunit\v1.6.1\EULA.txt
NCrunch for Visual Studio 2010\Xunit\v1.6.1\Gallio.XunitAdapter161.dll
NCrunch for Visual Studio 2010\Xunit\v1.6.1\Gallio.XunitAdapter161.gallioplugin
NCrunch for Visual Studio 2010\Xunit\v1.6.1\Readme.txt
NCrunch for Visual Studio 2010\Xunit\v1.6.1\Resources
NCrunch for Visual Studio 2010\Xunit\v1.6.1\xunit.dll
NCrunch for Visual Studio 2010\Xunit\v1.6.1\xunit.dll.tdnet
NCrunch for Visual Studio 2010\Xunit\v1.6.1\xunit.extensions.dll
NCrunch for Visual Studio 2010\Xunit\v1.6.1\xunit.extensions.xml
NCrunch for Visual Studio 2010\Xunit\v1.6.1\xunit.xml
NCrunch for Visual Studio 2010\Xunit\v1.6.1\Resources\xUnit.ico
Remco
#17 Posted : Friday, March 30, 2012 4:08:57 AM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,976

Thanks: 931 times
Was thanked: 1257 time(s) in 1170 post(s)
I don't see anything missing from the above files, so there must be something else going on here. Two more things to try:

Try running: Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe /setup

.. This will trigger VS to refresh its plugin cache and pick up any changes made. Normally VS2010 should do this automatically, but it's worth a shot in case something is wrong.

If that doesn't fix it, try loading VS with:

Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe /log c:\vs.log

This will launch VS while logging enabled, with the data stored at c:\vs.log. Scan through this log file to see if you can find any exceptions or anything that's NCrunch related - this can tell us whether the IDE is actually finding the plugin or if its failing to load for an undisclosed reason.
perrella
#18 Posted : Friday, March 30, 2012 2:01:48 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 3/29/2012(UTC)
Posts: 6
Location: Annapolis, MD

Thanks: 1 times
Was thanked: 1 time(s) in 1 post(s)
Interestingly, there is no devenv.exe file in my Common7/IDE directory (or anywhere else in my Visual studio 2010 folder). Perhaps this is a Visual Studio 2010 express issue?

Here's what I have:

DDConfigCA.exe
MakeZipExe.exe
mspdbsrv.exe
StorePID.exe
UserControlTestContainer.exe
vbexpress.exe
VCExpress.exe
VCSExpress.exe
vsdiag_regwcf.exe
vshost-clr2.exe
vshost.exe
vshost32-clr2.exe
vshost32.exe
VSIXInstaller.exe
VWDExpress.exe
WcfTestClient.exe

perrella
#19 Posted : Friday, March 30, 2012 2:10:47 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 3/29/2012(UTC)
Posts: 6
Location: Annapolis, MD

Thanks: 1 times
Was thanked: 1 time(s) in 1 post(s)
I also checked the startup log by running vbexpress.exe /log
I searched for "error", "exception", "unsuccessful", and "ncrunch". Nothing matched.
Remco
#20 Posted : Saturday, March 31, 2012 1:41:27 AM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,976

Thanks: 931 times
Was thanked: 1257 time(s) in 1170 post(s)
Ok - that is helpful.. it tells us that Visual Studio isn't looking for the NCrunch plugin/package at its installed location.

Can you tell me anything more about the version of Visual Studio you have installed? Which build is it? (i.e. Professional, Ultimate, etc). Also, is it installed to a different drive/directory other than the normal C:\Program Files?
perrella
#21 Posted : Sunday, April 1, 2012 7:47:00 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 3/29/2012(UTC)
Posts: 6
Location: Annapolis, MD

Thanks: 1 times
Was thanked: 1 time(s) in 1 post(s)
The operating system is Windows XP, 32-bit.

Here's the info from the Help | About dialog:

Microsoft Visual Studio 2010
Version 10.0.30319.1 RTMRel
Microsoft .NET Framework
Version 4.0.30319 RTMRel

Installed Version: VB Express

Microsoft Visual Basic 2010 01012-169-2510015-70572
Microsoft Visual Basic 2010


Please note that although I've installed C# on this machine, I use VisualStudio only with VB.net.

Users browsing this topic
Guest
2 Pages12>
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAF | YAF © 2003-2011, Yet Another Forum.NET
This page was generated in 0.164 seconds.
Trial NCrunch
Take NCrunch for a spin
Do your fingers a favour and supercharge your testing workflow
Free Download