Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
GeneralRe: SMDR Data Collection using Tcp/ip in c# Pin
Richard MacCutchan29-Aug-13 3:20
mveRichard MacCutchan29-Aug-13 3:20 
AnswerRe: SMDR Data Collection using Tcp/ip in c# Pin
NotPolitcallyCorrect29-Aug-13 2:06
NotPolitcallyCorrect29-Aug-13 2:06 
GeneralRe: SMDR Data Collection using Tcp/ip in c# Pin
Richard MacCutchan29-Aug-13 3:22
mveRichard MacCutchan29-Aug-13 3:22 
QuestionMATLAB Builder NE deployment problem Pin
shwetanisha28-Aug-13 20:23
shwetanisha28-Aug-13 20:23 
QuestionRe: MATLAB Builder NE deployment problem Pin
Richard MacCutchan28-Aug-13 21:28
mveRichard MacCutchan28-Aug-13 21:28 
AnswerRe: MATLAB Builder NE deployment problem Pin
shwetanisha28-Aug-13 21:55
shwetanisha28-Aug-13 21:55 
GeneralRe: MATLAB Builder NE deployment problem Pin
Richard MacCutchan28-Aug-13 22:11
mveRichard MacCutchan28-Aug-13 22:11 
GeneralRe: MATLAB Builder NE deployment problem Pin
shwetanisha29-Aug-13 0:15
shwetanisha29-Aug-13 0:15 
I get this output in the Deployment Tool Output window after I hit the build option

Build output( 2013-08-29 15:26:54).

mcc -F 'C:\.m files\MDemo9.prj'

'?A' is not recognized as an internal or external command,
operable program or batch file.
mcc -W 'dotnet:MDemo9,MDemo9,2.0,private' -d 'C:\.m files\MDemo9\src' -T 'link:lib' -v 'class{MDemo9:C:\.m files\Msquare.m}'
Compiler version: 4.10 (R2009a)
Processing include files...
2 item(s) added.
Processing directories installed with MCR...
The file C:\.m files\MDemo9\src\mccExcludedFiles.log contains a list of functions excluded from the CTF archive.
2 item(s) added.
Generating MATLAB path for the compiled application...
Created 40 path items.
Begin validation of MEX files: Thu Aug 29 15:28:20 2013
End validation of MEX files: Thu Aug 29 15:28:20 2013
Parsing file "C:\.m files\Msquare.m"
(Referenced from: "Compiler Command Line").
Parsing file "C:\Program Files\MATLAB\R2009a\toolbox\compiler\deploy\deployprint.m"
(Referenced from: "Compiler Command Line").
Parsing file "C:\Program Files\MATLAB\R2009a\toolbox\compiler\deploy\printdlg.m"
(Referenced from: "Compiler Command Line").
Deleting 0 temporary MEX authorization files.
Generating file "C:\.m files\MDemo9\src\MDemo9.cs".
Generating file "C:\.m files\MDemo9\src\MDemo9Native.cs".
Generating file "C:\.m files\MDemo9\src\readme.txt".
Generating file "C:\.m files\MDemo9\src\dotnet_mcc_component_data.cs".
Executing command: C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe /nologo /optimize /doc:"C:\.m files\MDemo9\src\MDemo9.xml" /t:library /r:"C:\Program Files\MATLAB\R2009a\toolbox\dotnetbuilder\bin\win32\v2.0\MWArray.dll" /resource:"C:\.m files\MDemo9\src\MDemo9.ctf" /out:"C:\.m files\MDemo9\src\MDemo9.dll" "C:\.m files\MDemo9\src\MDemo9.cs" "C:\.m files\MDemo9\src\dotnet_mcc_component_data.cs"
'?A' is not recognized as an internal or external command,
operable program or batch file.
Error: An error occurred while shelling out to CSC (error code = 1).
Unable to build executable.
??? Error using ==> mcc
Error executing mcc, return status = 1 (0x1).



There were errors during compilation process.
GeneralRe: MATLAB Builder NE deployment problem Pin
Richard MacCutchan29-Aug-13 0:29
mveRichard MacCutchan29-Aug-13 0:29 
GeneralRe: MATLAB Builder NE deployment problem Pin
shwetanisha29-Aug-13 2:03
shwetanisha29-Aug-13 2:03 
GeneralRe: MATLAB Builder NE deployment problem Pin
Pete O'Hanlon29-Aug-13 2:38
mvePete O'Hanlon29-Aug-13 2:38 
GeneralRe: MATLAB Builder NE deployment problem Pin
Richard MacCutchan29-Aug-13 2:59
mveRichard MacCutchan29-Aug-13 2:59 
GeneralRe: MATLAB Builder NE deployment problem Pin
shwetanisha29-Aug-13 19:56
shwetanisha29-Aug-13 19:56 
GeneralRe: MATLAB Builder NE deployment problem Pin
Richard MacCutchan29-Aug-13 20:54
mveRichard MacCutchan29-Aug-13 20:54 
GeneralRe: MATLAB Builder NE deployment problem Pin
shwetanisha29-Aug-13 22:25
shwetanisha29-Aug-13 22:25 
QuestionWindows Services using C# and SQL data Pin
Member 1023886728-Aug-13 20:07
Member 1023886728-Aug-13 20:07 
AnswerRe: Windows Services using C# and SQL data Pin
OriginalGriff28-Aug-13 21:13
mveOriginalGriff28-Aug-13 21:13 
GeneralRe: Windows Services using C# and SQL data Pin
Member 1023886728-Aug-13 21:43
Member 1023886728-Aug-13 21:43 
GeneralRe: Windows Services using C# and SQL data Pin
OriginalGriff28-Aug-13 22:00
mveOriginalGriff28-Aug-13 22:00 
AnswerRe: Windows Services using C# and SQL data Pin
Bernhard Hiller28-Aug-13 21:17
Bernhard Hiller28-Aug-13 21:17 
GeneralRe: Windows Services using C# and SQL data Pin
Member 1023886728-Aug-13 21:46
Member 1023886728-Aug-13 21:46 
QuestionDataGridView Printing Pin
Tsukasa8328-Aug-13 7:33
Tsukasa8328-Aug-13 7:33 
AnswerRe: DataGridView Printing Pin
OriginalGriff28-Aug-13 21:15
mveOriginalGriff28-Aug-13 21:15 
QuestionRead XML string, Manipulate, Store in Dataset & SqlBulkCopy Pin
murugesan.ks28-Aug-13 7:32
murugesan.ks28-Aug-13 7:32 
AnswerRe: Read XML string, Manipulate, Store in Dataset & SqlBulkCopy Pin
SledgeHammer0128-Aug-13 9:26
SledgeHammer0128-Aug-13 9:26 

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.