Click here to Skip to main content
15,885,757 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionWhy using Microsoft DAAB with COM+is Bad practice? Pin
AshishRawat19-Jan-05 6:11
AshishRawat19-Jan-05 6:11 
GeneralISupportInitialize Pin
Sendilkumar.M19-Jan-05 2:53
Sendilkumar.M19-Jan-05 2:53 
Generalauthorization and profile application block Pin
tigertwareg18-Jan-05 6:44
tigertwareg18-Jan-05 6:44 
GeneralReading XLS files in C#, but cell contents are truncated Pin
taz_hexland18-Jan-05 6:27
taz_hexland18-Jan-05 6:27 
GeneralRe: Reading XLS files in C#, but cell contents are truncated Pin
Rob Graham19-Jan-05 3:22
Rob Graham19-Jan-05 3:22 
Generaldll version Pin
pssuresh18-Jan-05 0:21
pssuresh18-Jan-05 0:21 
GeneralRe: dll version Pin
Mike Dimmick18-Jan-05 2:41
Mike Dimmick18-Jan-05 2:41 
GeneralThree Package and Deployment Questions... Pin
new_phoenix17-Jan-05 12:40
new_phoenix17-Jan-05 12:40 
Not certain what is required when developing a packaging and deployment application for a C# windows program with several forms. First, when the application is built using the Build menu command, does it incorporate the forms into the executable itself, or do the forms need to be included individually into the application. If they are required to be individually included into the application, then is there perhaps some way that these files could ALL be converted to individual .dll files or even incorporated into a single .dll files, or something? It would seem to me that if each file were required to be included into the application individually, that they would be too vulnerable -- any suggestions?

Also, when the path to files are written in the code for your application, and the files are expected to be stored in "C:/windows/" directory, for example, the package and deployment folder for Windows could store the files in WINNT or in Windows based upon which operating system is loaded onto the client computer. Since the programmer does not know what operating system the user is utilizing, how would the programmer write the path information to where the files are expected to be installed by the installer? That is, is there some environmental variables code that would work with the package and deployment program in which the deployment application makes the determination where to store the files during installation, and the code path to the files would agree with that path decision? Is there some code like Application.windir() or something?

Third question. If an application required the installation of other applications, or even the .NET framework itself, does the package and deployment application provide a transparent way of installing these applications first without the end user realizing that they are being installed? We have all seen the applications that have several installation modules included, and they are considerably bothersome to the end user. I would like to install the other applications and even the .NET framework transparently without the end user knowing that it is occurring. That is, if the .NET framework is installed already, then ignore, else install. If the third party application is installed already, do likewise. Any ideas?


Would really appreciate the input on these questions, as I do believe that others would like to hear the answer as well. Thanks.

GeneralRe: Three Package and Deployment Questions... Pin
Robert Rohde19-Jan-05 19:54
Robert Rohde19-Jan-05 19:54 
GeneralRe: Three Package and Deployment Questions... Pin
rwestgraham1-Feb-05 11:34
rwestgraham1-Feb-05 11:34 
GeneralFormatting problem in a CRichEditView Pin
Isomorphism16-Jan-05 8:41
Isomorphism16-Jan-05 8:41 
GeneralConfused: DataGrid tied to DataTable, new row added to DG not appearing in DT Pin
no_spoon15-Jan-05 5:29
no_spoon15-Jan-05 5:29 
GeneralRe: Confused: DataGrid tied to DataTable, new row added to DG not appearing in DT Pin
Robert Rohde15-Jan-05 19:25
Robert Rohde15-Jan-05 19:25 
GeneralRe: Confused: DataGrid tied to DataTable, new row added to DG not appearing in DT Pin
no_spoon16-Jan-05 10:52
no_spoon16-Jan-05 10:52 
QuestionHow to rotate button text 90 degrees? Pin
pyanfur14-Jan-05 8:57
pyanfur14-Jan-05 8:57 
GeneralProblem drawing outline of Regions. Pin
Morrgan14-Jan-05 3:07
Morrgan14-Jan-05 3:07 
GeneralHelp pls with CScrollView and CMetaFileDC Pin
Dimitris Vikeloudas14-Jan-05 0:45
Dimitris Vikeloudas14-Jan-05 0:45 
GeneralCalling CDialog C++ code from C# Pin
gabnicu13-Jan-05 23:49
gabnicu13-Jan-05 23:49 
GeneralTypes system in .NET Pin
Paul Selormey13-Jan-05 18:58
Paul Selormey13-Jan-05 18:58 
GeneralWeb service causes WinForm design mode problems Pin
Jon Rista13-Jan-05 15:52
Jon Rista13-Jan-05 15:52 
GeneralStrange problem with open/save file dialogs Pin
satorical13-Jan-05 12:13
satorical13-Jan-05 12:13 
GeneralRe: Strange problem with open/save file dialogs Pin
JoshWilliams5-Jan-23 10:42
JoshWilliams5-Jan-23 10:42 
QuestionMake windows go standby? Pin
Søren Alsbjerg Hørup13-Jan-05 8:39
Søren Alsbjerg Hørup13-Jan-05 8:39 
AnswerRe: Make windows go standby? Pin
Colin Angus Mackay15-Jan-05 12:05
Colin Angus Mackay15-Jan-05 12:05 
Generalhelp on openwith dialog Pin
deepakskumar12-Jan-05 21:20
deepakskumar12-Jan-05 21:20 

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.