Click here to Skip to main content
15,900,258 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionaccess frm inside thread to form controls Pin
Hamid Agha13-Mar-06 2:33
Hamid Agha13-Mar-06 2:33 
AnswerRe: access frm inside thread to form controls Pin
Chris Richner13-Mar-06 2:56
Chris Richner13-Mar-06 2:56 
AnswerRe: access frm inside thread to form controls Pin
Ravi Bhavnani14-Mar-06 3:51
professionalRavi Bhavnani14-Mar-06 3:51 
QuestionHow could change the weekday display format Pin
Kent Liu12-Mar-06 22:45
professionalKent Liu12-Mar-06 22:45 
Questiongoogle earth Pin
ali kanju12-Mar-06 21:55
ali kanju12-Mar-06 21:55 
AnswerRe: google earth Pin
CWIZO15-Mar-06 2:32
CWIZO15-Mar-06 2:32 
GeneralRe: google earth Pin
ali kanju15-Mar-06 16:49
ali kanju15-Mar-06 16:49 
Questionfatal errot c1190 Pin
alaa2211-Mar-06 8:16
alaa2211-Mar-06 8:16 
hello,
i hope this is the right place to post my problem,,
i'm using microsoft visual C++ 2005
i wrote the following code:

#using (System.XML.dll)
using namespace System::Xml;

int _tmain(int argc, char* argv[])
{
//check for required arguments
if (argc <2)
{
console::WriteLine("Usage :CppXmlTextReader path");
return -1;
}

try
{
//create the reader...
XmlTextReader* rdr = new XmlTextReader(path);
}
catch (exception* pe)
{
Console::Writeline(pe->ToString());
}

}

but i got the following error pointed to the first line
fatal error c1190 manage targeted code requires a ' /clr' optoin.

can any one help me to fix it ,plz?
thank u


-- modified at 14:18 Saturday 11th March, 2006
Questionmobile agent Pin
karthik.N.Rao11-Mar-06 8:07
karthik.N.Rao11-Mar-06 8:07 
Question.net execute programs permission Pin
_tasleem10-Mar-06 18:50
_tasleem10-Mar-06 18:50 
Questionframework version number Pin
eey5610-Mar-06 10:29
eey5610-Mar-06 10:29 
AnswerRe: framework version number Pin
[Marc]10-Mar-06 12:07
[Marc]10-Mar-06 12:07 
AnswerRe: framework version number Pin
Dave Kreskowiak10-Mar-06 12:48
mveDave Kreskowiak10-Mar-06 12:48 
AnswerRe: framework version number Pin
HimaBindu Vejella12-Mar-06 21:28
HimaBindu Vejella12-Mar-06 21:28 
AnswerRe: framework version number Pin
Ed.Poore15-Mar-06 11:22
Ed.Poore15-Mar-06 11:22 
QuestionGenerics inheriting from generic types ... Pin
Pop Catalin10-Mar-06 1:57
Pop Catalin10-Mar-06 1:57 
QuestionForcing VS.NET 2005 to use .NET 1.1 framework. Pin
MY120110-Mar-06 0:45
MY120110-Mar-06 0:45 
AnswerRe: Forcing VS.NET 2005 to use .NET 1.1 framework. Pin
Dave Kreskowiak10-Mar-06 12:44
mveDave Kreskowiak10-Mar-06 12:44 
GeneralRe: Forcing VS.NET 2005 to use .NET 1.1 framework. Pin
Vasudevan Deepak Kumar12-Mar-06 17:03
Vasudevan Deepak Kumar12-Mar-06 17:03 
GeneralRe: Forcing VS.NET 2005 to use .NET 1.1 framework. Pin
Chris Richner13-Mar-06 2:59
Chris Richner13-Mar-06 2:59 
Questionaxwebbrowser find function Pin
Lifeform239-Mar-06 12:02
Lifeform239-Mar-06 12:02 
QuestionTextBox.AutoComplete .net 2.0 Pin
Chris Richner9-Mar-06 3:36
Chris Richner9-Mar-06 3:36 
Question.NET Framework Pin
FeRtoll9-Mar-06 0:27
FeRtoll9-Mar-06 0:27 
AnswerRe: .NET Framework Pin
Sebastian Schneider9-Mar-06 0:37
Sebastian Schneider9-Mar-06 0:37 
GeneralRe: .NET Framework Pin
FeRtoll9-Mar-06 10:59
FeRtoll9-Mar-06 10:59 

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.