visual-studio-2012

Windows cannot find hcw

穿精又带淫゛_ 提交于 2020-01-14 01:57:13
问题 I am trying to migrate an old MFC project to VS 2012 and one of the errors I get is this one: From what I read is that it has something to do with Help Files , which are not supported on Windows 7 . I thought that maybe Windows is searching for the hcw path so I added to the Environment Variables , but I still get the error. From the code I can see that the command is called inside .mak files: start /wait hcw /C /E /M "hlp\$(InputName).hpj" Anyone has an idea how can I get rod of the error ?

Xamarin: Create a custom grid View

懵懂的女人 提交于 2020-01-14 00:33:54
问题 I need create a custom GridView in Android Application (Dev. on VS2012 with Xamarin plugin). I need on each cell a image and label text. This example work perfectly, but has not a text label. http://developer.xamarin.com/guides/android/user_interface/grid_view/ I need anything how this: Custom Grid View {Image+Text} but I only found Java Examples. Please Help me PD: Sorry by Image, but I can't upload images (I need more reputation). 回答1: Create a new layout that has the ImageView & TextView.

Unable to add reference in Visual Studio 2012 'ReferenceManagerPackage'

扶醉桌前 提交于 2020-01-13 18:09:21
问题 Recently i encountered this issue whereby whenever i right-click "Add Reference..." it give me an error as stated below. Package 'ReferenceManagerPackage' failed to load. Attempted to reinstall Visual studio 2012 however it still doesn't work. hasn't meet this issue before. EDIT: 512 2013/04/14 00:49:11.860 Error VisualStudio CreateInstance failed for package [ReferenceManagerPackage] {48D4A2C1-02AD-4F18-9153-620511BACB7B} 80131522 Could not load type 'Microsoft.VisualStudio.Shell.Interop

Unable to add reference in Visual Studio 2012 'ReferenceManagerPackage'

天大地大妈咪最大 提交于 2020-01-13 18:06:32
问题 Recently i encountered this issue whereby whenever i right-click "Add Reference..." it give me an error as stated below. Package 'ReferenceManagerPackage' failed to load. Attempted to reinstall Visual studio 2012 however it still doesn't work. hasn't meet this issue before. EDIT: 512 2013/04/14 00:49:11.860 Error VisualStudio CreateInstance failed for package [ReferenceManagerPackage] {48D4A2C1-02AD-4F18-9153-620511BACB7B} 80131522 Could not load type 'Microsoft.VisualStudio.Shell.Interop

Unable to add reference in Visual Studio 2012 'ReferenceManagerPackage'

限于喜欢 提交于 2020-01-13 18:06:10
问题 Recently i encountered this issue whereby whenever i right-click "Add Reference..." it give me an error as stated below. Package 'ReferenceManagerPackage' failed to load. Attempted to reinstall Visual studio 2012 however it still doesn't work. hasn't meet this issue before. EDIT: 512 2013/04/14 00:49:11.860 Error VisualStudio CreateInstance failed for package [ReferenceManagerPackage] {48D4A2C1-02AD-4F18-9153-620511BACB7B} 80131522 Could not load type 'Microsoft.VisualStudio.Shell.Interop

Visual Studio 2012 and Intellisense

痞子三分冷 提交于 2020-01-13 16:21:29
问题 I think this is just happening to me, but every time I start my project in VS I have to do devenv.exe/resettsettings otherwise the intellisense doesn't work. Does anyone know any special reasons as to why? 回答1: These options should be enabled: Tools->Options->Text Editor->C#->General->Auto list members Tools->Options->Text Editor->C#->General->Parameter information Tools->Options->Text Editor->C#->Intellisense->Show completion list after a character is typed If it doesn't work try this: Tools

Digitally sign a Visual Studio 2012 VSIX extension

一个人想着一个人 提交于 2020-01-13 13:08:33
问题 I am trying to sign a Visual Studio 2012 extension that is packaged as a VSIX file. I have followed the instructions at http://www.jeff.wilcox.name/2010/03/vsixcodesigning/; however, I am interested in performing signing without specifying a pfx file and password. For example, if I were to call 'signtool.exe', my command line would be: "signtool.exe" sign /n MySubjectName /t 'http://timestamp.verisign.com/scripts/timstamp.dll' /d "MyDescription" MyPackage.vsix I understand that this command

Digitally sign a Visual Studio 2012 VSIX extension

此生再无相见时 提交于 2020-01-13 13:08:12
问题 I am trying to sign a Visual Studio 2012 extension that is packaged as a VSIX file. I have followed the instructions at http://www.jeff.wilcox.name/2010/03/vsixcodesigning/; however, I am interested in performing signing without specifying a pfx file and password. For example, if I were to call 'signtool.exe', my command line would be: "signtool.exe" sign /n MySubjectName /t 'http://timestamp.verisign.com/scripts/timstamp.dll' /d "MyDescription" MyPackage.vsix I understand that this command

Create Microsoft SQL Report (SSRS) based on XML data stored in database

邮差的信 提交于 2020-01-13 12:08:48
问题 I'm trying to create a Microsoft SQL Report in Visual Studio 2012. My data input for the report is an XML binary file stored in a database. To break it down, this is what I would like to do: Retrieve the XML binary file from the database Populate the report with the content of the XML Create a PDF version of the report Step 1 and 3 are not a problem. But step 2 is. I don't know how to use the XML data in a dataset so I use it in the report. Is there something fundamental I'm missing? I have

How to collect types from current solution using Visual Studio Extension?

大憨熊 提交于 2020-01-13 09:56:06
问题 I have created Visual Studio 2012 Package (using VS2012 SDK). This Extension (if installed on the client's IDE environment) should has, among other things, a functionality of collecting all specific types from currently opened solution which developer is working on. A similar feature is embedded in Visual Studio Designer for ASP.NET MVC Application Project, where developer implements a Model/Controller class, build a project, and then is able to access this type in Scaffolding UI (Designer's