Click here to Skip to main content
15,888,521 members
Home / Discussions / C#
   

C#

 
AnswerRe: have some method in a exe file.but I want to use them in another project Pin
mav.northwind9-Sep-05 12:31
mav.northwind9-Sep-05 12:31 
QuestionCreating conditional windows application Pin
Fredy8-Sep-05 0:19
Fredy8-Sep-05 0:19 
AnswerRe: Creating conditional windows application Pin
Ashok Dhamija8-Sep-05 3:38
Ashok Dhamija8-Sep-05 3:38 
AnswerRe: Creating conditional windows application Pin
Patric_J8-Sep-05 6:13
Patric_J8-Sep-05 6:13 
Questionmy console application doesn't run on other pc Pin
Sasuko8-Sep-05 0:04
Sasuko8-Sep-05 0:04 
AnswerRe: my console application doesn't run on other pc Pin
Michael P Butler8-Sep-05 0:23
Michael P Butler8-Sep-05 0:23 
GeneralRe: my console application doesn't run on other pc Pin
Sasuko8-Sep-05 3:40
Sasuko8-Sep-05 3:40 
GeneralRe: my console application doesn't run on other pc Pin
Ashok Dhamija8-Sep-05 4:18
Ashok Dhamija8-Sep-05 4:18 
Without the .NET framework, a .NET application will not work on a machine. Your setup program can ask a user to download .NET framework (1.1) from Microsoft site from address http://www.microsoft.com/downloads/details.aspx?FamilyID=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en[^] if it is not found on his machine.

Adding the redistributable .NET framework in your setup itself is not advisable due to its size of about 22 MB. But, if you have to consider it, then in your setup project in the VS-IDE, under the "Detected Dependencies" node, find the "dotnetfxredist_x86.msm" entry. Right-click on this and remove the check-mark from the "Exclude" property. It should do the trick and the .NET framework may get included in your setup project.

Regards,
Ashok Dhamija
_____________________________
Padam Technologies
Questionhow can i get filed from C3 Form to Crystal Pin
Anonymous7-Sep-05 23:59
Anonymous7-Sep-05 23:59 
QuestionDataGrid.DataSource customization Pin
Corax7-Sep-05 23:55
Corax7-Sep-05 23:55 
QuestionHow 2 select best display resolution? Pin
majidbhutta7-Sep-05 23:01
majidbhutta7-Sep-05 23:01 
AnswerRe: How 2 select best display resolution? Pin
Dave Kreskowiak8-Sep-05 1:53
mveDave Kreskowiak8-Sep-05 1:53 
QuestionProblem with ParameterInfo in System.Reflection Pin
israfel7-Sep-05 22:56
israfel7-Sep-05 22:56 
AnswerRe: Problem with ParameterInfo in System.Reflection Pin
israfel8-Sep-05 0:36
israfel8-Sep-05 0:36 
QuestionHow to locate and read a xml file,search an element in that file and return the data corresponding to that element in string format,then deserialize the string to value object. Pin
Member 22374277-Sep-05 22:37
Member 22374277-Sep-05 22:37 
QuestionSending XML (file,stream) to server and recieving response Pin
Stefan_ Spenz7-Sep-05 22:21
Stefan_ Spenz7-Sep-05 22:21 
AnswerRe: Sending XML (file,stream) to server and recieving response Pin
Guffa7-Sep-05 23:05
Guffa7-Sep-05 23:05 
GeneralRe: Sending XML (file,stream) to server and recieving response Pin
Stefan_ Spenz7-Sep-05 23:14
Stefan_ Spenz7-Sep-05 23:14 
GeneralRe: Sending XML (file,stream) to server and recieving response Pin
Guffa8-Sep-05 3:26
Guffa8-Sep-05 3:26 
GeneralRe: Sending XML (file,stream) to server and recieving response Pin
Stefan_ Spenz8-Sep-05 21:23
Stefan_ Spenz8-Sep-05 21:23 
Questionusing comboBox in datagird Pin
Member 21264687-Sep-05 21:25
Member 21264687-Sep-05 21:25 
Answer[Message Deleted] Pin
| Muhammad Waqas Butt |7-Sep-05 22:56
professional| Muhammad Waqas Butt |7-Sep-05 22:56 
AnswerRe: using comboBox in datagird Pin
| Muhammad Waqas Butt |7-Sep-05 23:00
professional| Muhammad Waqas Butt |7-Sep-05 23:00 
QuestionGet content of a web page Pin
kokain7-Sep-05 21:22
kokain7-Sep-05 21:22 
Questionhow to prevent duplicate file in Access db? Pin
nidhelp7-Sep-05 21:20
nidhelp7-Sep-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.