Click here to Skip to main content
15,890,947 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: how to get the primary key for a new row Pin
Stefan Baens28-Aug-07 1:04
Stefan Baens28-Aug-07 1:04 
GeneralRe: how to get the primary key for a new row Pin
George L. Jackson28-Aug-07 4:14
George L. Jackson28-Aug-07 4:14 
GeneralRe: how to get the primary key for a new row Pin
George L. Jackson28-Aug-07 13:36
George L. Jackson28-Aug-07 13:36 
AnswerRe: how to get the primary key for a new row Pin
led mike28-Aug-07 4:38
led mike28-Aug-07 4:38 
GeneralRe: how to get the primary key for a new row Pin
Stefan Baens29-Aug-07 5:15
Stefan Baens29-Aug-07 5:15 
GeneralRe: how to get the primary key for a new row Pin
led mike29-Aug-07 6:06
led mike29-Aug-07 6:06 
QuestionVisualStudio2003 and .netmodule Pin
sGrabert27-Aug-07 22:11
sGrabert27-Aug-07 22:11 
AnswerRe: VisualStudio2003 and .netmodule Pin
sps-itsec4627-Aug-07 22:44
sps-itsec4627-Aug-07 22:44 
Hi,

AFAIK it's currently only supported to compile a netmodule in VS2005 via command line. Currently there is no IDE support for it. Because this really bugged me I looked for another way and ended up changing a single tag in the csproj-file.

Before change:
<OutputType>Library</OutputType>

After change:
<OutputType>module</OutputType>
Works perfectly for me (VS2005) but you've to check if this works in VS2003, too.

After you've done this change take care not to change the output type of this project via the IDE anymore. It will of course overwrite your hand-changed tag.

Perhaps the following links can help you, too:
http://support.microsoft.com/?scid=kb%3Ben-us%3B309805&x=9&y=11[^]
http://support.microsoft.com/kb/311416/EN-US/[^]



cheers,
mykel

OMM: "Let us be thankful we have an occupation to fill. Work hard, increase production, prevent accidents and be happy."

GeneralRe: VisualStudio2003 and .netmodule [modified] Pin
sGrabert28-Aug-07 0:07
sGrabert28-Aug-07 0:07 
QuestionConvert vector to managed array Pin
hansipet27-Aug-07 4:36
hansipet27-Aug-07 4:36 
AnswerRe: Convert vector to managed array Pin
led mike27-Aug-07 5:08
led mike27-Aug-07 5:08 
GeneralRe: Convert vector to managed array Pin
hansipet27-Aug-07 9:01
hansipet27-Aug-07 9:01 
GeneralRe: Convert vector to managed array Pin
George L. Jackson27-Aug-07 10:38
George L. Jackson27-Aug-07 10:38 
QuestionDefault funcations in a class Pin
Nandu_77b27-Aug-07 0:15
Nandu_77b27-Aug-07 0:15 
AnswerRe: Default funcations in a class Pin
George L. Jackson27-Aug-07 10:30
George L. Jackson27-Aug-07 10:30 
Questionhow to use and declare a Vector Pin
aefmaaradji26-Aug-07 13:43
aefmaaradji26-Aug-07 13:43 
AnswerRe: how to use and declare a Vector Pin
George L. Jackson26-Aug-07 15:51
George L. Jackson26-Aug-07 15:51 
Questiondeclaration and use of a buffer (pile TCP/IP) Pin
aefmaaradji26-Aug-07 13:25
aefmaaradji26-Aug-07 13:25 
QuestionSending Native Struct via TCP Pin
tjkrz26-Aug-07 9:02
tjkrz26-Aug-07 9:02 
AnswerRe: Sending Native Struct via TCP Pin
Mark Salsbery26-Aug-07 10:09
Mark Salsbery26-Aug-07 10:09 
Questioncompute the square root of a number without mathematic functions ..... Pin
mr.mohsen26-Aug-07 8:27
mr.mohsen26-Aug-07 8:27 
AnswerRe: compute the square root of a number without mathematic functions ..... Pin
Luc Pattyn26-Aug-07 10:51
sitebuilderLuc Pattyn26-Aug-07 10:51 
GeneralRe: compute the square root of a number without mathematic functions ..... Pin
George L. Jackson27-Aug-07 10:40
George L. Jackson27-Aug-07 10:40 
GeneralRe: compute the square root of a number without mathematic functions ..... Pin
Luc Pattyn27-Aug-07 11:10
sitebuilderLuc Pattyn27-Aug-07 11:10 
GeneralRe: compute the square root of a number without mathematic functions ..... Pin
George L. Jackson27-Aug-07 12:05
George L. Jackson27-Aug-07 12:05 

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.