getgauge / gauge-csharp

Csharp runner for Gauge
https://gauge.org
GNU General Public License v3.0
33 stars 21 forks source link

problems in running visual studio plugin #149

Closed alonye closed 5 years ago

alonye commented 6 years ago

Hello! i posted another issue just a minute ago. I'm having trouble with the VS plugin. I click tools -> extensions and updates -> online -> type "gauge" -> download and install Gauge plugin for Visual Studio. after restarting VS I get this window: image

Then, when I click File -> New -> Project and choose: Installed -> Templates -> Visual C# -> Windows -> Test: I can see Unit Test Project only.
I should see: Gauge Test Project

What do I need to do to open a gauge project? Thanks!

Gauge version

Gauge version: 1.0.0
Commit Hash: 5a99965

Plugins
-------
csharp (0.10.4)
html-report (4.0.5)
screenshot (0.0.1)
sriv commented 6 years ago

You need to install Gauge Templates to create new Gauge Projects.

As for the error, can you verify the ActivityLog.xml (the path is shown in the alert you posted). This will have a stacktrace of the error. That will help us identify and fix the issue. Thanks!

alonye commented 6 years ago

Hi, Thank you for your answer. After downloading the file from the link you provided, i tried to install it and got the message: image

When I click view install log, I get this file: VSIXInstaller_297cd4d2-7b3f-49c3-803a-626ba6e217b6.log

As fot the This is the ActivityLog.xml file: ActivityLog.log

sriv commented 6 years ago

what version of visual studio are you getting this error?

alonye commented 6 years ago

2017 community

On Mon, Aug 27, 2018 at 9:07 AM Srikanth notifications@github.com wrote:

what version of visual studio are you getting this error?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/getgauge/gauge-csharp/issues/149#issuecomment-416124010, or mute the thread https://github.com/notifications/unsubscribe-auth/AoopS5fcm-9MvZHA-Oy5MMjhOCWkPXYcks5uU4y8gaJpZM4WHjAL .

sriv commented 6 years ago

Sorry, I thought you were on VS2015, since your original post's path indicated this structure : ...VisualStudio\14.0\.... 14.0 is the version for VS2015.

I will investigate this on vs2017 in some time, I don't have windows at the moment.

The Gauge Templates are available only for vs2015. We will make a release supporting VS2017 soon.

If you can, could you check running this on VS2015? That's help isolate the cause of the problem. Thanks.

sswaroopgupta commented 6 years ago

The template for VS 2017 issue can be tracked as a part of https://github.com/getgauge-contrib/gauge-visualstudio-templates/issues/1

Apoorva-GA commented 5 years ago

Should be fixed as part of https://github.com/getgauge-contrib/gauge-visualstudio-templates/issues/1

Debashis9012 commented 5 years ago

This issue has been verified and found fixed.