Click here to Skip to main content
15,885,546 members
Home / Discussions / C#
   

C#

 
GeneralRe: Installation of windows application on a specified drive using in c# Pin
pavnesh26-Jun-14 1:26
pavnesh26-Jun-14 1:26 
GeneralRe: Installation of windows application on a specified drive using in c# Pin
Keith Barrow26-Jun-14 1:59
professionalKeith Barrow26-Jun-14 1:59 
AnswerRe: Installation of windows application on a specified drive using in c# Pin
Bernhard Hiller26-Jun-14 2:40
Bernhard Hiller26-Jun-14 2:40 
QuestionC# Class Library to Portable Class Library Pin
BaSs_HaXoR25-Jun-14 21:11
BaSs_HaXoR25-Jun-14 21:11 
AnswerRe: C# Class Library to Portable Class Library Pin
Pete O'Hanlon25-Jun-14 22:51
mvePete O'Hanlon25-Jun-14 22:51 
GeneralRe: C# Class Library to Portable Class Library Pin
BaSs_HaXoR26-Jun-14 2:32
BaSs_HaXoR26-Jun-14 2:32 
GeneralRe: C# Class Library to Portable Class Library Pin
Pete O'Hanlon26-Jun-14 5:17
mvePete O'Hanlon26-Jun-14 5:17 
AnswerRe: C# Class Library to Portable Class Library Pin
BaSs_HaXoR26-Jun-14 11:50
BaSs_HaXoR26-Jun-14 11:50 
Well, thank you for trying to help... Really i appreciate it, but i figured out a workaround without needing to convert the source to a portable library. Thanks.

[(KINDA) SOLVED]

(KINDA) Solution:
What i did...
I used the source from PS3Lib and put all of the classes in my Windows 8 Application, took out all references regarding TMAPI/TMAPI.dll/TMAPI_NET.cs entirely. CCAPI ONLY Compatible PS3Lib (Which is okay, as portable apps assentially wouldn't be able to execute ProDG TargetManager or the ProDebugger on they're phone.), CCAPI.dll only calls.
Since the Portable Class Library doesn't support use of [DllImport("PS3Lib.dll")]/etc, and import/use of CCAPI.dll the Windows 8 Application (C#/XAML) itself does... kinda a loophole in a way... Instead of converting a class-library to a portable-class-library for my APP i put the library within it manually with the classes(.cs) and the removal of TMAPI.

P.S. I still think TMAPI would be possible for [WINDOWS 8 APPS ONLY], but i don't really care to mess around too much with it as i don't see it going anywhere as CCAPI.dll & PS3Lib.dll will be more realistic.

Again thanks for all your help Pete O'Hanlon.

P.P.S. Like i said this is KINDA solved, it fixed my issue by going about programming it a different way, but still isn't THE solution if you know what i mean. Wink | ;)
Skype: MichealWeston7
Youtube: www.youtube.com/user/CODNoobFriendly


modified 26-Jun-14 18:03pm.

QuestionI have a PDF Documnet that would like to extract Content from PDF and Chackbox and Radio Button types fields value. PDF file have a version 1.4(Acrobat 5.x) and may be genrated from web browser Pin
Anbuselvan_8325-Jun-14 19:49
Anbuselvan_8325-Jun-14 19:49 
QuestionC sharp windows application development Pin
Galacha Kevin25-Jun-14 1:54
Galacha Kevin25-Jun-14 1:54 
AnswerRe: C sharp windows application development Pin
OriginalGriff25-Jun-14 2:52
mveOriginalGriff25-Jun-14 2:52 
AnswerRe: C sharp windows application development Pin
Dave Kreskowiak25-Jun-14 3:16
mveDave Kreskowiak25-Jun-14 3:16 
GeneralRe: C sharp windows application development Pin
OriginalGriff25-Jun-14 3:18
mveOriginalGriff25-Jun-14 3:18 
AnswerRe: C sharp windows application development Pin
Gerry Schmitz25-Jun-14 9:51
mveGerry Schmitz25-Jun-14 9:51 
QuestionUnable to cast object of type 'System.Collections.Generic.List`1[CustomerManager.Model.Customer]' to type 'CustomerManager.Model.Customer'. Pin
uglyeyes25-Jun-14 0:25
uglyeyes25-Jun-14 0:25 
AnswerRe: Unable to cast object of type 'System.Collections.Generic.List`1[CustomerManager.Model.Customer]' to type 'CustomerManager.Model.Customer'. Pin
Dave Kreskowiak25-Jun-14 3:14
mveDave Kreskowiak25-Jun-14 3:14 
GeneralRe: Unable to cast object of type 'System.Collections.Generic.List`1[CustomerManager.Model.Customer]' to type 'CustomerManager.Model.Customer'. Pin
uglyeyes25-Jun-14 3:20
uglyeyes25-Jun-14 3:20 
GeneralRe: Unable to cast object of type 'System.Collections.Generic.List`1[CustomerManager.Model.Customer]' to type 'CustomerManager.Model.Customer'. Pin
Dave Kreskowiak25-Jun-14 3:22
mveDave Kreskowiak25-Jun-14 3:22 
GeneralRe: Unable to cast object of type 'System.Collections.Generic.List`1[CustomerManager.Model.Customer]' to type 'CustomerManager.Model.Customer'. Pin
uglyeyes25-Jun-14 3:39
uglyeyes25-Jun-14 3:39 
GeneralRe: Unable to cast object of type 'System.Collections.Generic.List`1[CustomerManager.Model.Customer]' to type 'CustomerManager.Model.Customer'. Pin
Dave Kreskowiak25-Jun-14 3:51
mveDave Kreskowiak25-Jun-14 3:51 
GeneralRe: Unable to cast object of type 'System.Collections.Generic.List`1[CustomerManager.Model.Customer]' to type 'CustomerManager.Model.Customer'. Pin
uglyeyes25-Jun-14 3:57
uglyeyes25-Jun-14 3:57 
GeneralRe: Unable to cast object of type 'System.Collections.Generic.List`1[CustomerManager.Model.Customer]' to type 'CustomerManager.Model.Customer'. Pin
Nathan Minier25-Jun-14 4:07
professionalNathan Minier25-Jun-14 4:07 
QuestionRe: Unable to cast object of type 'System.Collections.Generic.List`1[CustomerManager.Model.Customer]' to type 'CustomerManager.Model.Customer'. Pin
Nathan Minier25-Jun-14 3:59
professionalNathan Minier25-Jun-14 3:59 
AnswerRe: Unable to cast object of type 'System.Collections.Generic.List`1[CustomerManager.Model.Customer]' to type 'CustomerManager.Model.Customer'. Pin
uglyeyes25-Jun-14 15:51
uglyeyes25-Jun-14 15:51 
QuestionHow to extract a propertybag or complex object send from VB6 through MSMQ in C# Pin
SnailsWayne24-Jun-14 22:15
SnailsWayne24-Jun-14 22:15 

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.