Note that there are some explanatory texts on larger screens.

plurals
  1. USCanadianMark
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COA quick update, I created a very quick ASP.net project, added a button and a textbox, and on button click, make a call out to the WrapperClass.ReturnTextFromDLL method. I also added a reference to the C# dll, and then manually dropped the C++ dll in the bin folder. This worked without issue. I noticed the Web.Config defaulted to full trust, so I changed it to 'High', and I got the SecurityPermission error. So, I then checked every Web.config I could find for reporting services, but both already had Full trust set. I'm not sure if the configs are different reporting services. Any idea?
      singulars
    2. COHi Yaur, thanks for your suggestions, but I have two questions: 1. re - app pool configuration - in SQL 2008 there is no entry in IIS for reporting services. Is there another way to make changes to the app pool config that you are refering to? 2. re. Changing the trust level in the project settings - I have two projects, the C# wrapper project and the C++ project, should I do both? Is it possible to change the trust level of a C++ project? Thanks again!
      singulars
    3. COI was able to figure out one possible solution, but it feels...messy. I added a static instance of my class 'Entry' and an integer called selectedIdx When a user "taps" an item in the list, I set the App.Entry to the tapped list item, set the selected index, and then navigate to the edit page. In the edit page, when the user clicks 'save' I am able to update the proper Entry in my App.ViewModel using the selected index. This doesn't seem to be the "right" solution, but if this is the way everyone else is doing it, I'll learn to live with it!
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload