Click here to Skip to main content
15,895,777 members
Home / Discussions / C#
   

C#

 
GeneralRe: Content-Disposition Attachment not working in IE7 Pin
sudhirBirlapur22-Sep-09 18:59
sudhirBirlapur22-Sep-09 18:59 
Questionwriting usb driver in visual C#.Net.? Pin
Mir_As22-Sep-09 4:23
Mir_As22-Sep-09 4:23 
AnswerRe: writing usb driver in visual C#.Net.? Pin
Dave Kreskowiak22-Sep-09 4:36
mveDave Kreskowiak22-Sep-09 4:36 
GeneralRe: writing usb driver in visual C#.Net.? Pin
Mir_As22-Sep-09 5:04
Mir_As22-Sep-09 5:04 
GeneralRe: writing usb driver in visual C#.Net.? Pin
EliottA22-Sep-09 5:10
EliottA22-Sep-09 5:10 
GeneralRe: writing usb driver in visual C#.Net.? Pin
Dave Kreskowiak22-Sep-09 5:19
mveDave Kreskowiak22-Sep-09 5:19 
GeneralRe: writing usb driver in visual C#.Net.? Pin
Xmen Real 22-Sep-09 5:36
professional Xmen Real 22-Sep-09 5:36 
GeneralRe: writing usb driver in visual C#.Net.? Pin
Dave Kreskowiak22-Sep-09 6:26
mveDave Kreskowiak22-Sep-09 6:26 
First, you'll have to find a compiler that will generate native code with the app and framework all rolled into one. There are some out there, but they cost a small fortune to buy.

Next, that compiler will have to generate native code for the CPU in the microcontroller. That probably doesn't exist.

Those compilers will generate code libraries that are significantly larger than the app itself. You'll have to make sure the MC has the storage capacity to hold such a large executable.

Lastly, the .NET CLR depends on Windows, which the MC will not run.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: writing usb driver in visual C#.Net.? Pin
Richard MacCutchan22-Sep-09 6:27
mveRichard MacCutchan22-Sep-09 6:27 
GeneralRe: writing usb driver in visual C#.Net.? Pin
Xmen Real 22-Sep-09 6:36
professional Xmen Real 22-Sep-09 6:36 
AnswerRe: writing usb driver in visual C#.Net.? Pin
Luc Pattyn22-Sep-09 5:26
sitebuilderLuc Pattyn22-Sep-09 5:26 
GeneralRe: writing usb driver in visual C#.Net.? Pin
EliottA22-Sep-09 6:57
EliottA22-Sep-09 6:57 
GeneralRe: writing usb driver in visual C#.Net.? Pin
DaveyM6922-Sep-09 7:46
professionalDaveyM6922-Sep-09 7:46 
GeneralRe: writing usb driver in visual C#.Net.? Pin
Luc Pattyn22-Sep-09 11:49
sitebuilderLuc Pattyn22-Sep-09 11:49 
AnswerRe: writing usb driver in visual C#.Net.? Pin
DaveyM6922-Sep-09 7:45
professionalDaveyM6922-Sep-09 7:45 
Questionremoting over the internet?? Pin
Tridip Bhattacharjee22-Sep-09 3:25
professionalTridip Bhattacharjee22-Sep-09 3:25 
AnswerRe: remoting over the internet?? Pin
Not Active22-Sep-09 4:07
mentorNot Active22-Sep-09 4:07 
AnswerRe: remoting over the internet?? Pin
Dave Kreskowiak22-Sep-09 4:33
mveDave Kreskowiak22-Sep-09 4:33 
AnswerRe: remoting over the internet?? Pin
Xmen Real 22-Sep-09 5:30
professional Xmen Real 22-Sep-09 5:30 
AnswerRe: remoting over the internet?? Pin
Big Daddy Farang22-Sep-09 8:42
Big Daddy Farang22-Sep-09 8:42 
Questiongoogle search engine api using c# Pin
Anil Veeraghattapu 422-Sep-09 2:33
Anil Veeraghattapu 422-Sep-09 2:33 
AnswerRe: google search engine api using c# Pin
Richard MacCutchan22-Sep-09 2:36
mveRichard MacCutchan22-Sep-09 2:36 
AnswerRe: google search engine api using c# [modified] Pin
Patrik.karlin22-Sep-09 2:55
Patrik.karlin22-Sep-09 2:55 
AnswerRe: google search engine api using c# Pin
Aman Bhullar22-Sep-09 3:22
Aman Bhullar22-Sep-09 3:22 
QuestionBind txt Box to database [modified] Pin
Manish7922-Sep-09 2:12
Manish7922-Sep-09 2:12 

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.