Search found 25 matches

Go to advanced search

by njs123
Mon Mar 20, 2017 10:56 pm
Forum: Technical Support
Topic: Error when Model is shared between multiple services
Replies: 0
Views: 4770

Error when Model is shared between multiple services

Hi, I have two services which use same nested model. When I add reference to the service in the project I get following error in cshtml client application: - There was an error reflecting property 'SharedModel1'. 1> - There was an error reflecting type 'Application6.ServiceReference1.SharedModel1'. ...
by njs123
Wed Mar 15, 2017 4:38 am
Forum: Technical Support
Topic: [SOLVED] The type or namespace name 'ServiceKnownTypeAttribute' does not exist in the namespace 'System.ServiceModel'
Replies: 1
Views: 4570

[SOLVED] The type or namespace name 'ServiceKnownTypeAttribute' does not exist in the namespace 'System.ServiceModel'

Hi, I have created a WCF service and added XmlSerializerFormat attribute, When I add reference to the service in cshtml application, I get following error in reference.cs: "The type or namespace name 'ServiceKnownTypeAttribute' does not exist in the namespace 'System.ServiceModel' (are you miss...
by njs123
Fri Feb 24, 2017 1:01 am
Forum: Technical Support
Topic: How to navigate from childwindow to another page/window?
Replies: 0
Views: 4104

How to navigate from childwindow to another page/window?

Hi,

How to navigate from childwindow to another page/window?
by njs123
Wed Feb 15, 2017 1:51 am
Forum: Technical Support
Topic: WCF service method call 'Completed' event
Replies: 2
Views: 5163

Re: WCF service method call 'Completed' event

Hi, In current large scale enterprise silverlight application I have service code as follows: UsersService.UsersClient objUserService = new MyApp.UsersService.UsersClient("CustomBinding_Users"); objUserService.GetUserAuthenticationCompleted += new EventHandler<MyApp.UsersService.GetUserAut...
by njs123
Fri Feb 10, 2017 1:10 am
Forum: Technical Support
Topic: Nullable type support in WCF service
Replies: 0
Views: 4494

Nullable type support in WCF service

Hi, I have wrote following class for CSHTML compatible wcf Nullable<ValueType> implementation: [DataContract] public class CustomNullable<T> where T : struct { private T value { get; set; } [DataMember] public bool HasValue { get; set; } [DataMember] public T Value { get { return GetValueOrDefault(d...
by njs123
Mon Jan 30, 2017 4:14 am
Forum: Technical Support
Topic: Ability to Get byte[] from WCF service
Replies: 1
Views: 4102

Ability to Get byte[] from WCF service

Hi, I have simple method which returns byte[] . When I add reference to the service in CSHTML project, the return type of the function changes to string and when I call the service by running the CSHTML application I get following errors: An exception of type 'System.ServiceModel.ActionNotSupportedE...
by njs123
Tue Jan 24, 2017 1:54 am
Forum: Technical Support
Topic: WCF service reference.cs issue
Replies: 0
Views: 4083

WCF service reference.cs issue

Hi As per steps described in page http://cshtml5.com/links/wcf-limitations-and-tutorials.aspx I created simple WCF service However when I add reference to the service, I get following error in Reference.cs file System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true) above line is highli...
by njs123
Fri Jan 13, 2017 1:41 am
Forum: Technical Support
Topic: Porting Microsoft CUI controls to CSHTML5
Replies: 1
Views: 3930

Porting Microsoft CUI controls to CSHTML5

Hi,

Does CSHTML5 support Microsoft CUI controls?

Regards
by njs123
Fri Jan 13, 2017 1:37 am
Forum: Technical Support
Topic: How do I develop silverlight ViewBox like functionality using CSHTML5?
Replies: 0
Views: 3958

How do I develop silverlight ViewBox like functionality using CSHTML5?

How do I develop silverlight ViewBox like functionality using CSHTML5?
by njs123
Fri Jan 13, 2017 1:18 am
Forum: Technical Support
Topic: Telerik DatePicker - How to get value of control?
Replies: 3
Views: 6251

Re: Telerik DatePicker - How to get value of control?

How to create the datepicker UI using CSHTML?
by njs123
Fri Jan 13, 2017 1:12 am
Forum: Technical Support
Topic: Telerik RadRichTextEditor
Replies: 1
Views: 4067

Telerik RadRichTextEditor

Hi,

How to develop functionality like Telerik RadRichTextEditor using CSHTML5?

Kind Regards
by njs123
Fri Jan 13, 2017 12:59 am
Forum: Technical Support
Topic: Combobox SelectionBoxItem
Replies: 1
Views: 4011

Combobox SelectionBoxItem

Hi

How do I use the Combobox SelectionBoxItem property?
by njs123
Fri Jan 13, 2017 12:58 am
Forum: Technical Support
Topic: WCF service method call 'Completed' event
Replies: 2
Views: 5163

WCF service method call 'Completed' event

Hi

WCF service method call 'Completed' event is not available in CSHTML5

how do I use it?
by njs123
Fri Jan 13, 2017 12:57 am
Forum: Technical Support
Topic: When creating a control inheriting from Panel, it is not previewing in Preview Pane in xaml designer view
Replies: 1
Views: 4031

When creating a control inheriting from Panel, it is not previewing in Preview Pane in xaml designer view

When creating a control inheriting from Panel, it is not previewing in Preview Pane in xaml designer view

How do I make preview visible?
by njs123
Wed Jan 11, 2017 4:01 am
Forum: Technical Support
Topic: Telerik DatePicker - How to get value of control?
Replies: 3
Views: 6251

Telerik DatePicker - How to get value of control?

Hi, We are trying to create telerik rad datepicker like functionality using kendoui and cshtml, however value of html input fox is not getting retrieved. How do I use datepicker in CSHTML5? How do I get value of control using cshtml? e.g. I have wrote following code but it does not return value publ...
by njs123
Wed Jan 11, 2017 3:54 am
Forum: Technical Support
Topic: How do I add overlay on particular container control?
Replies: 3
Views: 5741

Re: How do I add overlay on particular container control?

Thanks for your reply.

How to add overlay on existing grid or panel?

e.g.
I have a grid/panel which contains certain controls and I want to add overlay on that grid
by njs123
Tue Jan 10, 2017 12:47 am
Forum: Technical Support
Topic: How do I add overlay on particular container control?
Replies: 3
Views: 5741

How do I add overlay on particular container control?

How do I add overlay on particular container control?

e.g. I have a grid and it contains a textbox
now I want to add overlay on that grid and show some message, the contents of the grid being hidden,

How this can be achieved?
by njs123
Sun Jan 08, 2017 11:06 pm
Forum: Technical Support
Topic: How to develop accordion like functionality in cshtml5?
Replies: 1
Views: 4193

How to develop accordion like functionality in cshtml5?

How to develop accordion like functionality in cshtml5?

e.g. http://demos.telerik.com/kendo-ui/panelbar/api
by njs123
Wed Dec 28, 2016 3:18 am
Forum: Bug Reports
Topic: custom UserControl : unable to preview this element
Replies: 2
Views: 12039

Re: custom UserControl : unable to preview this element

I am facing the same issue

I am creating a control inheriting from Panel
and it is not previewing in Preview Pane
by njs123
Mon Dec 26, 2016 11:42 pm
Forum: General Discussion and Other
Topic: Embed javascript in C# code
Replies: 7
Views: 12306

Re: Embed javascript in C# code

Thank you.

I have one more question,
How do I access contents of the file
e.g.
Test.Lib/Controls/TestControl/test.txt

Go to advanced search

 

 

cron