Click here to Skip to main content
15,897,184 members
Home / Discussions / C#
   

C#

 
QuestionHow to scan barcode without an active focus on a textbox Pin
hafij_cse14-Nov-08 8:58
hafij_cse14-Nov-08 8:58 
AnswerRe: How to scan barcode without an active focus on a textbox Pin
Wendelius14-Nov-08 9:11
mentorWendelius14-Nov-08 9:11 
QuestionForm minimize Pin
netJP12L14-Nov-08 8:55
netJP12L14-Nov-08 8:55 
AnswerRe: Form minimize Pin
Wendelius14-Nov-08 9:08
mentorWendelius14-Nov-08 9:08 
QuestionHow to display different texts with different colors in a textbox Pin
Seraph_summer14-Nov-08 7:55
Seraph_summer14-Nov-08 7:55 
AnswerRe: How to display different texts with different colors in a textbox Pin
Wendelius14-Nov-08 7:57
mentorWendelius14-Nov-08 7:57 
AnswerRe: How to display different texts with different colors in a textbox Pin
Paul Conrad14-Nov-08 8:45
professionalPaul Conrad14-Nov-08 8:45 
Questionone prolem for publishing project Pin
Seraph_summer14-Nov-08 7:48
Seraph_summer14-Nov-08 7:48 
I am publishing one project, but it gives the following error message when I run the .exe after installed the project:

(sorry the error message is given in German, in english, shortly, it means that the activation of D:\Publish\WindowsApplication6.application results in an exception. the following error is found:
+ the file C:\Users\Xia\AppData\Local\Temp\Deployment\WRVCRQEQ.H7D\P3Q37RD7.ER9\CSML.dll already exists. I am really confused, CSML.dll is the fill I refered and it is imported into D: disk and has nothing to do with C: disk. moreover, I have checked C:\Users\Xia\AppData\Local\Temp\Deployment, under this I did not find any files and no WRVCRQEQ.H7D\P3Q37RD7.ER9\CSML.dll is found. What does these message mean??
)

INFO ZUR PLATTFORMVERSION
Windows : 6.0.6000.0 (Win32NT)
Common Language Runtime : 2.0.50727.312
System.Deployment.dll : 2.0.50727.312 (rtmLHS.050727-3100)
mscorwks.dll : 2.0.50727.312 (rtmLHS.050727-3100)
dfdll.dll : 2.0.50727.312 (rtmLHS.050727-3100)
dfshim.dll : 2.0.50727.312 (rtmLHS.050727-3100)

QUELLEN
Bereitstellungs-URL : file:///D:/Publish/WindowsApplication6.application
Anwendungs-URL : file:///D:/Publish/WindowsApplication6_1_0_0_16/WindowsApplication6.exe.manifest

IDENTITÄTEN
Bereitstellungsidentität : WindowsApplication6.application, Version=1.0.0.16, Culture=neutral, PublicKeyToken=90e1acef750881e2, processorArchitecture=msil
Anwendungsidentität : WindowsApplication6.exe, Version=1.0.0.16, Culture=neutral, PublicKeyToken=90e1acef750881e2, processorArchitecture=msil, type=win32

ZUSAMMENFASSUNG FÜR ANWENDUNG
* Installierbare Anwendung.

FEHLERZUSAMMENFASSUNG
Es folgt eine Zusammenfassung der Fehler. Details zu diesen Fehlern werden später im Protokoll aufgelistet.
* Die Aktivierung von D:\Publish\WindowsApplication6.application führte zu einer Ausnahme. Folgende Fehlermeldungen wurden entdeckt:
+ Die Datei C:\Users\Xia\AppData\Local\Temp\Deployment\WRVCRQEQ.H7D\P3Q37RD7.ER9\CSML.dll ist bereits vorhanden.

FEHLERZUSAMMENFASSUNG FÜR DIE SPEICHERTRANSAKTION DER KOMPONENTE
Es wurde kein Transaktionsfehler festgestellt.

WARNUNGEN
Während dieses Vorgangs gab es keine Warnungen.

FORTSCHRITTSSTATUS DES VORGANGS
* [14.11.2008 19:39:05] : Die Aktivierung von D:\Publish\WindowsApplication6.application wurde gestartet.
* [14.11.2008 19:39:05] : Das Verarbeiten des Bereitstellungsmanifestes wurde erfolgreich abgeschlossen.
* [14.11.2008 19:39:05] : Die Installation der Anwendung wurde gestartet.
* [14.11.2008 19:39:05] : Das Verarbeiten des Anwendungsmanifestes wurde erfolgreich abgeschlossen.
* [14.11.2008 19:39:06] : Die Anforderung der Vertrauensstellung und die Ermittlung der Plattform sind abgeschlossen.

FEHLERDETAILS
Folgende Fehler wurden bei diesem Vorgang entdeckt.
* [14.11.2008 19:39:09] System.IO.IOException
- Die Datei C:\Users\Xia\AppData\Local\Temp\Deployment\WRVCRQEQ.H7D\P3Q37RD7.ER9\CSML.dll ist bereits vorhanden.
- Quelle: mscorlib
- Stapelüberwachung:
bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bei System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
bei System.Deployment.Application.FileDownloader.PatchSingleFile(DownloadQueueItem item, Hashtable dependencyTable)
bei System.Deployment.Application.FileDownloader.PatchFiles(SubscriptionState subState)
bei System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
bei System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions options)
bei System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
bei System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState subState, ActivationDescription actDesc)
bei System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut)
bei System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)

DETAILS ZUR SPEICHERTRANSAKTION DER KOMPONENTE
Es sind keine Transaktionsinformationen verfügbar.
AnswerRe: one prolem for publishing project Pin
sph3rex14-Nov-08 7:58
sph3rex14-Nov-08 7:58 
GeneralRe: one prolem for publishing project Pin
Seraph_summer14-Nov-08 8:01
Seraph_summer14-Nov-08 8:01 
QuestionForms Pin
humayunlalzad14-Nov-08 6:40
humayunlalzad14-Nov-08 6:40 
AnswerRe: Forms Pin
netJP12L14-Nov-08 6:52
netJP12L14-Nov-08 6:52 
GeneralRe: Forms Pin
humayunlalzad14-Nov-08 7:25
humayunlalzad14-Nov-08 7:25 
AnswerRe: Forms Pin
Le centriste14-Nov-08 7:24
Le centriste14-Nov-08 7:24 
GeneralRe: Forms Pin
humayunlalzad14-Nov-08 7:41
humayunlalzad14-Nov-08 7:41 
GeneralRe: Forms Pin
Ennis Ray Lynch, Jr.14-Nov-08 7:47
Ennis Ray Lynch, Jr.14-Nov-08 7:47 
AnswerRe: Forms Pin
Le centriste14-Nov-08 7:50
Le centriste14-Nov-08 7:50 
GeneralRe: Forms Pin
humayunlalzad14-Nov-08 8:09
humayunlalzad14-Nov-08 8:09 
GeneralRe: Forms Pin
Le centriste14-Nov-08 8:11
Le centriste14-Nov-08 8:11 
AnswerRe: Forms Pin
Hum Dum14-Nov-08 23:03
Hum Dum14-Nov-08 23:03 
GeneralRe: Forms Pin
humayunlalzad15-Nov-08 5:15
humayunlalzad15-Nov-08 5:15 
GeneralRe: Forms Pin
nelsonpaixao15-Nov-08 5:13
nelsonpaixao15-Nov-08 5:13 
GeneralRe: Forms Pin
humayunlalzad15-Nov-08 7:39
humayunlalzad15-Nov-08 7:39 
GeneralRe: Forms Pin
nelsonpaixao16-Nov-08 13:38
nelsonpaixao16-Nov-08 13:38 
Questioncontrol moving [modified] Pin
netJP12L14-Nov-08 6:02
netJP12L14-Nov-08 6:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.