Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Fri Apr 12, 2019 10:20 am

I installed Spire.doc version 7.4.6 from Nuget package manager. I am using VS2015 Community edition. My .net target framework is "4.0 client profile". After installation, in the project folder below folder structure is created
"ApplicationFolder\Packages\Spire.doc.7.4.6\lib\net20".
"ApplicationFolder\Packages\Spire.doc.7.4.6\lib\net40".
"ApplicationFolder\Packages\Spire.doc.7.4.6\lib\net46".
"ApplicationFolder\Packages\Spire.doc.7.4.6\lib\netstandard2.0"

No folder is created for 4.0 client profile. Also no bin folder is created (as mentioned in many posts on internet), instead lib folder is there.

My project compiles successfully if I select target framework as 4.0, but fails if target is "4.0 client profile". And there is no folder for client profile from where I can give references for the dlls.

gthapliyal
 
Posts: 2
Joined: Fri Apr 12, 2019 9:25 am

Mon Apr 15, 2019 6:22 am

Hello,

Thanks for your post and sorry for the late reply as weekend.
Please download Spire.Doc 7.4.6 from our website (Spire.Doc Pack(hot fix) Version:7.4.6) and reference the dlls from the NET4.0 ClientProfile folder to your project. Because the Nuget package of Spire.Doc 7.4.6 didn't contain the NET4.0 ClientProfile folder. However, we will try to add it in Nuget package of next version. Once it is available, we will let you know immediately.

Sincerely,
Lisa
E-icblue support team
User avatar

Lisa.Li
 
Posts: 1261
Joined: Wed Apr 25, 2018 3:20 am

Mon Apr 15, 2019 9:29 am

Thank you so much for your prompt response. It solved my issue. :)

gthapliyal
 
Posts: 2
Joined: Fri Apr 12, 2019 9:25 am

Mon Apr 15, 2019 10:51 am

Hello,

Glad to hear that!
If you encounter any issue related to our products in the future, just feel free to contact us. Wish you all the best!

Sincerely,
Lisa
E-iceblue support team
User avatar

Lisa.Li
 
Posts: 1261
Joined: Wed Apr 25, 2018 3:20 am

Return to Spire.Doc