Click here to Skip to main content
16,008,490 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionDatabase Problem ? Pin
Nick Parker22-Nov-02 16:47
protectorNick Parker22-Nov-02 16:47 
AnswerRe: Database Problem ? Pin
Kannan Kalyanaraman2-Dec-02 2:44
Kannan Kalyanaraman2-Dec-02 2:44 
GeneralRe: Database Problem ? Pin
Nick Parker2-Dec-02 8:25
protectorNick Parker2-Dec-02 8:25 
AnswerRe: Database Problem ? Pin
taks6-Dec-02 3:56
taks6-Dec-02 3:56 
GeneralRe: Database Problem ? Pin
Nick Parker7-Dec-02 4:15
protectorNick Parker7-Dec-02 4:15 
Generalsetting dos screen prompt other than C:\ Pin
IrishSonic22-Nov-02 13:48
IrishSonic22-Nov-02 13:48 
GeneralRe: setting dos screen prompt other than C:\ Pin
Nitron7-Dec-02 13:02
Nitron7-Dec-02 13:02 
GeneralOdd Error.... Pin
Nick Parker22-Nov-02 12:53
protectorNick Parker22-Nov-02 12:53 
Aren't they all. Ok, actully I am not sure as to why I am getting this, or even what it really means. I am simply writing a MC++ assembly that does some data access. There error points to this line here:
mySQLConnection = new SqlConnection(S"server=local;Trusted_Connection=yes;database=DeveloperNotes;");


However I have this declared above it:
SqlConnection * mySQLConnection;


I have included the following:
#using <mscorlib.dll>
#using <system.data.dll>
#using <System.Xml.dll> 

using namespace System;
using namespace System::Data;
using namespace System::Data::SqlClient;
using namespace System::Xml;


Does anyone have any ideas about this error? Confused | :confused:
c:\Documents and Settings\User\Desktop\new_article\mcpp\mcpp.cpp(18): error C3624: 'System::ComponentModel::Component': the compiler cannot find this type; it is defined in the assembly 'System'

Nick Parker

May your glass be ever full.
May the roof over your head be always strong.
And may you be in heaven half an hour before the devil knows you’re dead. - Irish Blessing



GeneralFIXED.... Pin
Nick Parker22-Nov-02 15:18
protectorNick Parker22-Nov-02 15:18 
GeneralRe: FIXED.... Pin
Nick Hodapp25-Nov-02 8:06
sitebuilderNick Hodapp25-Nov-02 8:06 
GeneralRe: FIXED.... Pin
Nick Parker25-Nov-02 14:42
protectorNick Parker25-Nov-02 14:42 
GeneralC++ & Databse connectivity Pin
Sreejit21-Nov-02 3:38
Sreejit21-Nov-02 3:38 
GeneralRe: C++ & Databse connectivity Pin
Christian Graus22-Nov-02 13:22
protectorChristian Graus22-Nov-02 13:22 
GeneralHelp! Cannot copy Web Service to server! Pin
lnong18-Nov-02 17:23
lnong18-Nov-02 17:23 
GeneralNEED HELP WITH C++ PROGRAM!! Pin
Anonymous14-Nov-02 23:20
Anonymous14-Nov-02 23:20 
GeneralRe: NEED HELP WITH C++ PROGRAM!! Pin
Christian Graus22-Nov-02 13:21
protectorChristian Graus22-Nov-02 13:21 
GeneralConverting managed string into ansi char* Pin
Anonymous7-Nov-02 0:10
Anonymous7-Nov-02 0:10 
GeneralConvert managed to unmanaged Pin
JohnBrod6-Nov-02 13:11
JohnBrod6-Nov-02 13:11 
Questiontype caste it into DWORD? Pin
imran_rafique6-Nov-02 10:22
imran_rafique6-Nov-02 10:22 
Questionis there any lose of value ? Pin
imran_rafique25-Oct-02 16:59
imran_rafique25-Oct-02 16:59 
AnswerRe: is there any lose of value ? Pin
Chris Losinger25-Oct-02 18:53
professionalChris Losinger25-Oct-02 18:53 
GeneralRe: is there any lose of value ? Pin
imran_rafique26-Oct-02 17:59
imran_rafique26-Oct-02 17:59 
GeneralRe: is there any lose of value ? Pin
Christian Graus22-Nov-02 13:26
protectorChristian Graus22-Nov-02 13:26 
AnswerRe: is there any lose of value ? Pin
ian mariano28-Oct-02 4:03
ian mariano28-Oct-02 4:03 
Questionis it the right code? Pin
imran_rafique23-Oct-02 16:29
imran_rafique23-Oct-02 16:29 

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.