peterhuene / sqlite-net-wp8

A C++/CX wrapper for SQLite functions that sqlite-net depends on. Can be used as an alternative to csharp-sqlite on Windows Phone 8. This library is released under the MIT license.
MIT License
74 stars 65 forks source link

Doesn't work with VS13 #26

Closed sarkanya closed 10 years ago

sarkanya commented 10 years ago

If i want to add the project to the solution Visual Studio 2013 freezes.

peterhuene commented 10 years ago

I'm unable to reproduce this problem on my Windows 8.1 VM with VS 2013 installed. Of course, Visual Studio hanging is a bug in Visual Studio, but did you install the extension from SQLite's download page (the extension doesn't yet appear to be in 2013's gallery)?

sarkanya commented 10 years ago

Yes, I installed from there. And when i'm trying to add the project it starts loading but it never finishes. In vs12 it works fine.

peterhuene commented 10 years ago

Can you open the sqlite-net-wp8 project without adding it to an existing solution? When VS hangs, do you get a Windows Error Reporting dialog saying VS is no longer responding or does it just go unresponsive indefinitely?

sarkanya commented 10 years ago

I can open it without solution. It just stuck and loading while says: Please wait while project information is being loaded... After a while it says vs is no longer responding.

peterhuene commented 10 years ago

Unfortunately I don't know how I can help you investigate this issue. The project should obviously not cause Visual Studio to hang and, thus far, your report is the only one I have of it doing so. I hate to be the "just reboot it" guy here, but perhaps it's worth trying to repair your VS installation?

sarkanya commented 10 years ago

I tried to repair the installation, but it didn't resolve the problem. So i reinstalled the whole computer but stil, it won't work. I can open the project without including, but when i want to build it it freezes.

sarkanya commented 10 years ago

I found the problem: it has something to do with the telerik radcontrols. When i uninstalled it, it worked fine..

peterhuene commented 10 years ago

I'm glad to hear you worked it out. Thanks for closing out the issue.