Application crashes with Fault Module Name:clr.dll
Hello, I have implemented static library with clr support. After installing .Net Framework 4.0, application is crashing with below errors. Please let me know how to resolve this...
View Articlebitmap save jpeg failled but png is ok because of the comments property
Question Description: when I save the bitmap to a JPEG file with JPEG format mode, a Gdi exception was thrown. But when i save it with a PNG format mode, it can be saved successfully.Quick Recreate:...
View Article.dll is failed to load or could not be located in the dynamic link library.
I was talking on skype and playing a game at the same time, when my PC started to work very loudly, i coulnd not do anything and pressed "Restart" button. When my computer turned on, windowns dropped...
View ArticleGeoCoorinateWatcher - Get GEO location details periodically in windows service
Hi, I want to get the machine's GPs latitude and longitude values periodically using windows service c#. I use the below codepublicvoidGetGeoProperites(){try{ log.Debug("~: GetGeoProperites()");...
View ArticleFacing problem while archiving to tgz SharpZipLib_
I want to archive content of a folder to a tgz file. I am using SharpZipLib for the same. I am able to create the file, but the problem what I am facing is , it is archiving from the root folder of...
View Articleerror handling now working: page_error not called
Hii copied thishttp://msdn.microsoft.com/en-us/library/bb397417(v=vs.100).aspxinto visual studio 2010 but it is not working! on debugging the debugger breaks into code to show where exception was...
View ArticleMissing cscomp.dll file
Hello,I am getting an error when trying to run an application "The application has failed to start because cscomp.dll was not found."Reinstalling the application does not help. I am running the app on...
View ArticleDataGridView RowVlaidating fires on form load...
I am trying to validate the data on a row of a DataGridView by using the RowValidating event.The problem I am having is that it fires when the form loads and any existing rows that fail my tests cause...
View ArticleOracal и C#
Здравствуйте, проблема у меня такова, есть большая база данных(Oracal), мне нужно чтобы когда контроллер закинул данные в базу, то в программу на шарпе пришло "уведомление", конечно можно чтобы шарп...
View ArticleWebrowser Leaks Memory
It seems conclusive from my tests and others, that there is a memory leak when using the WebBrowser ControlMicrosoft, do you intend to fix this?
View Articlewhat happened to FederatedClientCredentialsSecurityTokenManager class in 4.5...
Looking for the namespace location for FederatedClientCredentialsSecurityTokenManager in 4.5 Framework.
View ArticleHELP! Tile editor error.
Hi,I'm working on a tile editor with SlimDX and VB.Net. I keep getting this weird error on the line in Form1.vb that says :Bitmaps(b, a).FromBitmap(MyBitmap, New Point(0, 0), New Retangle(a * Width, b...
View Articleembedded resource confusion
Hi I am studying for mcts certification and this question is confusing me"you make use of asp.net 3.5 to create a web application.you decide to add a javascrip file named CKScripts.js as embedded...
View ArticleCode Access
Hi.I am trying to build a system that will support code access security and i am little bit stuck on what patterns should be used to implement it.What i am trying to do is to be able to define which...
View ArticleHow to print a word document on the server from the client
hi everyone i need to print a word document on the server from client using ASP.net, i tried the next code: ProcessStartInfo info = new ProcessStartInfo(fileCopy);info.WindowStyle =...
View ArticleNew to .NET -
I have a Furnace Data entry application - that does add, change, delete. Has a validation file with a furnace master. It currently is written in java and they want it changed and written in .Net....
View ArticleFM20.DLL not registering (Error Code 0x80040151)
Hello,I apologize if I'm posting this in the wrong forum. If this is the case I'd appreciate it if someone could suggest a better place to ask this question.I'm trying to register a FM20.DLL file on a...
View ArticleError while loading Outllook
Hi,I am using Microsoft.interop.outlook.dll version 14 to open my Microsoft outlook 2010 from my c#.net application. I am using below...
View ArticleSerialization
Hi. I have a class which is not serializable but i need to serialize it in the other classes. It's possible to do for instance by name but i don't want to write additional methods in each class. Maybe...
View ArticleHow do I call an IO file where application default directory exists for...
How do I call an IO file where application default directory exists for loading a combobox?this is my current code:Public Shared circuit As Path = "appdir\2000chevyastrovantitles.txt"I am using a...
View Article