Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
GeneralRe: FrontPage Web Connection Pin
Heath Stewart29-Jan-04 2:18
protectorHeath Stewart29-Jan-04 2:18 
GeneralRe: FrontPage Web Connection Pin
Adam Hable29-Jan-04 4:02
Adam Hable29-Jan-04 4:02 
GeneralRe: FrontPage Web Connection Pin
Heath Stewart29-Jan-04 4:31
protectorHeath Stewart29-Jan-04 4:31 
QuestionIs COM Interop futureproof? Pin
DavidDunning28-Jan-04 6:40
DavidDunning28-Jan-04 6:40 
AnswerRe: Is COM Interop futureproof? Pin
Heath Stewart28-Jan-04 6:52
protectorHeath Stewart28-Jan-04 6:52 
GeneralC# DataBase Question Pin
mweston28-Jan-04 5:34
mweston28-Jan-04 5:34 
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 

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.