Click here to Skip to main content
15,911,785 members
Home / Discussions / C#
   

C#

 
QuestionHow to add new control instances with sprcified name from within a custom control at design time Pin
Galib Anwar28-Feb-07 9:08
Galib Anwar28-Feb-07 9:08 
QuestionRegistering a COM component to use in VB6 Pin
gus_br28-Feb-07 8:31
gus_br28-Feb-07 8:31 
AnswerRe: Registering a COM component to use in VB6 Pin
mike montagne28-Feb-07 8:43
mike montagne28-Feb-07 8:43 
AnswerRe: Registering a COM component to use in VB6 Pin
DavidAtAscent28-Feb-07 13:49
DavidAtAscent28-Feb-07 13:49 
QuestionDataGridView DataBinding problem Pin
royk12328-Feb-07 8:11
royk12328-Feb-07 8:11 
QuestionHow to Fix the Column Width? Pin
Khoramdin28-Feb-07 8:03
Khoramdin28-Feb-07 8:03 
AnswerRe: How to Fix the Column Width? Pin
Ed.Poore28-Feb-07 8:18
Ed.Poore28-Feb-07 8:18 
Questionc# installer - exception throws - space inbetween folder name Pin
jtamil2001@yahoo.com28-Feb-07 7:52
jtamil2001@yahoo.com28-Feb-07 7:52 
Hi
I am trying to install a setup kit using c#. During installation, db folder and output xml folder has to be configured. I have configured as
c:\program files\xy z technologies\DB\ and
c:\program files\xy z technologies\xml\

I am also checking for the existence of that particular folder. If the folder exist, it should automaticlally install otherwise, create the folder and install.

I tried both by giving exact folder name and also without folder name, but in both cases, it is failing and giving an error message as

System.io.filenotfoundexception. file or assembly name or one of its components does not exist.

what could be the problem.

If I had given the folder name without any space (c:\dbfolder, c:\xml) then (without space between folders) i am able to install the kit. if space given in between folder name (say for example "program files"), i am not able to install the kit. what could be the reason

Jtamil

AnswerRe: c# installer - exception throws - space inbetween folder name Pin
Stefan Troschuetz28-Feb-07 7:57
Stefan Troschuetz28-Feb-07 7:57 
GeneralRe: c# installer - exception throws - space inbetween folder name Pin
jtamil2001@yahoo.com1-Mar-07 0:38
jtamil2001@yahoo.com1-Mar-07 0:38 
GeneralRe: c# installer - exception throws - space inbetween folder name Pin
Stefan Troschuetz1-Mar-07 0:57
Stefan Troschuetz1-Mar-07 0:57 
GeneralRe: c# installer - exception throws - space inbetween folder name Pin
jtamil2001@yahoo.com1-Mar-07 4:35
jtamil2001@yahoo.com1-Mar-07 4:35 
GeneralRe: c# installer - exception throws - space inbetween folder name Pin
Stefan Troschuetz1-Mar-07 4:45
Stefan Troschuetz1-Mar-07 4:45 
GeneralRe: c# installer - exception throws - space inbetween folder name Pin
jtamil2001@yahoo.com2-Mar-07 2:33
jtamil2001@yahoo.com2-Mar-07 2:33 
GeneralRe: c# installer - exception throws - space inbetween folder name Pin
Stefan Troschuetz2-Mar-07 3:01
Stefan Troschuetz2-Mar-07 3:01 
GeneralRe: c# installer - exception throws - space inbetween folder name Pin
jtamil2001@yahoo.com2-Mar-07 7:11
jtamil2001@yahoo.com2-Mar-07 7:11 
GeneralRe: c# installer - exception throws - space inbetween folder name Pin
Stefan Troschuetz4-Mar-07 6:56
Stefan Troschuetz4-Mar-07 6:56 
QuestionWindows Service in background Pin
dannygilbert328-Feb-07 7:36
dannygilbert328-Feb-07 7:36 
AnswerRe: Windows Service in background Pin
kryzchek28-Feb-07 10:05
kryzchek28-Feb-07 10:05 
QuestionThread question Pin
teejayem28-Feb-07 7:29
teejayem28-Feb-07 7:29 
AnswerRe: Thread question Pin
CPallini28-Feb-07 9:44
mveCPallini28-Feb-07 9:44 
GeneralRe: Thread question Pin
teejayem28-Feb-07 10:43
teejayem28-Feb-07 10:43 
GeneralRe: Thread question Pin
CPallini28-Feb-07 11:18
mveCPallini28-Feb-07 11:18 
GeneralRe: Thread question Pin
pbraun4-Mar-07 4:24
pbraun4-Mar-07 4:24 
GeneralRe: Thread question Pin
teejayem5-Mar-07 12:35
teejayem5-Mar-07 12:35 

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.