Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

abcxyz82

@abcxyz82
About
Posts
42
Topics
27
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Qualified XML Root, InvalidOperationException while deserializing
    A abcxyz82

    Class declaration:

    [XmlRoot(Namespace="http://www.example.com/Person")]
    class Person
    {
    [XmlElement(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
    Public string Name;
    }

    Serialized XML using XMLSerializer and XMLSerializerNamespace

    <ns0:person xmlns:ns0="http://www.example.com/Person">
    <name>Bill</name>
    </ns0:person>
    </pre>

    I am having trouble deserializing above XML and create an instance of Person class with Name property. Also I did not find a way to pass "ns0" namespace prefix to deserialization. Any help or direction will greatly be appreciated in any .NET compliant language.

    XML / XSL xml csharp database com help

  • Setting exe name according to project configuration in VS.NET 2005 [modified]
    A abcxyz82

    I found the solution from here- http://www.fearlessdog.com/posts/2005/03/04/net-post-build-script-to-rename-appconfig Here's the exact copy-paste script to set executable name according to project configuration Paste the following in "Post-build event command line"

    rename $(TargetFileName) $(ConfigurationName)$(TargetExt)
    rename $(TargetFileName).config $(ConfigurationName)$(TargetExt).config

    and

    select "When build updates the project output" in "Run the Post-build event:" dropdown.

    then hit -F6 to build the solution.

    Regards, MaulikCE

    Windows Forms csharp visual-studio workspace

  • Setting exe name according to project configuration in VS.NET 2005 [modified]
    A abcxyz82

    I have windows form application project named foo and I have created two solution/project configurations namely foo_STD and foo_PROF. Now, when I build all configurations It generates two folders under bin i.e. foo_STD and foo_PROF and executable created in both folder has name foo.exe Is there any way to change executable name through Post-Build/Command line parameters in project configuration so, that foo_STD.exe is created in foo_STD directory and foo_PROF.exe is created in foo_PROF directory.

    Regards, MaulikCE

    modified on Tuesday, July 22, 2008 12:38 PM

    Windows Forms csharp visual-studio workspace

  • Deisgn issues with Digital signature solution
    A abcxyz82

    Hi all, We would like to implement/integrate digital signature solution with third party document management solution(which has Rich API). We looked at commercial digital signature solutions and it looked like they are not affordable at all for Non-Profit org in India.I'm lead developer on this module. Reuirement- - Web signing: Sign documents(Doc,XLS,PDF,Tiff) online from ASP.NET DMS solution), they have viewer - Offline verifiablity : When documents are sent via email to someone outside organisation, how they can verify that document is from outside source. My Findings- - We can use Crypto API / CAPICOM to get certificate and sign it and put signature embedded in Doc,Xls,PDF file. - For offline verifiablity who does not have DMS solution, some thick app could be given who looks for signature in Doc,Xls,PDF file and tells signer, CA, Sign date. Problems- Embedded signature : Client need to have Office installed to sign document, even though he does not need to edit document. Detached signature : Document can not be verified outside Organisation or DMS solution. It looks like I'm missing something, please shad some light or just share your views on it.We are free to dig if theres any open source API to do this. Thanks, Maulik. We all are angles with only one wing, only way we can fly is to cooperate.

    Design and Architecture cryptography csharp asp-net hardware json

  • Sensible way to scale and display large 1 bit Tiff G4!!
    A abcxyz82

    How can I scale up and down large(10,000*10,000) 1 bit Tiff G4 images. So far I have played with GDI+ transformations and interpolation modes but none helps quick scaling without loosing quality.It takes it more than 1 second to display such image after zoomin/zoomout. While, Microsoft Document Imaging and IrfanView scales the same images smoothly and in less than half a second.I am willing to explore about image processing techniques, any hints/links about the same?? Thanks,

    MaulikCE

    C# question css winforms graphics

  • Zooming out image is very slow - multithreading ??
    A abcxyz82

    It means image just changes twice, instantaneously.I would like to show image changing process.

    Regards, MaulikCE

    C# com performance help question

  • Zooming out image is very slow - multithreading ??
    A abcxyz82

    I am writing ImageViewer application which is suppose to display high resolution images with zoomIn, ZoomOut. If I use Bicubic interpolation mode, I get high qulaity image covering most of details but speed is unaccepatable. I looked at Netvue viewer(http://www.accusoft.com product). It displays blur image initially, smoothes it slowly and finally sharpen it, All phases are clearly visible. While my application applies scaling and hangs for a while(1.75-2Second) and displays image instanteniously. Though i know Geometric transformations, I am novice to image processing and Siganl processing which most of articles talk about(Kernels, Gaussianl filter, box filter, mitchell filter etc...) Any help on Progressive rendering and what filters would be useful would be appreciated. Thanks

    Regards, MaulikCE

    C# com performance help question

  • Deployment package - Windows service + web app VS2003
    A abcxyz82

    We have windows service as batch application and web application as configuration GUI for batch application. I am trying to package it using VS 2003 Deployment options, not sure which project to choose. Installing package(setup.exe) should create webforms in Virtual root and install windows service.I know how to use service installer and web setup, but not sure how to combine both. Regards, MaulikCE

    Regards, MaulikCE

    C# workspace visual-studio sysadmin tutorial

  • Packaging .NET 1.1 Windows service and web application
    A abcxyz82

    We have windows service as batch application and web application as configuration GUI for batch application. I am trying to package it using VS 2003 Deployment options, not sure which project to choose. Installing package(setup.exe) should create webforms in Virtual root and install windows service.I know how to use service installer and web setup, but not sure how to combine both.

    Regards, MaulikCE

    .NET (Core and Framework) workspace csharp visual-studio sysadmin tutorial

  • Tiff Image -&gt; Searchable PDF [modified]
    A abcxyz82

    We have got several scanned documents(Tiff) in CDs, around 10GB of data. We are looking for a way to make them searchable PDF for easy accessibility. We are using PDF creator to convert Tiff to PDF also we have built custom module on top of OCR engine which saves text from page by page in Xml. So, How can I create Searchable PDF out of PDF Image and OCRed text in xml?? We are not looking for high end server side solutions, it would be nice if we can develop our own app or use opensource software. Regards, MaulikCE -- modified at 10:13 Thursday 25th May, 2006

    C# question sysadmin xml

  • show message box in asp.net(c#)
    A abcxyz82

    Both works ' and ", you can use either. Javascript is tricky, it might be another error. Here's the sample code showing how to use it, function closeWindow() { if (confirm('Are you sure you want to cancel ')) { alert("yes clicked"); } else { alert("no clicked"); } } Regards, MaulikCE

    ASP.NET csharp help question asp-net

  • Messagebox with YestToAll, NoToAll
    A abcxyz82

    I need to implement YesToAll,NoToAll feature with messagebox. Say I have several images, when user selects ClearAll...I want to show Prompt with Yes,No,YesToall,NoToAll..Yes would delete current image and prompt with next image, No would skip current image and prompt with next image How can it communicate with business logic? I have to pop up messagebox each time if user selects yes or no for image Thanks for anticipation. Regards, MaulikCE

    C# business question

  • Loading thumbnails in listview.....faster way?
    A abcxyz82

    I have windows forms application, where user can select images to be loaded from FileDialog. It creates thumbnails of those and displayes them in listview...its taking longer then expected. Users generally select 30-35 200DPI .jpeg images. I am using Imagelist & Listview combination....I think problem is of windows painting(invalidate or refresh)...I do beginUpdate,endUpdate before and after adding items. How can i boost performance of this task? Any help will greatly be appriciated.. Regards, MaulikCE

    C# help question winforms performance

  • XPath query C#
    A abcxyz82

    Thanks David, My requirement is little different, I have reference to DEPT node so I have to search relatively from DEPT as other branches may also have same departments. In terms of code, bool isInDepartment( XmlElement eleDept, string employee ); What could be the XPath query for this?

    XML / XSL xml csharp database tutorial question

  • XPath query C#
    A abcxyz82

    Below is the sample xml analgous to mine, "============= ... ===========" Now, I am trying write a function which says an employee with name xxx belongs to Dept xxx or not? taking two parameters, DEPT_NODE and EMPNAME as parameters. I can not change the signature as its from top. how to write an Xpath query for that? Thanks for anticipation. Regards. MaulikCE

    i don want

    XML / XSL xml csharp database tutorial question

  • Tricky XPath query C#
    A abcxyz82

    Below is the sample xml analgous to mine, "============= ... ===========" Now, I am trying write a function which says an employee with name xxx belongs to Dept xxx or not? taking two parameters, DEPT_NODE and EMPNAME as parameters. I can not change the signature as its from top. how to write an Xpath query for that? Thanks for anticipation. Regards. MaulikCE

    C# xml csharp database tutorial question

  • Error loading Symbols while trying to debug winform app.
    A abcxyz82

    Yes, Rebooted. Problem has yet not been resolved, anything else would you like me to try?

    C# visual-studio csharp debugging help c++

  • Error loading Symbols while trying to debug winform app.
    A abcxyz82

    Thanks Dave, No luck with Clean Solution, still getting NullReferenceException popup...Disassembly property page at address "VSHostUtil.HostProc.GetEntryPointAptThreadState" Can you jus give a little strain to your brain to recall what you did to overcome the problem.

    C# visual-studio csharp debugging help c++

  • Error loading Symbols while trying to debug winform app.
    A abcxyz82

    am building winform application, having two projects one is classLib and other is WinForm. My application was working fine. Its in sourcesafe. Suddenly today when i tried to debug my app with F5, it started giving me error. Here's the content of output window when I hit F5 to debug my app: '.NET': Loaded 'D:\WINDOWS\assembly\GAC_32\mscorlib\2.0.3600.0__b77a5c561934e089\mscorlib.dll', No symbols loaded. '.NET': Loaded 'D:\WINDOWS\assembly\GAC_MSIL\vshostutil\8.0.1200.0__b03f5f7f11d50a3a\vshostutil.dll', No symbols loaded. '.NET': Loaded 'D:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.3600.0__b77a5c561934e089\System.Windows.Forms.dll', No symbols loaded. '.NET': Loaded 'D:\WINDOWS\assembly\GAC_MSIL\System\2.0.3600.0__b77a5c561934e089\System.dll', No symbols loaded. '.NET': Loaded 'D:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.3600.0__b03f5f7f11d50a3a\System.Drawing.dll', No symbols loaded. '.NET': Loaded 'D:\Documents and Settings\maulik\My Documents\Visual Studio\Projects\<$$Myproject$$>\bin\Debug\<$$Myproject$$>.vshost.exe', No symbols loaded. '.NET': Loaded 'D:\WINDOWS\assembly\GAC_32\System.Data\2.0.3600.0__b77a5c561934e089\System.Data.dll', No symbols loaded. '.NET': Loaded 'D:\WINDOWS\assembly\GAC_MSIL\System.Web\2.0.3600.0__b03f5f7f11d50a3a\System.Web.dll', No symbols loaded. '.NET': Loaded 'D:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.3600.0__b77a5c561934e089\System.Xml.dll', No symbols loaded. The thread '' (0xd0c) has exited with code 0 (0x0). The thread 0x15bc has exited with code 0 (0x0). '.NET': Loaded 'D:\Documents and Settings\maulik\My Documents\Visual Studio\Projects\<$$Myproject$$>\bin\Debug\<$$Myproject$$>.dll', No symbols loaded. **A first chance exception of type 'System.NullReferenceException' occurred in vshostutil.dll,** When I hit F5(Debug-Active configuration) it opens property page with title - Disassembly showing native code in VS.NET IDE and pops up Nullreference exception unhandled...I have placed breakpoint in first line of Main() but its not stopping there, indicating "Breakpoints will not currently be not hit, No symbols have been loaded for this document." Any help will greatly be appriciated..... REgards, MaulikCE.

    C# visual-studio csharp debugging help c++

  • How to find a pattern in an image
    A abcxyz82

    If you are developing commercial solution then we'd glad to hear from you.We have developed formsProcessing software for one of our clients in US. Regards, MaulikCE maulik.modi@gmail.com

    .NET (Core and Framework) regex tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups