No announcements
Found 2520365 threads
-
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 -
0 Votes
Passing Platform::String^ in a struct to and from WinRT component
Hello Everyone, I have a value struct in my WinRT component(C++) as follows public value struct ...Answered | 2 Replies | 3219 Views | Created by NewBieDev2012 - Monday, August 6, 2012 6:22 AM | Last reply by NewBieDev2012 - Tuesday, August 7, 2012 7:18 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 ...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 -
0 Votes
Accessing local WinRT components from published apps.
The components must be included in the app's package and all are certified and installed together.Answered | 1 Replies | 801 Views | Created by Mikhail Pozdnyakov - Wednesday, August 6, 2014 12:02 PM | Last reply by Rob Caplan [MSFT] - Wednesday, August 6, 2014 2:07 PM -
2 Votes
Problems creating WinRT Component DLL
VS registers your WinRT component when you build your solution.Answered | 9 Replies | 13638 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
Deploy Brokered WinRT Components
Brokered WinRT Component Project Templates You can find guides regarding this here.Answered | 1 Replies | 667 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
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 | 3324 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
WinRT Component & WCF
Can I use WinRT Component in the WCF service?Answered | 1 Replies | 3974 Views | Created by ValeraV - Sunday, October 9, 2011 2:58 PM | Last reply by DavidLamb - Monday, October 10, 2011 11:40 PM -
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
Regarding (3) - I have actually tried by defining a public WinRT class in a static library and was able to successfully use from exe ( to which it is linked).Answered | 6 Replies | 10398 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 -
0 Votes
WinRT C++ Component InvalidCastException
This operation failed because the QueryInterface call on the COM component for the interface with IID '{E42A7AB9-F87C-3A87-8F44-564F09CBA7AD}' failed due to the following error: No ...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
Return a async action from C++ WinRT component
.: the resultant IAsyncAction^ returned from StartRecord does not complete until StartRecordToStorageFileAsync completes).Answered | 2 Replies | 4370 Views | Created by Dinowy - Wednesday, July 18, 2012 8:37 AM | Last reply by Bill Messmer - Wednesday, July 18, 2012 11:38 PM -
3 Votes
Calling custom C++ WinRT component from C# console app.
Note that I can call built in WinRT modules just fine ex: Windows.Devices.Sensors.LightSensor so I know I can call WinRT code from my C# console app successfully.Answered | 6 Replies | 6163 Views | Created by twilk - Saturday, January 19, 2013 3:03 AM | Last reply by Rafaga12 - Tuesday, February 12, 2013 2:00 AM -
1 Votes
Exporting symbols from WinRT component
Are you able to instantiate instances of your component's classes from the C# project?Answered | 8 Replies | 3525 Views | Created by DerekMuk - Tuesday, April 17, 2012 7:21 PM | Last reply by DerekMuk - Tuesday, April 24, 2012 4:30 PM -
0 Votes
Is memory created by new Array() stable for WinRT components?
my WinRT Component is written in C++ so .net related services cannot be used.Answered | 5 Replies | 3337 Views | Created by phil_ke - Monday, April 2, 2012 2:48 PM | Last reply by Matt Small - Tuesday, April 3, 2012 3:50 PM -
0 Votes
How to create a C++ WinRT Component DLL project
WinRT is a native part of the Windows 8 OS.Answered | 3 Replies | 4397 Views | Created by davidhunter22 - Tuesday, September 20, 2011 11:02 PM | Last reply by Nishant Sivakumar - Wednesday, September 21, 2011 1:58 AM -
0 Votes
How to handle FaultException from a WCF service call in a WinRT component
I could use AggregateException around the call to the service method and then propagate a platform exception from the WinRT component to the application.Answered | 3 Replies | 2752 Views | Created by orouit - Wednesday, January 30, 2013 7:56 AM | Last reply by orouit - Saturday, February 9, 2013 8:22 AM -
0 Votes
Binding ListView to collection from from C# WinRT component
Hi, I have a WinMD component which I am calling from a JavaScript Metro App.Answered | 9 Replies | 5560 Views | Created by Emad - Wednesday, May 9, 2012 2:06 AM | Last reply by timbie - Monday, July 30, 2012 7:41 AM -
1 Votes
How to passed Reference parameter to WinRT component by C#?
So inside this method you cannot assume that you receive any value from the caller and you're expected to return a value yourself.Answered | 2 Replies | 4172 Views | Created by istring - Tuesday, October 9, 2012 9:12 AM | Last reply by Marian Luparu - Thursday, November 8, 2012 7:04 PM - Items 1 to 20 of 2520365 Next ›
No announcements