Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a new Nuget build #3

Open
chillitom opened this issue Jun 6, 2013 · 7 comments
Open

Provide a new Nuget build #3

chillitom opened this issue Jun 6, 2013 · 7 comments
Assignees

Comments

@chillitom
Copy link
Contributor

No description provided.

@ghost ghost assigned chillitom Jun 6, 2013
@SebastianStehle
Copy link

+1

@Crisfole
Copy link

Currently broken. From the Package Manager Console:

Install-Package Noesis.Javascript
Installing 'Noesis.Javascript 0.7.1.0'.
Successfully installed 'Noesis.Javascript 0.7.1.0'.
Adding 'Noesis.Javascript 0.7.1.0' to MyCompany.Web.
Successfully added 'Noesis.Javascript 0.7.1.0' to MyCompany.Web.
The names of some imported commands from the module 'VS' include unapproved verbs that might make them less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the Verbose parameter. For a list of approved verbs, type Get-Verb.
Exception calling "AddFromFileCopy" with "1" argument(s): "Exception calling "InvokeMethod" with "3" argument(s): "Unable to add 'msvcp100.dll'. A file with that name already exists.""
At C:...\MyCompany.Web\packages\Noesis.Javascript.0.7.1.0\tools\net40\VS.psm1:129 char:2

  • $newitem = (Get-Interface $item.ProjectItems "EnvDTE.ProjectItems").AddFromFile ...
    
  • CategoryInfo : NotSpecified: (:) [], MethodInvocationException
  • FullyQualifiedErrorId : ScriptMethodRuntimeException

You cannot call a method on a null-valued expression.
At C:....\MyCompany.Web\packages\Noesis.Javascript.0.7.1.0\tools\net40\VS.psm1:130 char:2

  • $newitem.Properties.Item("ItemType").Value = $itemtype
    
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (:) [], RuntimeException
    • FullyQualifiedErrorId : InvokeMethodOnNull

Exception calling "AddFromFileCopy" with "1" argument(s): "Exception calling "InvokeMethod" with "3" argument(s): "Unable to add 'msvcr100.dll'. A file with that name already exists.""
At C:...\MyCompany.Web\packages\Noesis.Javascript.0.7.1.0\tools\net40\VS.psm1:129 char:2

  • $newitem = (Get-Interface $item.ProjectItems "EnvDTE.ProjectItems").AddFromFile ...
    
  • CategoryInfo : NotSpecified: (:) [], MethodInvocationException
  • FullyQualifiedErrorId : ScriptMethodRuntimeException

You cannot call a method on a null-valued expression.
At C:...\MyCompany.Web\packages\Noesis.Javascript.0.7.1.0\tools\net40\VS.psm1:130 char:2

  • $newitem.Properties.Item("ItemType").Value = $itemtype
    
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (:) [], RuntimeException
    • FullyQualifiedErrorId : InvokeMethodOnNull

Matched againt ..\packages\Noesis.Javascript.0.7.1.0\lib\net40\x86\Noesis.Javascript.dll
hintPath = ..\packages\Noesis.Javascript.0.7.1.0\lib\net40\x86\Noesis.Javascript.dll
condition = '$(PlatformTarget)' == 'x86'

@Rast1234
Copy link
Contributor

Rast1234 commented Mar 3, 2015

I've managed to build it! (x64 only, MSVC2010 or MSVC2013) :) Does anyone need binaries or instructions?

@oliverbock
Copy link
Contributor

Hi Rast1234, please do post any notes you made along the way, and please offer any changes you had to make as a pull request.

@Rast1234
Copy link
Contributor

Rast1234 commented Mar 5, 2015

@oliverbock ok i'll do it in the nearest future.

@Rast1234 Rast1234 mentioned this issue Mar 11, 2015
@Rast1234
Copy link
Contributor

@oliverbock please see #19

@oliverbock
Copy link
Contributor

I am working on updating JavaScript.Net to a recent version of v8. If anyone has credentials (and .nuspec file) for the existing nuget package then I will upgrade that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants