Click here to Skip to main content
15,921,028 members
Home / Discussions / C#
   

C#

 
AnswerRe: Hidden Files Pin
Luc Pattyn12-Oct-06 8:05
sitebuilderLuc Pattyn12-Oct-06 8:05 
Questionrdlc dynamic formatting? Pin
CryoK12-Oct-06 6:28
CryoK12-Oct-06 6:28 
AnswerRe: rdlc dynamic formatting? Pin
Private_Void12-Oct-06 6:48
Private_Void12-Oct-06 6:48 
QuestionHow to Play Stream Videos in CSharp 2005 ? Pin
hdv21212-Oct-06 6:19
hdv21212-Oct-06 6:19 
QuestionListView Groups Pin
BoneSoft12-Oct-06 4:46
BoneSoft12-Oct-06 4:46 
QuestionParameter not valid?? Pin
hristo197712-Oct-06 4:40
hristo197712-Oct-06 4:40 
AnswerRe: Parameter not valid?? Pin
Christian Graus12-Oct-06 4:46
protectorChristian Graus12-Oct-06 4:46 
AnswerRe: Parameter not valid?? Pin
CoolASL12-Oct-06 4:47
CoolASL12-Oct-06 4:47 
Hi hristo1977,
Well it happened with me once too.
When you specify a resource in your project, VS does not copy that resource to your project. It just takes a reference of that resource which is actually present on your hard drive.
If you have chose the option to embed that resource in your build, then that resource is embedded during compile time. Meaning, at no time, it is actually included into your project.

So, you need to check if the resource it points to is actually present on your drive. Click the resource and check out its path in the properties window and make sure it points to the right thing.

Hopefully it was helpful. Smile | :)


*** Who said nothing is impossible? I have been doing it for a long time ***

GeneralRe: Parameter not valid?? Pin
hristo197712-Oct-06 10:35
hristo197712-Oct-06 10:35 
GeneralRe: Parameter not valid?? Pin
CoolASL13-Oct-06 0:02
CoolASL13-Oct-06 0:02 
QuestionWeb Control in C# Pin
CoolASL12-Oct-06 4:33
CoolASL12-Oct-06 4:33 
AnswerRe: Web Control in C# Pin
Christian Graus12-Oct-06 4:49
protectorChristian Graus12-Oct-06 4:49 
GeneralRe: Web Control in C# Pin
CoolASL13-Oct-06 0:01
CoolASL13-Oct-06 0:01 
QuestionCaptain! I think she's leaking memory Pin
sameerhanda12-Oct-06 4:30
sameerhanda12-Oct-06 4:30 
AnswerRe: Captain! I think she's leaking memory Pin
WillemM12-Oct-06 5:46
WillemM12-Oct-06 5:46 
AnswerRe: Captain! I think she's leaking memory Pin
Judah Gabriel Himango12-Oct-06 6:05
sponsorJudah Gabriel Himango12-Oct-06 6:05 
QuestionMonitoring scrolling graph Pin
flackjack12-Oct-06 4:25
flackjack12-Oct-06 4:25 
Questionv1.1 equivalent of v2.0's "List" class?? Pin
Goalie3512-Oct-06 4:25
Goalie3512-Oct-06 4:25 
AnswerRe: v1.1 equivalent of v2.0's "List" class?? Pin
ssoffline12-Oct-06 4:36
ssoffline12-Oct-06 4:36 
AnswerRe: v1.1 equivalent of v2.0's "List" class?? Pin
Stefan Troschuetz12-Oct-06 5:04
Stefan Troschuetz12-Oct-06 5:04 
QuestionCan i include a font in my app? Pin
Anthony Mushrow12-Oct-06 4:13
professionalAnthony Mushrow12-Oct-06 4:13 
AnswerRe: Can i include a font in my app? Pin
Jonathan [Darka]12-Oct-06 4:35
professionalJonathan [Darka]12-Oct-06 4:35 
AnswerRe: Can i include a font in my app? Pin
WillemM12-Oct-06 5:51
WillemM12-Oct-06 5:51 
QuestionHow to handle shutdown event Pin
Alper Camel12-Oct-06 4:05
Alper Camel12-Oct-06 4:05 
AnswerRe: How to handle shutdown event Pin
Stefan Troschuetz12-Oct-06 5:11
Stefan Troschuetz12-Oct-06 5:11 

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.