About 9,530 results
Open links in new tab
  1. Avoiding circular references - social.msdn.microsoft.com

    Jun 13, 2007 · Hi. I have 2 projects in one solution. Project 1 needs a class from project 2 and project 2 needs a class of project 1. The problem is: If I add a reference of project 1 in project 2, I cannot add …

  2. Error in isolating COM-reference

    May 29, 2007 · This tells me that the COM reference *IS* being fully resolved, but that because the InProcServer32 (and maybe others??) emitted an ERROR message during the search in the HKCU …

  3. SSISDB as a database reference - social.msdn.microsoft.com

    Feb 19, 2015 · I need to add SSISDB as a database reference to my project and had thought it would be listed as a system database - but isn't. Is there anyway that I can add this in? Or is the only way to do …

  4. NullReferenceException not handled by sxe clr

    Jun 3, 2010 · Question 0 Sign in to vote How come sxe clr within windbg does not handle this NullReferenceException?Here is code sxe -c “!clrstack;!pe” clr

  5. cannot see references on solution explorer

    Aug 12, 2005 · Question 0 Sign in to vote hello everybody, i have installed vs .net 2005 beta 2 problem is that i cannot see any references on solution explorer

  6. Problems adding references to VB6 project

    Jun 6, 2007 · To add reference in VB6 - they need to be COM/ActiveX DLL's not .NET. So the first thing to check is if this is true - which I would probably assume is not. If not then you can create a COM …

  7. Reusing memory stream reference inside a loop

    Should i Dispose it each time inside the forloop or Dispose once at the end, if not null?

  8. Referencing assemblies in the GAC vs. a local appllication directory

    Jan 19, 2015 · I have a C# (I am using VS2012) project that, when I checked it out of TFS, seemed to already reference an assembly in the GAC, but the DLL version I found in the GAC is incorrect and …

  9. Unable to reference Interface for CallExternalMethod activity

    Dec 11, 2008 · Hi everyone, I have tried to create a simple workflow with a CallExternalMethod activity and it works well if I have the Interface added as a separate project and referenced in the Workflow …

  10. how to add reference for form.show and form.hide

    Apr 24, 2017 · to hide and to show forms i used form1.hide; and form2.show etc...