System.Windows.Markup.XamlParseException occurred
Message="'474' value cannot be assigned to property 'Width' of object 'WBFSManager.UI.ProgressDialog'. Overflow or underflow in the arithmetic operation. Error at object 'Window_1' in markup file 'WBFSManager;component/ui/progressdialog.xaml' Line 4 Position 106."
Source="PresentationFramework"
LineNumber=4
LinePosition=106
UidContext="Window_1"
StackTrace:
at System.Windows.Markup.XamlParseException.ThrowException(String message, Exception innerException, Int32 lineNumber, Int32 linePosition, Uri baseUri, XamlObjectIds currentXamlObjectIds, XamlObjectIds contextXamlObjectIds, Type objectType)
at System.Windows.Markup.XamlParseException.ThrowException(ParserContext parserContext, Int32 lineNumber, Int32 linePosition, String message, Exception innerException)
at System.Windows.Markup.BamlRecordReader.ThrowExceptionWithLine(String message, Exception innerException)
at System.Windows.Markup.BamlRecordReader.ReadPropertyRecordBase(String attribValue, Int16 attributeId, Int16 converterTypeId)
at System.Windows.Markup.BamlRecordReader.ReadPropertyConverterRecord(BamlPropertyWithConverterRecord bamlPropertyRecord)
at System.Windows.Markup.BamlRecordReader.ReadRecord(BamlRecord bamlRecord)
at System.Windows.Markup.BamlRecordReader.Read(Boolean singleRecord)
at System.Windows.Markup.TreeBuilderBamlTranslator.ParseFragment()
at System.Windows.Markup.TreeBuilder.Parse()
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at WBFSManager.UI.ProgressDialog.InitializeComponent() in c:\Users\sukru\Desktop\WBFSManager\WBFSManager\trunk\WBFS Manager\UI\ProgressDialog.xaml:line 1
at WBFSManager.UI.ProgressDialog..ctor(String windowTitle, Boolean infinite, Boolean useOverall, Int32 numOperations, Boolean showCancel, BackgroundWorker causeWorker) in C:\Users\sukru\Desktop\WBFSManager\WBFSManager\trunk\WBFS Manager\UI\ProgressDialog.xaml.cs:line 25
InnerException: System.ArithmeticException
Message="Overflow or underflow in the arithmetic operation."
Source="mscorlib"
StackTrace:
at System.Double.Equals(Object obj)
at System.Object.Equals(Object objA, Object objB)
at System.Windows.DependencyObject.Equals(DependencyProperty dp, Object value1, Object value2)
at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, OperationType operationType)
at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, OperationType operationType, Boolean isInternal)
at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
at System.Windows.Markup.BamlRecordReader.SetDependencyValueCore(DependencyObject dependencyObject, DependencyProperty dependencyProperty, Object value)
at System.Windows.Markup.BamlRecordReader.SetDependencyValue(DependencyObject dependencyObject, DependencyProperty dependencyProperty, Object value)
at System.Windows.Markup.BamlRecordReader.SetPropertyValue(Object o, PropertyDefinition propertyDefinition, Object value)
at System.Windows.Markup.BamlRecordReader.ReadPropertyRecordBase(String attribValue, Int16 attributeId, Int16 converterTypeId)
InnerException:
And then, it gives me a null exp error with this details;
System.NullReferenceException was unhandled
Message="Object reference not set to an instance of an object."
Source="WBFSManager"
StackTrace:
at WBFSManager.MainWindow.bw_ParseProgressChanged(Object sender, ProgressChangedEventArgs e) in C:\Users\sukru\Desktop\WBFSManager\WBFSManager\trunk\WBFS Manager\UI\MainWindow.xaml.cs:line 850
at System.ComponentModel.BackgroundWorker.OnProgressChanged(ProgressChangedEventArgs e)
at System.ComponentModel.BackgroundWorker.ProgressReporter(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.MessageBox(HandleRef hWnd, String text, String caption, Int32 type)
at System.Windows.MessageBox.ShowCore(IntPtr owner, String messageBoxText, String caption, MessageBoxButton button, MessageBoxImage icon, MessageBoxResult defaultResult, MessageBoxOptions options)
at System.Windows.MessageBox.Show(String messageBoxText, String caption, MessageBoxButton button, MessageBoxImage icon)
at WBFSManager.AppMain.Main() in C:\Users\sukru\Desktop\WBFSManager\WBFSManager\trunk\WBFS Manager\AppMain.cs:line 61
at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException:
it seems that pd is null and throw this exp. when the form is first shown (bw_ParseProgressChanged)
Comments: ** Comment from web user: WQ123 **
http://www.oakleys-sunglasses.us.com/, http://www.oakley-outletstore.in.net/, http://www.tory-burchshoesoutlet.net/, http://www.vans-shoes.net/, http://mavericks.nbajersey.us.com/, http://www.uggs-onsale.net/, http://pelicans.nbajersey.us.com/, http://www.marcjacobs-sale.com/, http://www.polos-ralphlauren.us.com/, http://www.truereligionjeans.net.co/, http://www.cheapshoes.com.co/, http://www.northfaceoutlet.com.co/, http://www.poloralphlaurenoutlet.net.co/, http://giants.nfljersey.us.com/, http://www.pandorajewellery.com.au/, http://www.kate-spade.gb.net/, http://warriors.nbajersey.us.com/, http://www.nikefree-run.org.uk/, http://www.ralphlauren-au.com/, http://www.hollisterclothes.us.com/, http://www.thejoreseproject.com/, http://www.gucci-handbags.in.net/, http://www.nfljersey.us.com/, http://www.cheap-omegawatches.com/, http://www.mcmhandbags.com.co/, http://grizzlies.nbajersey.us.com/, http://www.airjordans.us/, http://www.michaelkors-outlet-online.com.co/, http://www.ghd-hairstraightener.net/, http://www.michaelkorsbags.us.org/, http://www.harrods-london.co.uk/, http://www.prada-handbags.com.co/, http://www.swarovski-canada.ca/, http://www.adidas.org.es/, http://www.tommy-hilfiger.com.de/, http://www.timberlands-paschere.fr/, http://www.beatsbydrdre.co.com/, http://www.ray-bans.us.org/, http://www.babyliss-pro.us.com/, http://www.ralphlauren-polos.com.co/, http://uggboots.misblackfriday.com/, http://www.hollisterclothingstore.org/, http://www.bebeclothing.in.net/, http://www.coachhandbags2016.us.com/, http://bengals.nfljersey.us.com/, http://www.mk-com.com/, http://www.nikestore.com.de/, http://www.lululemonoutlet.gb.net/, http://www.ugg-uggboots.net/, http://www.timberland-boots.in.net/, http://www.swarovskijewelry.com.co/, http://www.cheapthomassabos.co.uk/, http://www.gucci-outletsale.net/, http://rockets.nbajersey.us.com/, http://www.canada-goosesjackets.us.com/, http://www.abercrombie-andfitch.ca/, http://www.lululemon-australia.com.au/, http://www.burberry-2016.co.uk/, http://www.michael-kors-australia.com.au/, http://www.asicsgels.de/, http://www.coachblackfriday.com/, http://www.airhuarache.co.uk/, http://www.nike-huarache.nl/, http://www.calvin-kleins.us.org/, http://heat.nbajersey.us.com/, http://www.mcm-backpacks.com/, http://www.nike-freeruns.co.uk/, http://www.rayban-sunglassesoutlet.com/, http://www.adidas.com.se/, http://www.tommyhilfiger.net.co/, http://www.pradahandbags.net.co/, http://www.christianlouboutin.org.uk/, http://www.oakley-sunglasses.mex.com/, http://www.mcm-handbags.org/, http://vikings.nfljersey.us.com/, http://www.hermesbirkin-bag.net/, http://www.ray-banocchiali.it/, http://www.levisjeans.com.co/, http://www.oakleyoutlet.ar.com/, http://www.burberry-handbagsoutlet.com.co/, http://www.asics-outlet.us.com/, http://www.hollister-abercrombie.com.se/, http://nike.shoesoutlet.us.com/, http://www.longchamp.com.de/, http://www.guccishoes-uk.co.uk/, http://www.airmax-2015.org/, http://chargers.nfljersey.us.com/, http://www.nike-air-force.de/, http://www.hollisters-canada.ca/, http://www.ugg-boots.ca/, http://www.rayban.com.de/, http://buccaneers.nfljersey.us.com/, http://hornets.nbajersey.us.com/, http://wizards.nbajersey.us.com/, http://www.nikefactory.org/, http://www.raybans-sunglasses.net/, http://www.marc-jacobs.us.com/, http://www.converse.com.de/, http://www.vans-schuhe.com.de/, http://www.tommyhilfigeroutlet.in.net/, http://redskins.nfljersey.us.com/, http://www.nike-shoesoutlet.us.com/, http://www.abercrombie-fitchsale.com/, http://www.burberry-outletcanada.ca/, http://www.hermesbags.jp.net/, http://www.ghd-hairstraighteneroutlet.co.uk/, http://www.nike-roshe-run.de/, http://azcardinals.nfljersey.us.com/, http://broncos.nfljersey.us.com/, http://seahawks.nfljersey.us.com/, http://www.burberry-handbagssale.in.net/, http://www.oakley-glassesoutlet.com/, http://www.nbajersey.us.com/, http://76ers.nbajersey.us.com/, http://titans.nfljersey.us.com/, http://www.adidas-schuhe-online.de/, http://www.coco-chanel.com.de/, http://www.weddingdressessonline.ca/, http://chiefs.nfljersey.us.com/, http://www.chanelhandbags.net.in/, http://lions.nfljersey.us.com/, http://www.nikemercurial.in.net/, http://www.nike-airmaxinc.co.uk/, http://www.juicycouture.com.co/, http://www.coach-purseoutlet.net/, http://www.nikeshoesoutlet.org.uk/, http://nuggets.nbajersey.us.com/, http://www.rayban-pas-cher.fr/, http://www.lauren-ralph.co.uk/, http://www.cheap-raybansoutlet.com/, http://www.michael-korsbags.co.uk/, http://www.ok-em.com/, http://www.burberryoutlet-sale.in.net/, http://www.nikestore.us/, http://www.ralphlauren-polos.co.uk/, http://www.thenorthfacejackets.net.co/, http://www.swarovski-online-shop.de/, http://www.abercrombiefitchs.us.com/, http://www.replica-handbags.net.co/, http://www.burberry-outletonlinesale.in.net/, http://www.burberry-outlet.net.co/, http://www.maccosmetics.gr.com/, http://www.michael-kors-outlet.us.org/, http://www.montblanc-penssale.com/, http://www.rosheruns.us/, http://raiders.nfljersey.us.com/, http://www.christian--louboutin.in.net/, http://www.coachoutletstore.net.co/, http://www.omegarelojes.es/, http://www.longchamps.us.com/, http://www.michaelkors-uk.org.uk/, http://www.rb-rm.com/, http://packers.nfljersey.us.com/, http://www.pandora.com.de/, http://www.kate-spade.in.net/, http://www.michaelkorsoutletonline-sale.us.com/, http://www.designer-handbagsoutlet.us.com/, http://www.newbalance.com.es/, http://www.nikefree5.net/, http://www.abercrombie-kid.us.com/, http://falcons.nfljersey.us.com/, http://www.prada-shoes.com.co/, http://www.nike-air-max.us/, http://www.pandorajewelry.top/, http://www.tocoachoutlet.com/, http://www.chiflatiron.net.co/, http://www.toryburchoutlet-sale.us.com/, http://www.vans-shoes.co.uk/, http://www.burberry-outletstore.net/, http://nets.nbajersey.us.com/, http://www.tomsshoes-outlet.us.com/, http://www.christianlouboutinshoesoutlet.org/, http://www.soccer-shoes.us.com/, http://www.giuseppe-zanotti.net/, http://www.chi-flatiron.us.com/, http://www.michael-kors.com.co/, http://www.weddingdressesuk.org.uk/, http://www.mcmbags.us.com/, http://www.reebok.com.de/, http://magic.nbajersey.us.com/, http://www.supra-shoes.org/, http://www.eyeglasses-online.us.com/, http://www.toms-shoesoutlet.net/, http://www.tommy-hilfigeroutlet.com/, http://www.cheapoakley-sunglasses.in.net/, http://www.ralphs-lauren.co.uk/, http://www.pulseras-pandora.com.es/, http://pistons.nbajersey.us.com/, http://bucks.nbajersey.us.com/, http://www.truereligion-outlet.com.co/, http://www.uggs.co.nl/, http://www.rolexwatches-canada.ca/, http://www.nike-tnrequinpascher.fr/, http://www.tiffany-jewelry.net/, http://www.celine-bags.org/, http://www.ugg-boots-australia.com.au/, http://www.katespadeoutlet.gb.net/, http://colts.nfljersey.us.com/, http://www.mcm-bags.us.com/, http://www.oakley.com.de/, http://www.bcbg-maxazria.ca/, http://timberwolves.nbajersey.us.com/, http://www.the-northface.net.co/, http://www.rayban.co.nl/, http://www.cheapjerseys.us.org/, http://www.ugg-australia.com.de/, http://www.ralphlaurenonlineshop.de/, http://www.oakley-sunglassess.com/, http://www.toryburch-sandals.in.net/, http://www.jordan-shoes.com.co/, http://www.ugg-boots.us.org/, http://www.moncler-outlet.us.org/, http://www.rayban-sunglassesoutlet.co.uk/, http://www.raybanoutlet.ca/, http://www.michael-kors.com.es/, http://www.bcbg-dresses.com/, http://www.jimmy-chooshoes.com/, http://www.coach-factoryyoutletonline.net/