Quantcast
Channel: .NET Framework Setup and Servicing forum
Viewing all 3295 articles
Browse latest View live

Unhandled Exception in Windows 10

$
0
0

I have the following message each time I run two programmes that need to run with this app. How do I repir it as I have tried the clean up tool and repair without any success. It is not possible to uninstall 3.5 or 4.2.7 in my windows 10 dated 10/4/18 

************** Exception Text **************
System.Net.WebException: The underlying connection was closed: The connection was closed unexpectedly.
   at System.Net.HttpWebRequest.GetResponse()
   at PB_Mobile_Database.Form1.checkdetails()
   at PB_Mobile_Database.Form1.Form1_Load(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
PB-Mobile-Database
    Assembly Version: 1.0.0.0
    Win32 Version: 1.7.0.0
    CodeBase: file:///C:/Planebase/PlaneBase%20Mobile/PB-Mobile-Database.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 14.7.3056.0 built by: NET472REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3056.0 built by: NET472REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3056.0 built by: NET472REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3056.0 built by: NET472REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3056.0 built by: NET472REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Data.SQLite
    Assembly Version: 1.0.103.0
    Win32 Version: 1.0.103.0
    CodeBase: file:///C:/Planebase/PlaneBase%20Mobile/System.Data.SQLite.DLL
----------------------------------------
System.Data
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3160.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Transactions
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.EnterpriseServices
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3056.0 built by: NET472REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


Migration from .Net 4.5.2 to .Net 4.5.7

$
0
0

Hi All,

I have an application which is run on 4.5.2 framework. If I install Net 4.5.7 framework without pointing to my application to a newer version (4.5.7) Can I get security enhancement?

Thanks






See the end of this message for details about calling (JIT) instead of the current dialog box.

$
0
0

راجع نهاية هذه الرسالة للحصول على تفاصيل حول استدعاء 
التصحيح اللحظي (JIT) بدلاً من مربع الحوار الحالي.

************** نص الاستثناء **************
System.TypeInitializationException: طرح مُهيئ النوع الخاص بـ 'ASUSWSSyncPanel.TimerActionModule' استثناءً. ---> System.InvalidCastException: التحويل من السلسلة "2000/01/01" إلى النوع 'Date' غير صالح.
   عند Microsoft.VisualBasic.CompilerServices.Conversions.ToDate(String Value)
   عند ASUSWSSyncPanel.TimerActionModule..cctor()
   --- نهاية تتبع بنية تخزين عناصر الاستثناء الداخلي ---
   عند ASUSWSSyncPanel.TimerActionModule.SystemTaryUI_2(NotifyIcon& NotifyIcon_Panel)
   عند ASUSWSSyncPanel.MySyncFolderLoader.Timer_10sec_Tick(Object sender, EventArgs e)
   عند System.Windows.Forms.Timer.OnTick(EventArgs e)
   عند System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   عند System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** التجميعات المحملة **************
mscorlib
    إصدار التجميع: 4.0.0.0
    إصدار Win32: 4.7.3190.0 built by: NET472REL1LAST_C
    مصدر البرنامج: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
AsusWSPanel
    إصدار التجميع: 1.0.0.0
    إصدار Win32: 1.0.0.0
    مصدر البرنامج: file:///C:/Program%20Files%20(x86)/ASUS/WebStorage/2.2.5.541/AsusWSPanel.exe
----------------------------------------
System.Windows.Forms
    إصدار التجميع: 4.0.0.0
    إصدار Win32: 4.7.3056.0 built by: NET472REL1
    مصدر البرنامج: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    إصدار التجميع: 4.0.0.0
    إصدار Win32: 4.7.3190.0 built by: NET472REL1LAST_C
    مصدر البرنامج: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    إصدار التجميع: 4.0.0.0
    إصدار Win32: 4.7.3056.0 built by: NET472REL1
    مصدر البرنامج: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.VisualBasic
    إصدار التجميع: 10.0.0.0
    إصدار Win32: 14.7.3056.0 built by: NET472REL1
    مصدر البرنامج: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Core
    إصدار التجميع: 4.0.0.0
    إصدار Win32: 4.7.3190.0 built by: NET472REL1LAST_C
    مصدر البرنامج: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Configuration
    إصدار التجميع: 4.0.0.0
    إصدار Win32: 4.7.3056.0 built by: NET472REL1
    مصدر البرنامج: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    إصدار التجميع: 4.0.0.0
    إصدار Win32: 4.7.3056.0 built by: NET472REL1
    مصدر البرنامج: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
eCaremeDLL
    إصدار التجميع: 1.0.0.0
    إصدار Win32: 1.0.0.0
    مصدر البرنامج: file:///C:/Program%20Files%20(x86)/ASUS/WebStorage/2.2.5.541/eCaremeDLL.DLL
----------------------------------------
log4net
    إصدار التجميع: 1.2.13.0
    إصدار Win32: 1.2.13.0
    مصدر البرنامج: file:///C:/Program%20Files%20(x86)/ASUS/WebStorage/2.2.5.541/log4net.DLL
----------------------------------------
mscorlib.resources
    إصدار التجميع: 4.0.0.0
    إصدار Win32: 4.7.3056.0 built by: NET472REL1
    مصدر البرنامج: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_ar_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
Microsoft.VisualBasic.resources
    إصدار التجميع: 10.0.0.0
    إصدار Win32: 14.7.3056.0 built by: NET472REL1
    مصدر البرنامج: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic.resources/v4.0_10.0.0.0_ar_b03f5f7f11d50a3a/Microsoft.VisualBasic.resources.dll
----------------------------------------
System.Windows.Forms.resources
    إصدار التجميع: 4.0.0.0
    إصدار Win32: 4.7.3056.0 built by: NET472REL1
    مصدر البرنامج: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_ar_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

************** تصحيح JIT **************
لتمكين التصحيح اللحظي (JIT)، يجب تعيين قيمة
jitDebugging في القسم system.windows.forms
في ملف التكوين لهذا التطبيق أو الكمبيوتر (machine.config).
يجب أيضًا تحويل التطبيق برمجيًا مع تمكين
التصحيح.

على سبيل المثال:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

عند تمكين تصحيح JIT، سيتم إرسال أي استثناء لم تتم معالجته
إلى مصحح الأخطاء JIT المسجل على الكمبيوتر
بدلاً من معالجته بواسطة مربع الحوار هذا.

---------------------------------------------------------- English :

See the end of this message for details about calling
(JIT) instead of the current dialog box.

************** Exception text **************
System.TypeInitializationException: Exempts the type of 'ASUSWSSyncPanel.TimerActionModule' exception. ---> System.InvalidCastException: Conversion from string "2000/01/01" to type 'Date' is invalid.
   When Microsoft.VisualBasic.CompilerServices.Conversions.ToDate (String Value)
   When ASUSWSSyncPanel.TimerActionModule.cctor ()
   --- the end of the trace of the internal exception storage elements ---
   When ASUSWSSyncPanel.TimerActionModule.SystemTaryUI_2 (NotifyIcon & NotifyIcon_Panel)
   When ASUSWSSyncPanel.MySyncFolderLoader.Timer_10sec_Tick (Object sender, EventArgs e)
   When System.Windows.Forms.Timer.OnTick (EventArgs e)
   When System.Windows.Forms.Timer.TimerNativeWindow.WndProc (Message & m)
   When System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly version: 4.0.0.0
    Win32 version: 4.7.3190.0 built by: NET472REL1LAST_C
    Program source: file: /// C: /Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
AsusWSPanel
    Assembly version: 1.0.0.0
    Win32 version: 1.0.0.0
    Program source: file: /// C: / Program% 20Files% 20 (x86) /ASUS/WebStorage/2.2.5.541/AsusWSPanel.exe
----------------------------------------
System.Windows.Forms
    Assembly version: 4.0.0.0
    Win32 version: 4.7.3056.0 built by: NET472REL1
    Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly version: 4.0.0.0
    Win32 version: 4.7.3190.0 built by: NET472REL1LAST_C
    Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------

System.Drawing
    Assembly version: 4.0.0.0
    Win32 version: 4.7.3056.0 built by: NET472REL1
    Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.VisualBasic
    Assembly version: 10.0.0.0
    Win32 version: 14.7.3056.0 built by: NET472REL1
    Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Core
    Assembly version: 4.0.0.0
    Win32 version: 4.7.3190.0 built by: NET472REL1LAST_C
    Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Configuration
    Assembly version: 4.0.0.0
    Win32 version: 4.7.3056.0 built by: NET472REL1
    Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly version: 4.0.0.0
    Win32 version: 4.7.3056.0 built by: NET472REL1
    Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
eCaremeDLL
    Assembly version: 1.0.0.0
    Win32 version: 1.0.0.0
    Program source: file: /// C: / Program% 20Files% 20 (x86) /ASUS/WebStorage/2.2.5.541/eCaremeDLL.DLL
----------------------------------------
log4net
    Assembly version: 1.2.13.0
    Win32 version: 1.2.13.0
    Program source: file: /// C: / Program% 20Files% 20 (x86) /ASUS/WebStorage/2.2.5.541/log4net.DLL
----------------------------------------
mscorlib.resources
    Assembly version: 4.0.0.0
    Win32 version: 4.7.3056.0 built by: NET472REL1
    Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_en_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
Microsoft.VisualBasic.resources
    Assembly version: 10.0.0.0
    Win32 version: 14.7.3056.0 built by: NET472REL1
    Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic.resources/v4.0_10.0.0.0_en_b03f5f7f11d50a3a/Microsoft.VisualBasic.resources.dll
----------------------------------------
System.Windows.Forms.resources
    Assembly version: 4.0.0.0
    Win32 version: 4.7.3056.0 built by: NET472REL1
    Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_en_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

************** JIT Patch **************
To enable instant debugging (JIT), a value must be set
jitDebugging in the system.windows.forms section
In the configuration file for this application or computer (machine.config).
You must also convert the application programmatically with Enable
Correction.

For example:

<configuration>
    <system.windows.forms jitDebugging = "true" />
</ configuration>

When you enable the JIT debugging, any unhandled exception will be sent
To the JIT debugger that is registered on the computer
Instead of being manipulated by this dialog box.

How to access ASP.NET Core SignalR service in .NET Console App?

$
0
0

Hi.,

I have built a MVC Web app using ASP.NET Core with SignalR. Is it possible to access this SignalR service ( ASP.NET Core MVC) in .NET Framework console app?


Thanks.

.NET Framework Setup on HP Thin Clients

$
0
0

I'm currently trying to install .NET Framework on a few HP Thin Client's a customer has onsite and have been running into setup issues. This software is a compatibility requirement for our remote management software.

The computers are running Windows 7 Embedded. I understand this is built off Windows XP so may only support prior to .NET 3.5.

The computers only have ~2GB free so I have run extraction of setup files to an external USB and attempt to run setup from there. If I run the setup file locally from C:\ drive I'm faced with extraction errors due to limited free space. I have performed disk cleans and there is nothing remaining I can delete. Upon running the setup executable which should install .NET 2.0 through to 3.5, the executable does not run.

Please let me know if you have had success installing .NET on a HP Thin Client and how you approached this.

Any help is greatly appreciated.

Build - error 'Desktop' does not exist in the namespace 'CrystalDescisions.Enterprise.

$
0
0

VS 2017 - framework 4.5.2 - EF 5

The application was written in VS 2010 and currently being upgraded.

I keep getting this error The type or namespace name 'Desktop' does not exist in the namespace 'CrystalDecisions.Enterprise'

File ReportsCOntroller.cs

I cannot upload the image?

The syntax is Private JasonReportParameter GetJsonReportParameter (CrystalDecisions.Enterprise.Desktop.ReportParameter pItem, string datatype)

C:\Windows\Microsoft.NET\Framework\v2.0.50727\Install.exe

$
0
0
Desde hace algunos dias, mi equipo cuando estoy trabajando, aparece una ventana, con el siguiente titulo: 

C:\Windows\Microsoft.NET\Framework\v2.0.50727\Install.exe

la verdad no se que sera y me gustaria que me ayuden a aclarar y como puedo dcesaserme de esta vntana...

100% cpu hike issue with .net core application after migration from .net framework to .net core

$
0
0
We are migrating the existing asp.net web api service from .Net Framework to .Net Core SDK 2.1.500 to make it cloud native and run on PCF. We are experiencing issues while running the existing end to end integration tests locally, with problematic CPU utilization and Memory. after running few tests CPU utilization max out (reaches 99% - 100%) and it doesn't come down at all. These tests (~700) run in parallel and work fine with the existing solution(.Net Framework). The service/application is run locally. the system configurations is as follows Windows 10 Enterprise Precision 5820 Tower RAM : 32 GB processor: Intel(R) Xeon(R) w-2135 CPU @ 3.70 GHZ Core I-7 64 bit OS Running on Visual Studio 2017 Enterprise using kestrel-IIS webserver

C++ 2015 error downloading

$
0
0

Is there any way I can download every version of C++ redistributables?

How to use a combined token for pre-authentication with Web Application Proxy?

$
0
0

I have two tokens: A proxy token I obtained through the OAuth Code Grant Flow for pre-authentication on ADFS and a SAP OAuth access token.

  • I want to access a SAP OData Service that is protected through a Web Application Proxy (WAP) with pre-authentication.

    I have two tokens: A proxy token I obtained through the OAuth Code Grant Flow for pre-authentication on ADFS and a SAP OAuth access token.

    As far as I know I have to create a combined token and send it over the WAP to the SAP OData Service.

    { "proxy_token":"zugfze....","access_token":"gzugzugdw..."

    The WAP will extract and validate the proxy token. If it is valid it will leave just the access token in the request for the (OData) service.

    I assume that I have to encode it in base64 and add it in the authorization header of the request as bearer:

    Authorization: Bearer tdzwftzdqwfz...

    This doesn't seem to work, because I am always redirected to the login page. Any ideas how to do that correctly? I cannot find any documentation about how to submit the combined token to the WAP.

    Thanks,
    GunVar

Any Changes in Csharp file is creating errors in visual studio

$
0
0

Any changes in AccountController.cs file is generating this errors. even if <g class="gr_ gr_13 gr-alert gr_tiny gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace" data-gr-id="13" id="13">i</g> change <g class="gr_ gr_10 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar multiReplace" data-gr-id="10" id="10">an space</g> and remove again though this error occurs.
Suppose in line number 30

public ApplicationSignInManager SignInManager

        {

            get => _signInManager ?? HttpContext.GetOwinContext().Get<ApplicationSignInManager>();

            private set => _signInManager = value;

        }

it is giving error that :

Severity

Code

Description

Project

File

Line

Suppression State

Error

CS1513

} expected

TritronJudge

C:\Users\lazyfahim\Source\Workspaces\Tritron Judge\TritronJudge\Controllers\AccountController.cs

30

N/A

Error

CS1043

{ or ; expected

TritronJudge

C:\Users\lazyfahim\Source\Workspaces\Tritron Judge\TritronJudge\Controllers\AccountController.cs

30

N/A

Error

CS1513

} expected

TritronJudge

C:\Users\lazyfahim\Source\Workspaces\Tritron Judge\TritronJudge\Controllers\AccountController.cs

30

N/A

which is totally and terribly not understandable. i didnt face this kind of situation with dot net. And i didn't know how to ask this question .


only some of the MS visual studio 2010 products on this computer is have been upgraded to service pack1. Visual studio 2010 issue in windows 10

$
0
0

Hi

Recently upgraded OS to windows 10, after when i try to install the visual studio 2010. when opening the the VS2010 am getting below error. The link given in the error message to download the SP1 is also not found.. Please help so urgent.



Exception calling "Fill" with "1" argument(s): "The .Net Framework Data Providers require Microsoft Data Access Components(MDAC). Please install Microsoft Data Access Components(MDAC) version 2.6 or later."

$
0
0
Exception calling "Fill" with "1" argument(s): "The .Net Framework Data Providers require Microsoft Data Access Components(MDAC). Please install Microsoft Data Access Components(MDAC) version 2.6 or later."

HttpUtility.HtmlEncode rendering problem during runtime

$
0
0

Hello,

I am fetching a string from database and displaying it on home page during run time.

Band.Text = FormatMessageHTML(datar["MSG_DETAILS"].ToString());

Issue is that I need to use HttpUtility.HtmlEncode(FormatMessageHTML(datar["MSG_DETAILS"].ToString())); to avoid issues during SAST scan but upon using HttpUtility.HtmlEncodethere is rendering problem during runtime and I get simple html texts as output and upon removing HttpUtility.HtmlEncodeit renders properly but I need to use it as it gives problems during SAST scan.

Any suggestions as to how can I use it and render it properly.

I cant install the .NET Framework 4.6.1

$
0
0

Final Result: Installation failed with error code: (0x80070641) 

This is what I am dealing with while installing this framwork 4.6.1 Please i need help as fast as possible thanks.


Net Framework 3.5 and 4.5 error 0x80070002

$
0
0

I'm sure there are many many threads about this same issue, I've read some but I still havent been able to fix my problem. It's been a while since I got this error, can't use many programs that I have and it's getting irritating. I'm running Win 8.1 like most people that has this same issue. I don't know much about this stuff and I really need this issue fixed.

I ran NetFxRepairTool and gathered many logs,

https://onedrive.live.com/?cid=9228C7B477019333&id=9228C7B477019333%21105

Hopefully someone will have an answer as to how to solve my problem.

Edit: 0x80070002 is the error i get everytime i try to reinstall or enable 

صيانه ثلاجات فيلكو || 01014723434 || فرع الرحاب || 01225025360 || ضمان صيانه جهازك

شحن فريون ثلاجات بيكو صيانه بيكو & 01125025360 &الشيخ زايد

$
0
0
صيانه ثلاجات بيكو || 01114723434 || فرع العبور || 01125025360 || ضمان صيانه جهازك 

how to use microsoft?شحن فريون ثلاجات ال جى & 0235695244 &صيانه ال جى & 01225025360 &التجمع الاول

Net Framework 3.5 and 4.5 error 0x80070002

$
0
0

I'm sure there are many many threads about this same issue, I've read some but I still havent been able to fix my problem. It's been a while since I got this error, can't use many programs that I have and it's getting irritating. I'm running Win 8.1 like most people that has this same issue. I don't know much about this stuff and I really need this issue fixed.

I ran NetFxRepairTool and gathered many logs,

https://onedrive.live.com/?cid=9228C7B477019333&id=9228C7B477019333%21105

Hopefully someone will have an answer as to how to solve my problem.

Edit: 0x80070002 is the error i get everytime i try to reinstall or enable 
Viewing all 3295 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>