Click here to Skip to main content
15,879,326 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# DataBase Question Pin
Mazdak28-Jan-04 5:49
Mazdak28-Jan-04 5:49 
GeneralRe: C# DataBase Question Pin
Heath Stewart28-Jan-04 6:38
protectorHeath Stewart28-Jan-04 6:38 
GeneralRe: C# DataBase Question Pin
scadaguy28-Jan-04 7:26
scadaguy28-Jan-04 7:26 
GeneralRe: C# DataBase Question Pin
Anonymous28-Jan-04 16:06
Anonymous28-Jan-04 16:06 
GeneralresX Files Pin
gordingin28-Jan-04 5:30
gordingin28-Jan-04 5:30 
GeneralRe: resX Files Pin
Heath Stewart28-Jan-04 6:32
protectorHeath Stewart28-Jan-04 6:32 
GeneralRe: resX Files Pin
gordingin28-Jan-04 6:37
gordingin28-Jan-04 6:37 
GeneralRe: resX Files Pin
Heath Stewart28-Jan-04 6:42
protectorHeath Stewart28-Jan-04 6:42 
Again, what is the exact error? What exactly won't work? Please be specific.

If you're copying those to your new project directory and trying to add them into that project, you should expect a "file exists" error. Instead, show the hidden files for that project by selecting an item in that project and click the Project menu, then Show All Files. Find the resx file in that directory, right-click, and select Include in Project.

Make sure you take the namespaces changes into account if you didn't override the default namespace for your project (if necessary) in the project configuration settings (right-click on the project and select Properties). In VS.NET, resx files are created using the root namespace of the project, followed by any directories in which the resx files are located, and are finally compiled to .resources file with the namespace and filename prepended.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: resX Files Pin
gordingin28-Jan-04 6:56
gordingin28-Jan-04 6:56 
QuestionCan C# .NET controls be used in Excel? Pin
EyeOfTheSky28-Jan-04 4:40
EyeOfTheSky28-Jan-04 4:40 
AnswerRe: Can C# .NET controls be used in Excel? Pin
Heath Stewart28-Jan-04 6:27
protectorHeath Stewart28-Jan-04 6:27 
GeneralC# Webservice Deployment Pin
Victor Boctor28-Jan-04 2:57
Victor Boctor28-Jan-04 2:57 
GeneralRe: C# Webservice Deployment Pin
Uwe Keim28-Jan-04 3:19
sitebuilderUwe Keim28-Jan-04 3:19 
GeneralRe: C# Webservice Deployment Pin
Victor Boctor28-Jan-04 10:02
Victor Boctor28-Jan-04 10:02 
GeneralRe: C# Webservice Deployment Pin
Uwe Keim28-Jan-04 20:06
sitebuilderUwe Keim28-Jan-04 20:06 
GeneralRe: C# Webservice Deployment Pin
Mazdak28-Jan-04 3:23
Mazdak28-Jan-04 3:23 
GeneralRe: C# Webservice Deployment Pin
Victor Boctor28-Jan-04 10:10
Victor Boctor28-Jan-04 10:10 
GeneralRe: C# Webservice Deployment Pin
Mazdak28-Jan-04 10:44
Mazdak28-Jan-04 10:44 
GeneralRe: C# Webservice Deployment Pin
Victor Boctor28-Jan-04 12:17
Victor Boctor28-Jan-04 12:17 
GeneralUsage of lookup tables Pin
feicki27-Jan-04 23:56
feicki27-Jan-04 23:56 
GeneralRe: Usage of lookup tables Pin
Mazdak28-Jan-04 0:28
Mazdak28-Jan-04 0:28 
GeneralRe: Usage of lookup tables Pin
feicki28-Jan-04 0:57
feicki28-Jan-04 0:57 
GeneralRe: Usage of lookup tables Pin
Mazdak28-Jan-04 2:56
Mazdak28-Jan-04 2:56 
GeneralRe: Usage of lookup tables Pin
Heath Stewart28-Jan-04 6:21
protectorHeath Stewart28-Jan-04 6:21 
General.NET Remoting Question Pin
andreas_aus_hamburg27-Jan-04 23:48
andreas_aus_hamburg27-Jan-04 23:48 

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.