Adding c# project dll to gac without visual studio(gacutil)

Orchestration project calls a method of c# library project. I tried to include the c# project dll in the itemgroup, but the btdf is failing saying the dll is missing. So I have created a setup project with the primary output taking the c# project,
so it created a msi and I ran that first then followed by btdf. the deployment then worked without errors. This however, resulted in an issue. The component dll is not added to gac, so orchestration is not calling the c# method as part of the orchestration.
I do not see the dll in the gac(c:/windows/assembly). I do not have visual studio installed so could not use the gacutil. Is there anyway I can add to the gac. running the msi should add but not seen in the c:/windows/assembly.
Is there anyway I can add to gac?

Orchestration project calls a method of c# library project. I tried to include the c# project dll in the itemgroup, but the btdf is failing saying the dll is missing. 
Can you paste here your Itemgroup?
You need to add it like below:
<ItemGroup>
 <Components Include="yourC#projectname.dll">
   <LocationPath>..\yourC#projectname\bin\$(Configuration)</LocationPath>
 </Components>
</ItemGroup>
I am copying my answer from my
previous thread. Did you try that?
old thread

Similar Messages

  • Transfert Team Project from TFS 2010 to Visual Studio Online

    Hello,
    I think about migrating to Visual Studio Online to use the online TFS or to migrate from TFS 2010 to TFS 2013.
    My team is spread in 15 countries so, the visual studio online apear to be better.
    Could you tell me if it's possible to import a Team Project and its history to Visual Studio Online ?
    Thanks,
    Laurent

    well done....
    http://www.soran.edu.iq

  • Project server online workflow using visual studio

    hi sir,
    I am working on project online 2013(office 365).I have create a workflow with sharepoint designer also.but i have need to create workfow in project online using visual studio.please suggest me.and deploy as it wsp file.
    vijay

    Hello,
    you can start with SharePoint 2013 project and then add the Project server dlls. Then add the tabs to get the project server workflow history and tast list.
    follow this blog
    http://blogs.msdn.com/b/project_programmability/archive/2012/11/07/creating-project-workflows-using-visual-studio-2012.aspx
    It will help you to get started. Hope it helps.
    Please mark as answered if it helps.

  • How to create an executable file by including my C# project and database(SQL) in visual studio ?

    Hi,
         I had developed a project in visual studio c# and my database in SQL server. How can i create a executable file including both. 
    can any one give me a solution for this.
    I am trying to make executable in installshield.
    Thank you

    Hi,
    Try to use custom actions to call some managed method, execute the SQL script to create and initialize the database in the method.
    Check this article, it should be helpful for you to create the script and installation:
    https://msdn.microsoft.com/en-us/magazine/cc163919.aspx#S2
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How can I debug a DLL created with MS Visual Studio C++ using CVI?

    I have developed a DLL using MS Visual Studio C++, which is called by an other application written in CVI.
    My goal is to debug the DLL written with C++ when is called from CVI.
    So far I have some msg popups, but I would like to have more debugging capabilities.
    Thanks, Adalbert

    Hello Adi11,
    As documented in the CVI Help under "Debugging DLLs": "In the LabWindows/CVI development environment, you can debug only DLLs you create in LabWindows/CVI with the Create Debuggable Dynamic Link Library command. Other development environments cannot debug DLLs you create in LabWindows/CVI."
    This information was also mentioned on the following discussion forum.
    Thanks.
    Wendy L
    LabWindows/CVI Developer Newsletter - ni.com/cvinews

  • Calling a function from a dll written by using visual studio c++

    Hi, how can i call a function from a dll which is written by visual studio c++ in test stand?  Although the functions in dll are exported and i've chosen c/c++ adapter, i saw no function in test stand. Is there a different step while i'm calling a function from a dll written by c++ than calling a function from a dll written by cvi?

    Hey Sadik,
    Selecting the C/C++ DLL Adapter Module should be sufficient for this. When you drag an action step for this onto the Main Step and navigate to the location of the DLL, the function list should populate and you should be able to select the function you want to use. If this is not the case, would you be able to post this DLL so that we can test this on our end?
    Regards,
    Jackie
    DAQ Product Marketing Engineer
    National Instruments

  • SUP2.0 DOE MBS based custom app - Visual studio missing reference dlls

    Dear sup developers,
    we are doing windows mobile project for MBS approach in visual studio
    As per below link, below dll need to be add for the project in visual studio
    http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01216.0155/doc/html/apr1270166408216.html
    Project Setup --> Creating a Mobile Application Project
    sup-client.dll u2013 from <UnwiredPlatform_InstallDir>\Servers\UnwiredServer\ClientAPI\dotnet\<platform>.
    For Windows 64-bit, System.Data.SQLite.DLL u2013 from <UnwiredPlatform_InstallDir>\Servers\UnwiredServer\ClientAPI\SQLite\x64.
    For Windows 32-bit, System.Data.SQLite.DLL u2013 from <UnwiredPlatform_InstallDir>\Servers\UnwiredServer\ClientAPI\SQLite
    SQLite.Interop.065.DLL u2013 from
    <UnwiredPlatform_InstallDir>\UnwiredPlatform\Servers\UnwiredServer\ClientAPI\SQLite\CompactFramework.
    But we are working on SUP 2.0,  I did not find above dll files in my system.
    And if we do a windows mobile project in visual studio. .net components need to be installed in system
    But .Net components are not available with SUP2.0 soft ware.
    reference: http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc01285.0155/doc/pdf/sup_tutorials_windowsmobilecodegen.pdf
    But above links. I provided from SUP 1.5.5. I didn't find similar articles in SUP2.0
    Could you please help me,
    Lakshman Balanagu.
    Edited by: lakshman balanagu on Sep 26, 2011 11:38 AM

    As I understand it, the webserver built into VS2010, like VS2010 itself, is 32 bit.
    If you check the actual process in task manager under the Process tab, I believe you'll see it as WebDev.WebServer40.EXE*32.    The *32 means it's a 32 bit process, and therefore can't use 64 bit ODP.
    Adding a 32 bit client to that box should work.
    Hope it helps, corrections welcome.
    Greg

  • Move a Excel 2010 Dokument Addin Project (Visual Studio 2012) to another devleopment machine with Visual Studio 2012 , but Office 2013

    Hi 
    we do have the following situation
    on computer A there is a Excel Document Addin development project , Visual Studio 2012, Office 2010 installed. All works fine.
    we would like to bring the project to another machine with Visual Studio 2012, but Office 2013 installed.
    Visual Studio can not build the project. It says that the application is not installed on the machine (though Excel 2013 is installed , but not Excel 2010) It seems to have a problem with the
    vbproj. 
    In other forums I found a hint that "Hostpackage = ..} needs to be set accordingly in the vbproj. I created then a "empty Excel-Addin project" under Visual Studio , looked at
    the Hostpackage entry, put that into the vbproj of "problem project. It still does not work.
    It would be great if anyone could help.
    Thomas

    Hello Eugene
    Problem is that it says that projectboard (the name of the main project) can not be loaded. All other projects in the solution can be loaded. Strange thing is , now that I try to create a empty excel Project it says that according to Excel security settings
    it can not be generated !? 
    I opened then Excel and set all Trust Center settings to "Default" - but no effect. I really have no idea what is wrong ..!? 
    Tom

  • Project Server and Visual Studio Online

    With the release of Visual Studio Online, will we be able link Project Server 2013 to it, as we can with our on-prem TFS server?
    Thanks in advance,
    Tim

    Hello,
    as Paul mentioned – out of the box there is no integration solution implemented as it was offered by MS for the on-prem versions of the two products.
    Microsoft however offers a set of APIs for the online and on-prem versions of those tools which dependant on the use case can be used to achieve the integration (Project Server: CSOM, JSOM, odata; Visual Studio Online: odata).
    You can custom code against those APIs or reuse standard products which are available on the market by partners which offer those scenarios between Visual Studio Online and Project Server on-prem and online (e.g. CS Connect by Campana & Schott -
    http://www.campana-schott.com/en/technologies/cs-connect?qll=mf).
    Please let me know if you need further information…
    Bastian

  • Execution of Coded UI scripts with least possible test execution time in Windows7 Operating system using Visual Studio Test Agent 2010 without VS2010 installed

    Hi All,
    We are trying to execute coded UI scripts without Visual Studio installed. We are using “Visual Studio Test Agent 2010” for executing coded UI scripts without VS2010 in Windows 7, it is working fine. Also we verified executing the same script with VS2010
    Premium, it works fine as well.
    Here the challenge we are facing is with the Test execution time.
    When we run the coded UI script with IE11-Windows 7 OS-Visual Studio 2010 Premium it takes
    3min 36sec to complete the execution whereas with IE11-Windows 7 OS-Visual Studio Test Agent 2010  it takes
    6min 40sec for the same script to execute (which is almost double the time it takes while executing using VS2010).
    My question is what may be the reason for this difference? and how we can reduce the test execution time when running from Test Agent 2010?
    Kindly let us know what is the best practice to execute the coded UI scripts with least test execution time in Windows 7 Operating system using Visual Studio Test Agent 2010 without VS2010
    installed.
    Looking forward for your positive response.
    Thanks in advance..!!

    Tina-Shi, Thanks for the information.
    As you mentioned, we tried to execute the coded UI test using Mstest.exe in command on VS2010 Premium and checked on the execution
    time, there was a slight difference.
    Please find below execution time.
    Using Mstest.exe in command on VS2010 Premium/Win7 – 3.47 minutes
    Using VS2010 Premium/Win7 – 3.53 minutes
    Using Test Agent/Win7 – 7.3 minutes
    Also, I closed all the other processes in Task manager before starting up the execution.
    Still , I am facing the same Issue. Could you please suggest any other way to reduce the scripting time of coded UI script execution
    through Test agent 2010.
    Looking forward for your earliest response.

  • Biztalk individual projects deployment from Visual studio

    Hi,
    I have 4 BizTalk orchestration projects in a solution and when I deploy one project  from visual studio solution explorer it is clearing the other projects orchestrations in the administration console. I don’t want to deploy the entire solution every
    time as I want to unit test only a specific orchestration project or couple or projects. I am using Visual studio 2013 with BizTalk 2013 R2. I did not face this issue with Vs2010 and BTS 2010.
    Do we have any workaround for this please?
    Thanks
    JB
    JB

    Unchecking the Deploy box Solution Configuration did the trick.
    Thank you John.
    JB

  • Unsupported: This version of Visual Studio does not have the project types

    I recently created a new virtual machine with the exact same step-up as my previous virtual machine. When I open my .sln files i get the following message:
    Here are the spec for VS 2012

    Hi,
    Based on the message, the VS Pro 2012 on your new VM does not support that project type. So what type of Visual C# project is the WriteToJS project? Which edition of Visual Studio did you create this project from? What .net framework is this project targeted?
    Please make sure this VS supports such project in order to work with this project fine in VS Pro 2012.
    I recommend that you check whether the same project template exists from File->New->Project->Visual C# in VS2012 Professional with Update 4 on the new VM. If the same project template exists, please create a new project to check whether the template
    project can be created successfully.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • WPF 4.5 doesn't show the option to open the project in Blend for Visual Studio 2013

    Hi,
    In my WPF 4.5 project in Visual Studio 2013, when I right clicked the name of my project it doesn’t show the option to open in Blend for Visual Studio 2013….. and when I try to open the project with Blend for Visual Studio 2013, it doesn't show anything.....
    I don't see the project nor the UI of my WPF 4.5 project
    How I can open my project in Blend for Visual Studio 2013???
    Thanks!!!
    Regards,

    Hi Jaquense,
    open Blend. Open Project/Solution and select the .sln-file of the project you've created in visual Studio. That's it. In the Project Explorer in Blend you should see your files and you should be able to open up your XAML-files.
    Thomas Claudius Huber
    "If you can't make your app run faster, make it at least look & feel extremly fast"
    My latest app:
    The "Womanizer" :-)
    twitter: @thomasclaudiush
    homepage: www.thomasclaudiushuber.com
    author of: ultimate Windows Store Apps handbook |
    ultimate WPF handbook |
    ultimate Silverlight handbook

  • Compile Ctrl-F7 feature unavailble for Driver projects in Visual Studio 2013

    Is there a way to compile individual files in Driver projects?
    I'm running Visual Studio Professional 2013 Version 12.0.21005.1 REL on Windows 7 SP1 x64
    This happens with any driver project but the easiest way to repro is to look at one of the samples.
    Open up Windows Driver Kit (WDK) 8.1 Samples.zip\IOCTL\C++\ioctl.sln  
    In the Solution Explorer pane - Right click on  Exe\ioctlapp\Source Files\testapp.c - The Compile Ctrl-F7 feature is available 
    If you right click on Sys\sioctl\Source Files\sioctl.c  - The Compile Ctrl-F7 feature is greyed out

    Thanks for Viorel’s help.
    Hi vvx123,
    Not the real expert about the Driver projects, maybe you could share me the requirement tools or the detailed steps, so I could repro this issue in my VS2013.
    But if you mean that other projects works well, and all driver projects have this issue, I doubt that it has this limitation for this specific project. Maybe you could check it in other machine.
    To get the issue confirmed and diagnose by product team, if possible, you could create connect report for it. You will get email notification for update.http://connect.microsoft.com/VisualStudio/feedback/CreateFeedback.aspx.
    If you submit it, you could share us the link here, so could get the latest information from the product team expert.
    I have the VS2013 Environment in Windows 8, but it seems that I couldn’t get the driver project template in VS 2013 IDE, do I need to install any tools like SDK or others? Or how I could create a driver project in my side. Could you share me the detailed
    steps to repro this issue?
    If there's any concern, please feel free to let me know.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • What version of Visual Studio should I use to build the samples in the CS5 plug-in SDK?

    I just downloaded the plug-in SDK for CS5.  I tried to build two of them in Visual Studio 2012.  VS2012 had to convert them for me.  The first one, 3DHeightField, failed abysmally, as it tried to redefine standard library keywords for no reason I'll ever understand.  It told me to enable warning CS4005 to find the illegal #define statement, but I don't know how to enable warnings, only how to disable them.
    The second I tried, Dissolve, failed because the compiler could not find afxres.h.
    What is the recommended way to build these projects?  And, if possible, could someone please point me to a sample filter plug-in project that will build in Visual Studio 2012 without having to be converted from some older version of Visual Studio?
    Thank you very much.
    RobR

    You can build these with Visual Studio 2012.  You just need to add the following preprocessor definition to your project.
    _ALLOW_KEYWORD_MACROS
    If adding it to your project doesn't work, you can also #define it in a source or header file that gets read early in the chain.

Maybe you are looking for

  • Automatic Clearing of GR/IR

    Hi      Good Morning When Iam running F.13 to clear GR/IR account system responding with "Account was selected, but it is not entered in table TF123" and " no clearing procedures carried out" Can any on help me

  • Bifurcation of GL Accounts in House Banks

    Hi All, In definition of a House Bank we can have a main GL account for that particular House Bank and seperate GL Accounts for collections, payments, others, etc. They do not exist in the actual Bank but only exist in system for bifurcation of the t

  • CallManager 5.1(2) minimum system requirements

    I need to know the minimum hard drive requirement for a 5.1(2) installation. Can someone point me to the right document? Thanks, -Shikamaru

  • Moving a Single Instance database to RAC.

    Gurus, Can some one share some info on how to move a single instance database to a RAC. Any help is appreciated. Thanks.

  • Paltry Results with Maps

    I live in Guangzhou (Canton to some), China and I started Maps using that location. When I checked out Kyushu, Japan (where my daughter lives now) there was hardly anything there. The Fukuoka Airport is in Simplified Chinese, sub-headed with Japanese