No announcements
Found 2639185 threads
-
0 Votes
Referenced dll files present in test project bin folder but missing in out folder
The Out folder is the actual deployment folder, to which assemblies and other deployment files are copied when the test run starts.Answered | 2 Replies | 6690 Views | Created by scott_m - Wednesday, November 14, 2012 11:10 PM | Last reply by scott_m - Wednesday, November 21, 2012 3:25 AM -
1 Votes
Project .dll not copied to \bin folder only in \obj folder
\<project folder>\bin\Debug\Proj1.dll' And indeed that file is not there.Answered | 3 Replies | 27178 Views | Created by curtis56 - Wednesday, December 23, 2015 8:11 PM | Last reply by Weiwei Cai - Friday, December 25, 2015 2:54 AM -
0 Votes
Dlls in root bin folder
Putting the web part in the bin directory should work fine.Answered | 2 Replies | 4579 Views | Created by Aruna Rajan - Friday, October 21, 2011 11:23 AM | Last reply by Paul stork, [MCM, MVP] - Friday, October 21, 2011 11:47 AM -
2 Votes
Create folder in bin/Debug
I'm trying to set a startuppath to be in where the application is executing (in my case bin/debug) to /test, so bin/debug/test, but the filedialog menu just goes ...Answered | 8 Replies | 7822 Views | Created by s0m30n3x - Tuesday, November 24, 2009 6:04 AM | Last reply by s0m30n3x - Tuesday, December 15, 2009 12:10 PM -
2 Votes
Deploying to the bin folder
Moonis: My dll files ARE in a bin folder in the wsp.Answered | 9 Replies | 8834 Views | Created by Mikey Jensen - Monday, October 20, 2008 9:26 PM | Last reply by dmv300 - Thursday, November 13, 2008 2:47 PM -
2 Votes
Dll path in the IIS app bin folder
And all this 6 project dlls are in the Bin folder of the asp.net website project.Answered | 7 Replies | 18394 Views | Created by uksoftengg - Thursday, August 18, 2011 12:52 PM | Last reply by Steven Cheng - MSFT - Wednesday, August 24, 2011 8:06 AM -
0 Votes
How to debug a dll in application bin folder
Dears, i set up samrt webpart and i succeed to debug it steps: first you create web application not web site - copy your Dll To ...Answered | 16 Replies | 8238 Views | Created by N L V - Friday, September 4, 2009 1:15 PM | Last reply by N L V - Monday, November 16, 2009 12:44 PM -
0 Votes
MSBuild not generating bin folder for project
>My problem is that the windows services get built but do not generate bin/debug folders Perhaps compare the old project and new ...Answered | 1 Replies | 5151 Views | Created by talisman027 - Thursday, October 29, 2015 2:20 PM | Last reply by Jamles Hez - Friday, October 30, 2015 7:39 AM -
0 Votes
Open Project Bin Folder
Do you mean say that the new macro or Macro Project ?Answered | 8 Replies | 4207 Views | Created by Danasegarane Arounachalam - Wednesday, December 10, 2008 7:53 AM | Last reply by Danasegarane Arounachalam - Thursday, December 11, 2008 12:09 PM -
1 Votes
Additional assemblies not referenced copied to bin folder in VS 2015
>when I deployed the web application, the only assemblies that were in the bin folder were the ones I had references for.Answered | 5 Replies | 2766 Views | Created by Greg Knierim - Tuesday, December 1, 2015 3:33 PM | Last reply by Jack Zhai-MSFT - Wednesday, December 9, 2015 12:40 PM -
0 Votes
How to move referenced libraries (DLLs) to probing folder (privatePath)
copy /B /Y "$(TargetDir)*.dll" "$(SolutionDir)bin\Release\lib" 4.Answered | 2 Replies | 7815 Views | Created by Amoghs - Friday, January 29, 2016 5:36 PM | Last reply by jkforum - Friday, January 29, 2016 8:05 PM -
3 Votes
Publishing a WinForm Project - Missing Dlls
This is change in the Application Files dialogAnswered | 5 Replies | 8786 Views | Created by Sudheer Kumar - Monday, June 15, 2009 4:53 PM | Last reply by Scott Wylie - Thursday, June 25, 2009 6:48 PM -
0 Votes
Project templates: Adding files and folders out of projects
In IWizard.ProjectFinishedGenerating Method, you can get the path of the Project interface and using .net API to access the file system.Answered | 4 Replies | 3702 Views | Created by ricardofiel - Sunday, August 3, 2008 9:45 PM | Last reply by ricardofiel - Friday, August 8, 2008 11:07 AM -
0 Votes
App_code and bin folders in sharepoint site
Hi Usha, In .NET development, we can use the App_code folder to store files which can be access through the whole project(might be a ...Answered | 1 Replies | 1309 Views | Created by UshaJyothsna - Friday, May 27, 2016 10:22 AM | Last reply by Patrick_Liang - Monday, May 30, 2016 8:11 AM -
1 Votes
How to put referenced assemblies in a separate folder?
Hi Lets assume that I have a lib folder with third party assemblies and a project with some references from the lib folder.Answered | 2 Replies | 3325 Views | Created by mynkow - Monday, October 26, 2009 4:00 PM | Last reply by Reed Copsey, Jr - Monday, October 26, 2009 5:02 PM -
0 Votes
How to change the bin folder
You can change the output folder in the project properties.Answered | 1 Replies | 7259 Views | Created by patrik.richardson - Tuesday, October 12, 2010 7:09 PM | Last reply by EWoodruff - Tuesday, October 12, 2010 7:35 PM -
0 Votes
.PDB file in bin folder
could any one help me that can i restrict the .pdb file when build the project. i dont want to show in bin folder of project plz give me ...Answered | 1 Replies | 9391 Views | Created by Vivek Vishnoi - Friday, May 15, 2009 8:58 AM | Last reply by ashawani_dubey - Friday, May 15, 2009 7:16 PM -
0 Votes
Renaming Asp.Net Core Project Folder in path copies bin and obj empty folders outside Project Folder on build
Like Mike's suggestion here:Answered | 1 Replies | 1382 Views | Created by BolligeA - Thursday, May 12, 2016 6:16 PM | Last reply by Jack Zhai-MSFT - Saturday, May 14, 2016 6:56 AM -
0 Votes
Deploy SQL Native Client dlls in bin folder
You have to use the installer, just copying the dll is not enough.Answered | 2 Replies | 3528 Views | Created by IT Resource - Wednesday, August 22, 2012 5:23 PM | Last reply by vatsa_mitr - Thursday, August 23, 2012 3:54 AM -
1 Votes
Call DLL file included into the project
I just tested this out, and here's a simple process that appears to work.Answered | 12 Replies | 2281 Views | Created by Tarek1500 - Wednesday, March 18, 2015 5:50 PM | Last reply by davidbaxterbrowne - Thursday, March 19, 2015 9:11 PM - Items 1 to 20 of 2639185 Next ›
No announcements