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

.NET (Core and Framework)

 
GeneralRe: using nmake? Pin
Dave Kreskowiak25-Apr-06 10:11
mveDave Kreskowiak25-Apr-06 10:11 
JokeRe: using nmake? Pin
ALQallaf25-Apr-06 12:47
ALQallaf25-Apr-06 12:47 
QuestionMysterious error dialog on exit... Pin
CherezZaboro24-Apr-06 8:01
CherezZaboro24-Apr-06 8:01 
AnswerRe: Mysterious error dialog on exit... Pin
Ed.Poore25-Apr-06 3:11
Ed.Poore25-Apr-06 3:11 
GeneralRe: Mysterious error dialog on exit... Pin
CherezZaboro25-Apr-06 3:47
CherezZaboro25-Apr-06 3:47 
GeneralRe: Mysterious error dialog on exit... Pin
Ed.Poore25-Apr-06 4:04
Ed.Poore25-Apr-06 4:04 
GeneralRe: Mysterious error dialog on exit... Pin
CherezZaboro25-Apr-06 4:47
CherezZaboro25-Apr-06 4:47 
GeneralRe: Mysterious error dialog on exit... Pin
Ed.Poore25-Apr-06 8:16
Ed.Poore25-Apr-06 8:16 
So you've basically got:
static void Main(string[] args)
{
	try
	{
		Application.Run(new MainForm());
		Marshal.ReleaseComObject(msscript);
		Marshal.ReleaseComObject(winsock);
	}
	catch (Exception e)
	{
		MessageBox.Show(e.ToString());
	}
}


Am I right?

(One thing I just thought of, do you dispose the msscript or winsock first because if the msscript control is disposed of second then it might be trying to access the winsock control (if you allow this interaction)).


You know you're a Land Rover owner when the best route from point A to point B is through the mud.

Ed
QuestionProblem with ImageAnimator Pin
sasha_razm24-Apr-06 5:01
sasha_razm24-Apr-06 5:01 
QuestionDiffrence between .NET Framework 1.1 and 2.0 Pin
Tiger45624-Apr-06 0:05
Tiger45624-Apr-06 0:05 
AnswerRe: Diffrence between .NET Framework 1.1 and 2.0 Pin
CWIZO24-Apr-06 0:26
CWIZO24-Apr-06 0:26 
QuestionCan VC++ 6 co-exist with .NET (e.g. C#, VC++ 2003 or higher) Pin
-e23-Apr-06 2:42
-e23-Apr-06 2:42 
Questionframe-delay change in gif Pin
sasha_razm22-Apr-06 5:06
sasha_razm22-Apr-06 5:06 
AnswerRe: frame-delay change in gif Pin
Robert Rohde24-Apr-06 2:02
Robert Rohde24-Apr-06 2:02 
GeneralRe: frame-delay change in gif Pin
sasha_razm24-Apr-06 2:48
sasha_razm24-Apr-06 2:48 
GeneralRe: frame-delay change in gif Pin
Robert Rohde24-Apr-06 3:02
Robert Rohde24-Apr-06 3:02 
GeneralRe: frame-delay change in gif Pin
sasha_razm24-Apr-06 3:11
sasha_razm24-Apr-06 3:11 
GeneralRe: frame-delay change in gif Pin
Robert Rohde24-Apr-06 21:09
Robert Rohde24-Apr-06 21:09 
GeneralRe: frame-delay change in gif Pin
sasha_razm24-Apr-06 23:07
sasha_razm24-Apr-06 23:07 
GeneralRe: frame-delay change in gif Pin
Robert Rohde25-Apr-06 2:02
Robert Rohde25-Apr-06 2:02 
QuestionInstall shield problem Pin
anurajju20-Apr-06 21:07
anurajju20-Apr-06 21:07 
Questiondifference between COM and .Net Pin
cathy_d'souza20-Apr-06 20:16
cathy_d'souza20-Apr-06 20:16 
AnswerRe: difference between COM and .Net Pin
HimaBindu Vejella20-Apr-06 20:44
HimaBindu Vejella20-Apr-06 20:44 
GeneralRe: difference between COM and .Net Pin
Steve M.1-May-06 13:26
Steve M.1-May-06 13:26 
Question2-state DataGridBoolColumn style Pin
Douglas Dean20-Apr-06 5:14
Douglas Dean20-Apr-06 5:14 

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.