justcoding121 / titanium-web-proxy

A cross-platform asynchronous HTTP(S) proxy server in C#.
MIT License
1.92k stars 598 forks source link

Error when adding nuget in asp.net mvc #938

Open dsalodki opened 1 year ago

dsalodki commented 1 year ago

When adding nuget to asp.net mvc (4.5.2) I have error on web pages. Nothing clear error message. I tried use class library with nuget and add to project but still have error.

honfika commented 1 year ago

4.5.2 is the .NET framework version? I was not able to reproducce the issue, however I tried .net fw 4.6.1, since it is the oldest one what I was able to create in my VS.

dsalodki commented 1 year ago

Yes .net 4.5.2 I have installed version seems 3.1002. And solved issue. But sometimes I can not connect proxy so use fiddlerCore

honfika commented 1 year ago

I think you should update your target framework if possible, since .net 4.5.2-4.6.1 is not supported by MS since more than 8 months ago (and it is almost 9(!) years old.)