IDE :: Getting Diagnostic Output From Publish Now?

Jul 31, 2009

I select Diagnostic for MSBuild project build output verbosity. This works for Clean and Build.

Unfortunately, Publish Now flushes everything from the Output Window just before it does the actual copy to the web site. Is there someway to change this behavior so I don't lose all of the diagnostic information or point the output to a file?

View 3 Replies


ADVERTISEMENT

VS 2008 When Publish It And Try To Install ClickOnce Output Files On Another PC

Apr 30, 2009

I have finally finished an application which works really well on the PC upon which I developped it using VB 2008 Express.My problem is that when I publish it and try to install the ClickOnce output files on another PC (tried two so far, both WinXP) I get a missing files error. There is an error output saying that downloading the .exe.manifest file did not succeed. Unfortunately the error detail is confusing and does not seem to indicate exactly which files are missing.On both of the PC's that I tried I was prompted io install .net 3.5 SP1, which seemed to have been successful. The inference is that it is not a .net file that is missing.

View 2 Replies

Getting An Alternate Way To Find Diagnostic.Process.handle?

May 18, 2009

I am attempting to make a piece of software that monitors a 3rd party process for injected code. I successfully made a program that uses readprocessmemory from kernel32 to search for strings in a process. My problem is that the process I am attempting to monitor is running as system and provides an access denied message when I attempt to query any information about the process. Including process.handle and process.modules. Are there any ways I can get this process' handle?

View 4 Replies

Visual Studio 2010 Diagnostic Tool

Feb 23, 2010

I reported a bug with VS 2010 here: [URL]

They said they could not reproduce the error and wanted me to download the "Visual Studio 2010 Diagnostic Tool ". They just say download the tool and provide them with a trace file which i'm assuming the mean an ETW file. They give me no information on how to accomplish creating a file. I'm using you have to accomplish this with xperf but even if i'm right it has many options that i have no idea what they mean.

I have no idea how to run this thing and i shouldn't have to scour MSDN documentation for the tool trying to figure out what they want.. I did provide them with additional information on how to get the crash to open "have VS 2008 open" but unless i get instructions on what they want then unfortunately i'm not going to be able to help them.

View 2 Replies

SQLServer.Diagnostic.STrace V 10.0.0.0 Is Claimed On Customer PC To Execute A VB 2008 Published Program

Aug 25, 2010

I have updated a VB 2008 Winform program and published it on a shared folder. The customer can no longer use it because, at launch time, it claimed for SQLServer.Diagnostic.STrace v 10.0.0.0, what it did not before. The only thing I can think at is that I have also recently installed VS 2010 on my PC. Does it change the way VS 2008 work ? How can I solve this issue on the customer PC ?

View 2 Replies

Publish Compile Error " Error1Cannot Publish Because A Project Failed To Build"?

Nov 21, 2009

Now I did a clean build, and tried to publish, and I get a lot of errors and warnings that I don't understand.

Error1Cannot publish because a project failed to build.11AllJ Slots

Warning2Assembly 'Microsoft.DirectX.AudioVideoPlayback.DLL' is incorrectly specified as a file.AllJ Slots
Warning3Assembly 'Microsoft.DirectX.DLL' is incorrectly specified as a file.AllJ Slots
Warning4Assembly 'Microsoft.DirectX.DirectSound.DLL' is incorrectly specified as a file.AllJ Slots
Error5An error occurred while signing: Failed to sign binReleaseapp.publish\setup.exe. SignTool Error: ISigned
:Sign returned error: 0x80880253

The signer's certificate is not valid for signing.

SignTool Error: An error occurred while attempting to sign: binReleaseapp.publish\setup.exeAllJ Slots

View 2 Replies

C# - Kill Process Started With System.Diagnostic.Process.Start("FileName")

Oct 2, 2010

I am trying to create an app that will perform actions on specific times (much like the Windows Task Scheduler). I am currently using Process.Start() to lunch the file (or exe) required by the task. I am initiating a process by calling a file (an .mp3) and the process starts WMP (since it is the default application), so far so good. Now I wan't to kill that process. I know that it is normal behavior for the Process.Start(string, string) to return nothing (null in C#) in this case. So I am asking how can i close WMP when I called it through Process.Start(string, string)??

[Code]...

View 6 Replies

No Output In Asynchronous Program - Retrieve Output After The Events Are Invoked?

Mar 1, 2012

What I am trying to do: There are three powershell scripts with different time delays as shown below.I am trying to run them asynchronously in .NET and I followed this article to implement Asyncrhonous programming. Where I am stuck:The I am not able to retrieve output after the events are invoked.The scripts are being called but then the program ends and it shows "Press any key to continue" in console windows.I don't what I am missing here.

Info: JobRequest is a class that I use to pass around information keep track of jobs.

Sub Main()
OurAsyncFunctionCalling("psDelayScript2.ps1", "-arg1 4 -arg2 5", 1)
OurAsyncFunctionCalling("psDelayScript1.ps1", "-arg1 2 -arg2 3", 2)[code]......

View 1 Replies

Unable To See In Output Window Number 5 As Output?

Sep 25, 2011

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Microsoft.VisualBasic.Interaction.Beep()
System.Diagnostics.Debug.WriteLine(3 + 2)
End Sub

Why I don't see in Output window number 5 as output?

View 4 Replies

.net - Why Only Getting One Output Value (and No Debug Output) From This Code?

Jun 14, 2012

I'm just going to throw all my code in here in case there's something wrong with a piece of the code not in the "SelectName()" sub.

Module Module1
Dim selectednames As String = ""
Dim index As Short = 0
Dim inarray As Boolean = False

[code]....

Here's an image of what it does (I suppose you can see what went wrong)13 inputs, 3 outputs expected, only 1 output given.As from what I've figured out so far, it's doing the correct amount of loops etc. It's just as soon as it starts generating the "winner" for the 2nd game key it doesn't get a string value from namesarray.Also, why is

For x = 0 To totalnames - 1
Debug.Print("namesarray(" & x & ") = " & namesarray(x))
Next

not giving me a debug output?

View 2 Replies

Use Publish And End Up With One .exe?

May 8, 2009

I have Visual Studio 2008 Pro. First of all, I realize that an executable gets placed in the bin directory, but I don't want to go there everytime I build by project. Also, building doesn't seem to increase the version number. I want to be able to use the publisher, which increases the version number, but I want to only end up with a single file, an executable. I also want it to be able to check for updates.

View 1 Replies

Getting Shown Trace Output From Other Applications In Trace Output?

Apr 20, 2011

im using Trace to trace and debug my Application which works fine. Now i wanted to output my Trace Information to a text file like below:

Dim c As Integer = Console.ForegroundColor
Dim ts As TraceSwitch = New TraceSwitch("SPMassUploader-TraceSwitch", "")
Dim tw As New TextWriterTraceListener(Now.ToString("yyyyMMddHHmmssfffffff") & "-" & "output.txt")
Trace.Listeners.Add(tw)

[code]....

View 3 Replies

.net - Another Way To Publish Besides Clickonce?

Jun 9, 2009

does vb.net have a different way to build an application without using clickonce?

View 2 Replies

Cannot Publish Project?

Oct 6, 2009

I have a finished project which is to be distributed via CD-ROM. The project has been previously built and published without problems but now will not do either. I am getting the following:Cannot publish because a project failed to build.The signer's certificate is not valid for signing.

View 3 Replies

Error When Trying To Publish

Jun 27, 2010

[URL] I get this error when trying to publish my application. I've spent 3 months on this project and it's nearly finished!

View 2 Replies

How To Publish Programs

Oct 10, 2011

i have made some apps text bomber a couple games i am a pretty good programmer but now i want to put it online and i am running in to some problems its says it dose not have ever thing and can install or it is not formatted right it works on my pc but not on others pc. i am trying to put it on my web site rangercomputers.webs.com you can try.

View 3 Replies

IDE :: Cannot Publish In Vs2010

Apr 5, 2012

I have been testing and experimenting with "one click publishing" for a week now, and still cannot get a successful deployment. The results i get are listed below

(4/5/2012 12:14:11 PM) An error occurred when the request was processed on the remote computer.

The application pool that you are trying to use has the 'managedRuntimeVersion' property set to 'v2.0'. This application requires 'v4.0'.

Publish failed to deploy.
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Publish: 0 succeeded, 1 failed, 0 skipped ==========

View 2 Replies

Publish A Windows App?

Dec 9, 2011

I want to publish my windows application. I can't do this for some reason. My program revolves around an Access database. So I realized that my connection string has to change from my project folder to where ever the user decides to install the program. Even when I install it on my computer, my add/update statements don't work, they do work however when I debug my program.

View 14 Replies

Publish An Asp Website?

Nov 20, 2009

I want to publish an visual basic asp.net website. I'm using visual studio 2005.net?

View 2 Replies

Publish Application In A .exe ?

Oct 19, 2009

Would I be able to publish my application in a .exe to where anyone can download and install it?

View 1 Replies

Publish The Application?

Oct 26, 2011

I'm a beginner with Visual Studio and a Mac user switching to Windows. Well, I'm ready to release the first freeware title. So I go to Build > Publish (application name). And the Publish Wizard guides me through the process and asks me where to publish this application. Do I point it to C:Program Files ? The permission of this folder is set to Read-only. So I'll get an error with this path. I can successfully publish the application if I point the path to Desktop. But that's not a good location where users install applications, is it?

View 3 Replies

Publish With .dll Files?

May 1, 2009

I made an application which controls the parallell port and i want to publish it so i can install it in other PCs.The app i made uses some libraries or .dll files which i copied manually to the C:/WINDOWS/system folder.When i use the option Build>Publish Project.. i can create an installer but it doesnt install the .dll files.My question is:¿Can i create some sort of installer that includes those files into the system folder, or should i always manually copy them?

View 2 Replies

VS 2005 / Best Way To Publish A Vb.net .app?

Oct 27, 2010

I have an application that I have written in vb.net that is going to be deployed to about 100 people throughout my company as a desktop application.Is there a way for me to make updates or rebuilds and deploy those changes to users without having to make them uninstall the application and re-install the updated version? I have been using the build function inside vb.net and it publishes and creates an install but any time I make changes or updates to the app I have to un-install and re-install the .app to my desktop.

View 1 Replies

VS Not Creating Exe When Publish?

Jan 11, 2012

Ok let me start by saying i know this is going to be something stupid. But... when i publish my latest app and then navigate to the folder i published it too i have no exe file ...

Let me clarify ... when i go into the correct build folder under application files i only have 3 files

a click once file
a .exe.deploy file
and a .exe.manifest file

I have looked at some of my other projects and the only real difference is the deploy file... why is this being created?

On a side note if i simply take the .deploy off leaving simply .exe the program runs as expected ...

View 4 Replies

Application Installers/publish ?

Aug 1, 2009

I am nearing the end of my journey with the application i have spent the last few months working on.

Now my question is this...How do you go about making an installer? Obviously i am sure you have worked out now i mean the exe you click and choose instalation folder/desktop short cut or not/add to start menu. accept the agreement etc

Now i know vb.net has a publisher that i have looked at but is that the same? how to make my application have an installer.

View 9 Replies

Build/publish Two Copies At Once?

Aug 26, 2010

I'm looking for a way to have my code build two copies of itself at once.The program has an "A" and a "B" configuration that need to be compiled as Prog-A.exe and Prog-B.exe every time the code is compiled. I can do this manually, but I assume there's some way to do it in code? What I'd like is to use conditional compilation to have the A configuration compile so that it runs a "setup as A"-type method on load, and the B likewise, and then have it compile both versions each time.

View 1 Replies

Cannot Find The Database After Publish

Apr 14, 2010

I am doing the POS system. I have one database only. When i run the program in the VB.net Application, it has no error, the program work fine. But after i publish it and install into my computer. I run the program, it still can work when in the login part, it can retrieve the database in the login part but cannot work in the Sales part.. I really have no idea on what is wrong with my database connection. I have try many way but fail. hope someone can give me some direction. below are the error message and detail it gave me. The error message pop out.

[Code]...

View 4 Replies

Cannot Locate Exe File After Publish

Jun 17, 2009

important info : my o.s. is windows7

i just recently published my app, and when i try to locate the exe file from the start menu/my app folder/my app shortcut's properties, i get this as a directory:

C:Users rujadeAppDataRoamingMicrosoftWindowsStart MenuProgramsmy application

now when i go to that location, in windows explorer, all there is a shortcut looking icon. when i check the properties for that, the Type of File : is Application Reference (.appref-ms) . is this my app, and if so, why does it have that little arrow on the icon like shortcut icons do?

i cannot seem to locate the .exe file by doing a system search, other than locating my other similar app which is located in a set folder and was not run from a setup. and if possible, how can i install my app in c:program files and not that set location?

View 4 Replies

Easiest Way To Publish Project To Wep?

Nov 9, 2011

how if it possible to publish program straight to wep. I asked before another question about publishing and making setup files, that worked well. But now I have finished other of my programs and I want to know can I somehow add it straight to wep site? I have now used suntuubi.com as own wep site, it's not the best but its free :) And I have usually posted a link to download setup from mediafire (or some other) but can I run that program from my page without any downloads? I made that program with windows forms application, do I need to use wbf broswer application? ( if so, can I somehow fastly switch it without making everything again?) And one more, if it is possible in some other wep site than suntuubi.com can you recommend it?

View 1 Replies

Folder Not Appear After Publish Program?

Feb 24, 2011

When I publish my program, I can't see the folder that I have in my solution explorer appears together with other files. I have been wondering how to add a folder or I do it wrongly. I have using this method:-Project.. add... new folder and I name it as SC1. But when I publish it, I can't see in in application files(It's not embedded together). I can't use add existing as it required me to add a very specific files (Not a folder ). As what I can see, there is not specific properties for folder sc1 (build action /copyto output directory).

View 11 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved