-
Notifications
You must be signed in to change notification settings - Fork 9
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
Document Builder got an issue when i clicking on Create Document or Generate Document button #3
Comments
Hi, which programming language example do you used? nodejs? |
C# asp. Net MVC
…On Thu, 21 Oct, 2021, 4:16 pm Pavel Lobashov, ***@***.***> wrote:
Hi, which programming language example do you used? nodejs?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/ONLYOFFICE/DocumentServer/issues/1477#issuecomment-948486837>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR4HVBJNSR4WQQOVIAXUMKLUH7VRPANCNFSM5GNYQKXQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I've checked node.js example and this seems fine I think we do not checked or setup C# for quite long time and need time to figure out |
okay |
I attached project file once check it Thank you |
DO you modified original source? Or it's same package |
I added same packages
…On Thu, 21 Oct, 2021, 6:18 pm Pavel Lobashov, ***@***.***> wrote:
DO you modified original source? Or it's same package
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/ONLYOFFICE/DocumentServer/issues/1477#issuecomment-948581739>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR4HVBOO6ZOELX657DZ7DY3UIAD27ANCNFSM5GNYQKXQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Got it thanks, if you have better experience with c# than us - you can compare sources with nodejs and maybe figure out yourself why nodejs example is working and c# is not |
An error in the specified line indicates that the jQuery script is not connected. It connects here in this line
as bundle document-builder-integration/web/csharp-mvc/App_Start/BundleConfig.cs Lines 35 to 36 in 1d203f5
Please check that the script came to the page, and the value of |
@naveen7177 |
i am follow the same but still issue is persisting . |
Sorry, I'm not getting which Builder script you are talking about |
We recheked our example and it's working fine Could you show any JS error in browser console when you calling it? And I see you've made modifications in script, please revert it all back - on our end everything works fine without any modifications |
Sorry, I'm out of ideas, everything works fine for us BTW this example is rather simple and I think from code your should get general idea how to use it |
Hi , |
this function return the "null" public static string ReadTextFromEmbeddedResource(Assembly assembly, string resourceName)
|
Just to be sure - which version of DocumentBuilder did you've installed? DocumentBuilder iteslef, application, not test example |
documentBuilder version is 6.4.1.49 |
Sorry, now I'm out of ideas - maybe setup node.js example and compare execution results Or any other example which will work on Linux - at least we will be able to do some docker version to make sure that it'll work even on your system |
I'm not good with c# code, but I think this is version of example page, not DocumentBuilder itself |
you said example code is working fine. |
We'll have a look once again
This is the latest version |
Hi! I have checked c# mvc on Windows 10 and everything works correctly. csharp_mvc.mp4 |
Okay, what is the value returned by stream variable in your system? actually in My system it is returning null value. |
Hi @naveen7177 |
Hi,
i follow the given below link example code
https://api.onlyoffice.com/docbuilder/integratingdocumentbuilder
I integrated above example code and it executed successfully, but when i am clicking on "Create document" getting any issue .
I attached two Screen short please find below
Thank you
The text was updated successfully, but these errors were encountered: