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

.NET (Core and Framework)

 
AnswerRe: application not running without visual studio Pin
Shameel27-Jan-14 4:22
professionalShameel27-Jan-14 4:22 
QuestionWebService Problem Pin
angelo8714-Jan-14 12:24
angelo8714-Jan-14 12:24 
AnswerRe: WebService Problem Pin
Dave Kreskowiak14-Jan-14 14:09
mveDave Kreskowiak14-Jan-14 14:09 
AnswerRe: WebService Problem Pin
Bernhard Hiller14-Jan-14 20:54
Bernhard Hiller14-Jan-14 20:54 
SuggestionRe: WebService Problem Pin
Richard Deeming15-Jan-14 0:49
mveRichard Deeming15-Jan-14 0:49 
GeneralRe: WebService Problem Pin
Dave Kreskowiak15-Jan-14 3:34
mveDave Kreskowiak15-Jan-14 3:34 
GeneralRe: WebService Problem Pin
Eddy Vluggen15-Jan-14 5:01
professionalEddy Vluggen15-Jan-14 5:01 
GeneralRe: WebService Problem Pin
Dave Kreskowiak15-Jan-14 6:52
mveDave Kreskowiak15-Jan-14 6:52 
Questionlinq to entity Pin
Member 1050774910-Jan-14 2:46
Member 1050774910-Jan-14 2:46 
AnswerRe: linq to entity Pin
Simon_Whale10-Jan-14 3:08
Simon_Whale10-Jan-14 3:08 
AnswerRe: linq to entity Pin
Dave Kreskowiak10-Jan-14 5:31
mveDave Kreskowiak10-Jan-14 5:31 
QuestionPass arguments Pin
byka10-Jan-14 2:21
byka10-Jan-14 2:21 
AnswerRe: Pass arguments Pin
Shameel10-Jan-14 2:42
professionalShameel10-Jan-14 2:42 
GeneralRe: Pass arguments Pin
byka10-Jan-14 3:05
byka10-Jan-14 3:05 
AnswerRe: Pass arguments Pin
Shameel10-Jan-14 3:11
professionalShameel10-Jan-14 3:11 
QuestionHow to Convert Pdf to Html ? Pin
Sumit Rastogi SRA9-Jan-14 1:55
professionalSumit Rastogi SRA9-Jan-14 1:55 
AnswerRe: How to Convert Pdf to Html ? Pin
Manfred Rudolf Bihy9-Jan-14 2:38
professionalManfred Rudolf Bihy9-Jan-14 2:38 
Questionnot able to open excel hyperlink provided in PPT in asp.net form Pin
ven7539-Jan-14 0:11
ven7539-Jan-14 0:11 
AnswerRe: not able to open excel hyperlink provided in PPT in asp.net form Pin
Shameel10-Jan-14 2:46
professionalShameel10-Jan-14 2:46 
QuestionHow to convert PPT to mht format in Office 2010 / 2013 to use in Asp.net web application Pin
ven7536-Jan-14 22:41
ven7536-Jan-14 22:41 
AnswerRe: How to convert PPT to mht format in Office 2010 / 2013 to use in Asp.net web application Pin
Chris Quinn7-Jan-14 0:02
Chris Quinn7-Jan-14 0:02 
GeneralRe: How to convert PPT to mht format in Office 2010 / 2013 to use in Asp.net web application Pin
ven7537-Jan-14 0:18
ven7537-Jan-14 0:18 
AnswerRe: How to convert PPT to mht format in Office 2010 / 2013 to use in Asp.net web application Pin
Pete O'Hanlon7-Jan-14 0:52
mvePete O'Hanlon7-Jan-14 0:52 
You can drive the save to MHT using automation. Basically, even though MHT isn't exposed via the save function in 2010 (not 2013 sadly) you can still get to it via VBA so you're going to have to do something like this:
VB
Public Sub ConvertToMHT(ByVal FileLocation As String)
  ActivePresentation.SaveAs FileLocation, ppSaveAsWebArchive
End Sub

QuestionError : Conversion from string ?serial? to type 'Integer' is not valid Pin
Member 105062156-Jan-14 1:34
Member 105062156-Jan-14 1:34 
AnswerRe: Error : Conversion from string ?serial? to type 'Integer' is not valid Pin
Dave Kreskowiak6-Jan-14 3:53
mveDave Kreskowiak6-Jan-14 3:53 

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.