kunzmi / managedCuda

ManagedCUDA aims an easy integration of NVidia's CUDA in .net applications written in C#, Visual Basic or any other .net language.
Other
449 stars 80 forks source link

nuget is not working for me #7

Closed AeroClassics closed 8 years ago

AeroClassics commented 8 years ago

I have tried both the 7.5 standalone and x64 versions and I get the following error: image

It leaves a packages.config file but VS2013 never tries to get the package when I build. The package.config file looks like this:

<?xml version="1.0" encoding="utf-8"?>

Not being an expert with the inner workings of VS and its interaction with nuget I am not sure what is going on. In the NuGet Cache I do see both packages.

Thanks! Douglas R Jones

kunzmi commented 8 years ago

Have you removed all the manual references to managedCuda first? The packages should be referenced as you install them / add them with Nuget. Have you tried other nuget packages to see if it is a general nuget problem?

AeroClassics commented 8 years ago

Hi, Actually I did and it seems there may be a nuget problem. I have pulled the latest nuget from nuget.org and I am going through thesolution and ensuring that there are no references to managedCuda and no package folders around. I am just about done with that and I will give it a shot.

Best Regards, Doug

Douglas R. Jones Sr. Software Eng./AdVISE Product Mgr. Rohde & Schwarz USA, Inc. 1500 Lakeside Pkwy. Suite 100 Flower Mound, TX 75238 , Mobile: +1 214-601-3301 Office: +1 469-713-5344 E-Mail: Doug.Jones@rsa.rohde-schwarz.com Website: http://www.rohde-schwarz.com/

From: Michael Kunz notifications@github.com To: kunzmi/managedCuda managedCuda@noreply.github.com, Cc: AeroClassics doug.jones@rsa.rohde-schwarz.com Date: 01/07/2016 12:11 Subject: [Newsletter] Re: [managedCuda] nuget is not working for me (#7)

Have you removed all the manual references to managedCuda first? The packages should be referenced as you install them / add them with Nuget. Have you tried other nuget packages to see if it is a general nuget problem? ? Reply to this email directly or view it on GitHub.

AeroClassics commented 8 years ago

Michael, Cleaned everything off and tried from the PM console. I get this:

Something is definitely screwy.

Best Regards, Doug

Douglas R. Jones Sr. Software Eng./AdVISE Product Mgr. Rohde & Schwarz USA, Inc. 1500 Lakeside Pkwy. Suite 100 Flower Mound, TX 75238 , Mobile: +1 214-601-3301 Office: +1 469-713-5344 E-Mail: Doug.Jones@rsa.rohde-schwarz.com Website: http://www.rohde-schwarz.com/

From: Michael Kunz notifications@github.com To: kunzmi/managedCuda managedCuda@noreply.github.com, Cc: AeroClassics doug.jones@rsa.rohde-schwarz.com Date: 01/07/2016 12:11 Subject: [Newsletter] Re: [managedCuda] nuget is not working for me (#7)

Have you removed all the manual references to managedCuda first? The packages should be referenced as you install them / add them with Nuget. Have you tried other nuget packages to see if it is a general nuget problem? ? Reply to this email directly or view it on GitHub.

kunzmi commented 8 years ago

Sorry, can't see what the error is. Can you post it again as text?

AeroClassics commented 8 years ago

Fixed and working. Turns out it is a bug in NuGet. Running this command regsvr32 "C:\Program Files (x86)\Common Files\microsoft shared\MSEnv\VsLangproj.olb" fixed the problem

Best Regards, Doug

Douglas R. Jones Sr. Software Eng./AdVISE Product Mgr. Rohde & Schwarz USA, Inc. 1500 Lakeside Pkwy. Suite 100 Flower Mound, TX 75238 , Mobile: +1 214-601-3301 Office: +1 469-713-5344 E-Mail: Doug.Jones@rsa.rohde-schwarz.com Website: http://www.rohde-schwarz.com/

From: Michael Kunz notifications@github.com To: kunzmi/managedCuda managedCuda@noreply.github.com, Cc: AeroClassics doug.jones@rsa.rohde-schwarz.com Date: 01/07/2016 12:46 Subject: [Newsletter] Re: [managedCuda] nuget is not working for me (#7)

Sorry, can't see what the error is. Can you post it again as text? ? Reply to this email directly or view it on GitHub.