Click here to Skip to main content
15,894,281 members
Home / Discussions / C#
   

C#

 
QuestionErrors compiling... Pin
KORCARI3-Apr-06 11:50
KORCARI3-Apr-06 11:50 
GeneralRe: Errors compiling... Pin
Guffa3-Apr-06 12:00
Guffa3-Apr-06 12:00 
GeneralRe: Errors compiling... Pin
Colin Angus Mackay3-Apr-06 12:27
Colin Angus Mackay3-Apr-06 12:27 
JokeRe: Errors compiling... Pin
Guffa3-Apr-06 12:53
Guffa3-Apr-06 12:53 
GeneralRe: Errors compiling... Pin
Colin Angus Mackay3-Apr-06 12:56
Colin Angus Mackay3-Apr-06 12:56 
AnswerRe: Errors compiling... Pin
Christian Graus3-Apr-06 15:10
protectorChristian Graus3-Apr-06 15:10 
AnswerRe: Errors compiling... Pin
HimaBindu Vejella3-Apr-06 20:25
HimaBindu Vejella3-Apr-06 20:25 
QuestionCOM and XslCompiledTransform.Load() Pin
ardikus3-Apr-06 11:16
ardikus3-Apr-06 11:16 
My company is currently creating a prototype GUI in C# which accesses data in our old codebase (C++) through COM. We have things working pretty well, but have stumbled upon a very strange error, which I was curious if anyone else had run into as well.

After loading our C++ application through COM, I have some xslt files I'd like to transform. I can create XmlDocuments, XmlTextWriters, etc. all perfectly fine, but when I try to use the XslCompiledTransform.Load() function, the compiler just quits. There are no debug message of any sort, and I can't step into the method to see what it is trying to do. I've trying using every possible type of input parameter for the Load() method (string path, XmlDocument, etc.) and none of them seem to make a difference.

I know that something strange must be happening after we load our objects through COM, because if I create the XsltCompiledTransform class and load xslt files before the objects are loaded through COM, things work just fine. I've searched the web, and could not find this issue anywhere else. Any advice on this matter would be appreciated, and if more explaination is needed please let me know (I typed this up really quick, just heading out of work for the day). Thanks in advance.
QuestionPrivateFontCollection not working on server Pin
elraton3-Apr-06 11:15
elraton3-Apr-06 11:15 
QuestionUnique hardware id Pin
Kasic Slobodan3-Apr-06 10:13
Kasic Slobodan3-Apr-06 10:13 
AnswerRe: Unique hardware id Pin
Ravi Bhavnani3-Apr-06 11:00
professionalRavi Bhavnani3-Apr-06 11:00 
AnswerRe: Unique hardware id Pin
Divyang Mithaiwala3-Apr-06 19:52
Divyang Mithaiwala3-Apr-06 19:52 
GeneralRe: Unique hardware id Pin
Kasic Slobodan4-Apr-06 10:13
Kasic Slobodan4-Apr-06 10:13 
Questionreporting via exxel or microsoft word ?! Pin
mrkeivan3-Apr-06 8:46
mrkeivan3-Apr-06 8:46 
AnswerRe: reporting via exxel or microsoft word ?! Pin
Ed.Poore3-Apr-06 9:04
Ed.Poore3-Apr-06 9:04 
GeneralRe: reporting via exxel or microsoft word ?! Pin
mrkeivan3-Apr-06 12:55
mrkeivan3-Apr-06 12:55 
GeneralRe: reporting via exxel or microsoft word ?! Pin
Ed.Poore3-Apr-06 20:34
Ed.Poore3-Apr-06 20:34 
GeneralRe: reporting via exxel or microsoft word ?! Pin
mrkeivan4-Apr-06 5:53
mrkeivan4-Apr-06 5:53 
QuestionProgrammatically adding TabPage Contents into DataGrid from XML File Pin
AnneThorne3-Apr-06 8:41
AnneThorne3-Apr-06 8:41 
QuestionDrag and Drop Label in a Panel Pin
cbeasle13-Apr-06 7:42
cbeasle13-Apr-06 7:42 
AnswerRe: Drag and Drop Label in a Panel Pin
Robert Rohde3-Apr-06 8:10
Robert Rohde3-Apr-06 8:10 
Questionwhy is the program running so slow Pin
Agyeman3-Apr-06 6:39
Agyeman3-Apr-06 6:39 
AnswerRe: why is the program running so slow Pin
Ed.Poore3-Apr-06 7:47
Ed.Poore3-Apr-06 7:47 
GeneralRe: why is the program running so slow Pin
Agyeman3-Apr-06 8:15
Agyeman3-Apr-06 8:15 
GeneralRe: why is the program running so slow Pin
Guffa3-Apr-06 7:55
Guffa3-Apr-06 7:55 

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.