No announcements
Found 390434 threads
-
0 Votes
Colliding namespaces of WinRT component and WinJS
Yes the workaround is as follow: I declare a "foort" namespace instead of "foo" in the WinRT component.Answered | 8 Replies | 3323 Views | Created by phil_ke - Friday, March 2, 2012 2:54 PM | Last reply by phil_ke - Tuesday, March 6, 2012 9:26 PM -
0 Votes
[UWP]Use WinRT component in WinJS App
Hi, I have created a Windows Runtime Component in C#.Answered | 1 Replies | 1002 Views | Created by AtulMSDN - Tuesday, June 9, 2015 5:52 AM | Last reply by Rob Caplan [MSFT] - Tuesday, June 9, 2015 6:03 AM -
2 Votes
Problems creating WinRT Component DLL
VS registers your WinRT component when you build your solution.Answered | 9 Replies | 13637 Views | Created by Rainer Stropek - Sunday, October 9, 2011 7:52 AM | Last reply by Raman Sharma - Saturday, November 19, 2011 3:09 AM -
0 Votes
WinJS window composition with natively (winRT) rendered frame
The interesting thing is that I actually can see my content in winJS window for a fraction of a second when switching back and forth between studio and my application... meaning that I'm ...Answered | 3 Replies | 2714 Views | Created by Vladbph - Tuesday, May 15, 2012 10:06 PM | Last reply by Jeff Sanders - Thursday, May 17, 2012 2:26 PM -
0 Votes
[UWP][WinJS]sqlite database in Windows 10 by winjs
See issue #145 @ https://github.com/doo/SQLite3-WinRT/issues/145Answered | 4 Replies | 2302 Views | Created by Imtiyazk - Tuesday, May 17, 2016 4:45 PM | Last reply by saurabh.gupta.codes - Tuesday, October 11, 2016 1:08 PM -
0 Votes
WinJS: How to create and use custom WinRT control?
WinJS has its own controls, which looks like quite the same as XAML Controls.Please use these WinJS Controls instead.Answered | 1 Replies | 868 Views | Created by Pallam Madhukar - Monday, August 1, 2016 9:17 AM | Last reply by Elvis Xia - Wednesday, August 3, 2016 4:22 AM -
0 Votes
[UWP]C# WinRT Xaml Controls in WinJS application
WinJS Application and UWP(C#) use different render engine to render contents on page.Answered | 1 Replies | 1097 Views | Created by Pallam Madhukar - Monday, August 1, 2016 2:09 PM | Last reply by Sunteen Wu - Wednesday, August 3, 2016 8:08 AM -
0 Votes
System.ServiceModel.CommunicationException consuming SOAP Service from WinRT Component
Hello Alexandre, I have analyzed the issue you are running into and unfortunately your issue is a limitation of consuming WCF services from WinRT components.Answered | 8 Replies | 3599 Views | Created by AlexandreJBRodrigues - Friday, August 31, 2012 10:20 AM | Last reply by AlexandreJBRodrigues - Saturday, September 29, 2012 10:16 AM -
1 Votes
[XAML]Loading WINJS on XAML Webview
Hello ptwindev, By looking at the screenshot I see that you are trying to access WinRT api from WebView.Answered | 1 Replies | 954 Views | Created by ptwindev - Monday, August 24, 2015 7:06 AM | Last reply by Krunal Parekh - Tuesday, August 25, 2015 6:08 AM -
1 Votes
WinJS project: mark additional configurations as Debug-configurations
I saw that you were able to workaround this by setting the WinRT component to Release.Answered | 4 Replies | 3912 Views | Created by Marcus Ilgner - Thursday, March 29, 2012 3:02 PM | Last reply by Marcus Ilgner - Tuesday, April 17, 2012 8:28 AM -
0 Votes
WinRT C++ Component InvalidCastException
I have submitted the problem to the bugtracker as well :) We have tried this workaround, it works, however creating the component this way is too slow ...Answered | 8 Replies | 5002 Views | Created by ladeak - Thursday, January 12, 2012 2:08 PM | Last reply by ladeak - Thursday, February 2, 2012 5:26 PM -
0 Votes
Deploy Brokered WinRT Components
Brokered WinRT Component Project Templates You can find guides regarding this here.Answered | 1 Replies | 666 Views | Created by imNeil - Thursday, October 8, 2015 11:02 AM | Last reply by Krunal Parekh - Friday, October 9, 2015 10:01 AM -
0 Votes
WinRT Component & WCF
Can I use WinRT Component in the WCF service?Answered | 1 Replies | 3972 Views | Created by ValeraV - Sunday, October 9, 2011 2:58 PM | Last reply by DavidLamb - Monday, October 10, 2011 11:40 PM -
0 Votes
Calling WinRT component from an iframe?
Hi Yi, You can definitely call into WinRT from an iframe as I discussed in my previous reply.Answered | 3 Replies | 5371 Views | Created by Dong, Yi - Monday, November 28, 2011 12:41 AM | Last reply by Jeff Sanders - Friday, December 2, 2011 12:50 PM -
1 Votes
Calling a WinMD function from WinJS
I have tried using a PropertySet but it results in a different error: 0x80004002 - JavaScript runtime error: No such interface supported The WinRT ...Answered | 4 Replies | 7549 Views | Created by -steveb - Wednesday, October 10, 2012 11:19 PM | Last reply by gmorphus - Monday, May 4, 2015 9:57 AM -
1 Votes
Reference a C++ WinRT Component DLL
You have to do a Clean on your C++ WinRT component project.Answered | 1 Replies | 4054 Views | Created by diltsman - Tuesday, September 27, 2011 8:44 PM | Last reply by JeroMiya - Tuesday, September 27, 2011 9:21 PM -
3 Votes
WinRT component using static library
The goal of C++/CX is to serve as an interop layer between C++ and other WinRT languages (XAML, JS, etc).Answered | 6 Replies | 10396 Views | Created by grp2331 - Thursday, August 9, 2012 10:09 PM | Last reply by grp2331 - Thursday, August 16, 2012 6:49 AM -
0 Votes
WinRT component to use existing COM component DLL
Unfortunately there were no samples to demonstrate using your private COM components from a Metro style app using C++ in the Developer Preview.Answered | 1 Replies | 4092 Views | Created by alexhuang888 - Wednesday, January 18, 2012 8:26 AM | Last reply by DavidLamb - Saturday, January 21, 2012 2:25 AM -
3 Votes
Calling custom C++ WinRT component from C# console app.
Well, WinRT components aren't normal components, they are meant for Store applications, and therefore have specific limitations intended to allow them to be installed on ...Answered | 6 Replies | 6162 Views | Created by twilk - Saturday, January 19, 2013 3:03 AM | Last reply by Rafaga12 - Tuesday, February 12, 2013 2:00 AM -
0 Votes
WinJS webview or Xaml Webview
Since your UI is in HTML / JS then i would recommend that you use winjs webview. that way you can handle the scenraio's in the javascript it self.Answered | 1 Replies | 934 Views | Created by Shruti00 - Friday, March 25, 2016 9:56 AM | Last reply by Krunal Parekh - Monday, March 28, 2016 9:47 AM - Items 1 to 20 of 390434 Next ›
No announcements