-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project Reference Error #22
Comments
you can not have 2 projects be dependent on each other, that's what's called a circular reference so in your case: you want to add a reference TO your console app FROM your blazor app - so the blazor app can use all the things from the console app. The console app can still stand alone as it is 👍 |
Hi @f-rakete, it seems I canot access my data structure from the blazor app. I see the dependencies, but I cannot change it. So the WebUI access P7_UrbanRead |
you got the dependencies upside down ;) remove webui from urbanread, add
urbanread to webui 👍
Am Mi., 2. Aug. 2023 um 12:55 Uhr schrieb Pry Cerqueira <
***@***.***>:
… Hi @f-rakete <https://github.com/f-rakete>, it seems I canot access my
data structure from the blazor app.
[image: Image]
<https://user-images.githubusercontent.com/75625742/257790727-31a89208-fc96-47b1-b60a-af54f1a4022a.png>
I see the dependencies, but I cannot change it. So the WebUI access
P7_UrbanRead
[image: Image]
<https://user-images.githubusercontent.com/75625742/257791174-1ba17d84-b715-4472-b94c-d491c4260907.png>
[image: Image]
<https://user-images.githubusercontent.com/75625742/257791249-c91e737c-56b0-4eb5-a80e-e469e171e58d.png>
—
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQRWJLWXRDBBSJDU5OITCBTXTIWZRANCNFSM6AAAAAA2432XRU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*This email and the files transmitted with it are the property of Dr. R.
Wummi and is intended soley for use of individual or entity to whom this
email is addressed. If you are not one of the named recipient(s) or
otherwise have reason to believe that you have received this message in
error, please notify the sender at ***@***.*** ***@***.***>,
delete this message from your computer, destroy your computer immediately,
forget all that you have seen, and turn yourself over to the proper
authorities. Any other use, retention, observation, dissemination,
consideration, recollection, forwarding, ridicule, printing, viewing, copy
or memorization of this email without the express written consent of Major
League Baseball is strictly prohibited. The contents of this email are not
to be taken literally. Void where prohibited by law or common sense. Not
valid in Rhode Island, Guam and the Xinghua province in China. Condiments
available upon request. Cash value = 1/20th of one cent. All rights
reserved. © 1975*
|
Unable to create a reference between P7_UrbanRead and WebUI projects.
Error message:
The text was updated successfully, but these errors were encountered: