Search found 172 matches

Go to advanced search

by Sesztak
Thu Jul 07, 2016 4:23 am
Forum: Bug Reports
Topic: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!
Replies: 16
Views: 17890

Re: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!

(in the meantime) We've tried to find a solution for the communication back and forth between WCF server and CSHTML5 client WITH Extended ASCII characters (like éáő, etc.): Allways convert a string to UTF8 encoded byte [] manually before send to server (and convert back the byte [] to string at serv...
by Sesztak
Thu Jul 07, 2016 2:51 am
Forum: Bug Reports
Topic: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!
Replies: 16
Views: 17890

serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!

Short problem / bug description: if we call a WCF service methode with extended ASCII string content we have got null result at Server side ! Basic configuration / test enviroment: WCF Server side interface and method to test string content with extended ASCII characters: interface: [OperationContra...
by Sesztak
Wed Jul 06, 2016 9:21 am
Forum: Bug Reports
Topic: methode parameters is null at WCF server side
Replies: 2
Views: 5098

Re: methode parameters is null at WCF server side

I've found a problem or a workaround to this:

Do NOT USE non-english characters in methode signatures (characters with accents: öüóőúéáűíÖÜÓŐÚÉÁŰÍ), like :
string LoginNév

USE:
string LoginNev

Any deeper explanation from Support Team ?
Is it a normal restriction or a bug ?

Bg,
Péter
by Sesztak
Wed Jul 06, 2016 7:58 am
Forum: Bug Reports
Topic: methode parameters is null at WCF server side
Replies: 2
Views: 5098

methode parameters is null at WCF server side

Dear Support Team, I have a very strange bug (using 8.3 beta): I have a very simple methode signature, like red marked : [ServiceContract] [XmlSerializerFormat] public interface IServiceKassza { [OperationContract] string GetData(int value); [OperationContract] ServerTest GetTestServerData (int valu...
by Sesztak
Thu Jun 30, 2016 1:07 am
Forum: Bug Reports
Topic: Error in WCF reference call when run in browser
Replies: 11
Views: 14400

Re: Error in WCF reference call when run in browser

You are great and right !:
the missing [XmlSerializerFormat] was the source of the exception.

thanks again,
br,
Péter
by Sesztak
Wed Jun 29, 2016 7:46 am
Forum: Bug Reports
Topic: Error in WCF reference call when run in browser
Replies: 11
Views: 14400

Re: Error in WCF reference call when run in browser

I asked a favour from one of my friends to install CSHTML5 8.2 under VS2013 as you advised (not VS2015 !!), and rebuild the solution: our test result when we try to call WCF from CSHTML client: http://188.142.254.194:14470 http://188.142.254.194:14470/wcf/Service1.svc "CSharpXamlForHtml5.js?201...
by Sesztak
Wed Jun 29, 2016 5:25 am
Forum: Bug Reports
Topic: Error in WCF reference call when run in browser
Replies: 11
Views: 14400

Re: Error in WCF reference call when run in browser

Any progress ?
(unfortunately, we do not have VS2012/13 to try, only VS2015)

Are you able to reproduce the issue ?

If you need more info (sources, test enviroment, etc.), just mention: our development is blocked actually because of above-mentioned problem/exception.

br,
Péter
by Sesztak
Tue Jun 28, 2016 3:35 am
Forum: Bug Reports
Topic: Error in WCF reference call when run in browser
Replies: 11
Views: 14400

Re: Error in WCF reference call when run in browser

One more background info -maybe it's should help to you: from IIS point of view: we use the following configuration: -CSHTML5 app : a normal web page -WCF service: hosted under the virtual directory of above - mentioned (to eliminate CORS related problem: we use same IP address + same port number, o...
by Sesztak
Tue Jun 28, 2016 3:23 am
Forum: Bug Reports
Topic: Error in WCF reference call when run in browser
Replies: 11
Views: 14400

Re: Error in WCF reference call when run in browser

sent to both places:

for your kind help.

enviroment:
Microsoft Visual Studio Enterprise 2015
Version 14.0.25123.00 Update 2
Microsoft .NET Framework
Version 4.6.01038

thanks for your kind reply,
Péter
by Sesztak
Mon Jun 27, 2016 7:41 am
Forum: Technical Support
Topic: any secure encryption algorithm implemented ?
Replies: 3
Views: 6232

Re: any secure encryption algorithm implemented ?

Dear rkmore, First of all thanks for your kind guidance. 1./ As we are quite unexperienced with javascript interoperability, would you be so kind to share some 'mini' skeleton code with us how to do basic encrypt/decrypt ? 2./ another question: how/where to store secret keys ? I mean what is the bes...
by Sesztak
Mon Jun 27, 2016 7:23 am
Forum: Bug Reports
Topic: Error in WCF reference call when run in browser
Replies: 11
Views: 14400

Re: Error in WCF reference call when run in browser

We had the same problem, and not related to 'dynamic' keyword: background info: we have a cshtml5 webpage: http://188.142.254.194:14460/ we have a very basic test WCF service: http://188.142.254.194:14460/wcf/Service1.svc (both hosted under IIS, tested and worked perfectly) When we try to call WCF s...
by Sesztak
Fri Jun 24, 2016 2:29 am
Forum: Technical Support
Topic: any secure encryption algorithm implemented ?
Replies: 3
Views: 6232

any secure encryption algorithm implemented ?

Dear Sir, is there any secure encryption/decription algorithm implemented -like AES, RSA, etc. as in normal .NET using System.Security.Cryptography? (we would like to use one instead of SSL/https) We have not found any in "what is supported" .NET Framework types and methods: http://cshtml5...

Go to advanced search

 

 

cron