 |
|
|
 |
|
 |
Can this be opened in Visual Studio 2003?
|
|
|
|
 |
|
 |
Nope, just get free c# express edition.
|
|
|
|
 |
|
 |
As usual Ivar your posts are very usefull...
Thanks.
By the way: did you get the changes to your FTP_Client class (OS/400 support)??
I'm on a Fuzzy State: Between 0 an 1
|
|
|
|
 |
|
 |
Yep, i got ftp stuff, but i havent go time to look it yet.... .
|
|
|
|
 |
|
 |
Am I the only lucky who gets UnhandledException while saving data?
Anyhow, Ivar , great job, I have seen some of you prevoius works and its very usefull.
Cheers
Paweł Stanek
|
|
|
|
 |
|
|
 |
|
 |
Its when I press the save button on the dialog. Version that I'm using is this one linked to the top of the page.
I was unable to debug it because every time when I run the project in VS 2005 I get the error "Unable to debug"
I will try to download from lumisoft (ee - is it estonian domain ??) and then we will
Cheers
thx for help
Paweł Stanek
|
|
|
|
 |
|
 |
It must be fault of my VS that I can't run it. I just downloaded the newest version and I get the same error "Unable to debug. The binding handle is invalid" well then I will take care of it later.
Paweł Stanek
|
|
|
|
 |
|
 |
The problem is a NULL value. If you add the following to the Item.ToItemString function it all works
if(m_Value == null){
// Value is NULL therefore we'll replace this empty string
m_Value = "";
}
Thoughtful Scribbles
|
|
|
|
 |
|
 |
example:
ADR;WORK;ENCODING=QUOTED-PRINTABLE:;Paris;BP 264=0D=0A3 rue de l'Arriv=E9e;Paris;;75015;Paris
The "=0D=0A" aren't decoded.
Looks really nice, i was looking for this last week
|
|
|
|
 |
|
 |
Hi,
Hmm, let me see, i'll fix it during weekend.
Thanks for reporting it.
If you have some questions, suggestions please be free to contact to me.
|
|
|
|
 |
|
|
 |
|
 |
Hi Lumi,
I test it and seems ok.
Thanks.
|
|
|
|
 |
|
 |
I have problems with using Quoted-Printable encoding. Have you updated
source code for you library?
|
|
|
|
 |
|
|
 |
|
 |
I have used this link http://www.codeproject.com/useritems/NET_vCard_API/NET_vCard_API_src.zip .
|
|
|
|
 |
|
 |
Dear Ivar,
Your job on vCard parsing and managing is nice. Have you ever checked on Mono SVN repository for the vCard and iCal parsing library?
Here's the link to the SVN repository: http://svn.myrealbox.com/source/trunk/Deveel.Pim/[^].
Cheers
Antonello Provenzano
|
|
|
|
 |
|
 |
Hi,
I have searched google vCard for C# and .NET, didn't found any, thats because i wrote it.
I'll check that too, maybe i get some ideas from there.
-- modified at 13:34 Thursday 19th October, 2006
|
|
|
|
 |