Software Development Network Logo
  • Visual C#
  • Visual Studio
  • Microsoft ISV
  • SQL Server
  • Visual FoxPro
  • .NET Development
  • Visual J#
  • Smart Device
  • Visual C++
  • Architecture
  • VS Express Editions
  • Windows Forms
  • Windows Vista
  • Visual Basic
  • Game Technologies

Software Development Network >> RavuriSurya's Q&A profile

RavuriSurya

Member List

Hugh Potts
R.E
Shawn K.
hpannu
cashinde
BlueShift
Carlos Vara
LornaJoy
Tamiri
abuswell
.netguy
BobMac
Tim Haines
JeremyRooks
BartoszBien
R1ZWAN
Hong
dbloke
cahit
Paraclete
Only Title

RavuriSurya's Q&A profile

  • Visual Studio Tools for Office Problem of Office add-in (C#)

    I have a problem in that I have a MS Word Add-in which works fine on the computer where I developed it (in MS Visual C# .NET) but when I try to deploy it on other machines it doesn t work. To deploy the project I am using the Setup project from the Add-ins solution explorer as per instructions at, http://support.microsoft.com/default.aspx scid=kb;EN-US;q316723 I tried to isolate the problem using some simple examples. I made an add-in that simply pops-up a Message Box in the OnConnection method. This deploys fine on the target machine. Next I tried the simple add-in as outlined in the KnowledgeBase article 302901, How to build an Office ...Show All

  • Visual Studio error MSB3323: Unable to find manifest signing certificate in the certificate store.

    Problems began when I received the MSDN Final VS 2005 v8.0.50727.42 and uninstalled the RC build which I had worked with without issue and replaced it with the previously mentioned. After four or so installs/uninstalls I got past the Invalid license data. Reinstall is required. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=162712&SiteID=1 I have tested C++ project builds for managed and unmanaged code and both work without a problem. My C# projects however fail to build, the error I get is: ------ Rebuild All started: Project: D And P, Configuration: Release Any CPU ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsof ...Show All

  • Windows Forms Control Design

    How I can design better controls without WinFX Become a better user interface programmer and then you can write better controls. There is nothing in WinFX you could not do by hand yourself, albeit taking much longer to custom write yourself. If you question is really, I want all the cool features of WPF in Windows.Forms then your never going to get it. Phil Wright http://www.componentfactory.com Free user interface controls for .NET2 ...Show All

  • SQL Server Feature requests

    May be it's too late, but I think this requests could be scheduled at least for a SP1 if it's not possible for the RTM. 1) Execute Task without debugger: it would be very nice to be able to execute a single task without going in debugging mode. Just as you would ask "Start Without Debugging CTRL+F5" but for a single task 2) Customize default properties for task and component: when you drag a task on the package you get a default value for the properties that you could want to change; often I need to change the same property in the same way each time (for example I'd like to set the Batch Size for a OLE DB destination to 1000 instead than 0 ...Show All

  • SQL Server I don't understand why

    I have posted this problem for 2 weeks straight and I cannot possibly believe I'm the only one here having this issue. Can someone please help or explain why or how I can resolve this problem http://www.eggheadcafe.com/forums/ForumPost.asp ID=60046&INTID=9 I did use an expression, there is an =. Look at my links....it's an expression inside my footer field trying to reference a texboxname from my group. I'm way beyond this. I don't undertand why nobody is getting my problem here. It's simple. I'm not just referencing one or two fields from my dataset in my expression. This report is way complicated. Therfore I'd like to be able ...Show All

  • Windows Forms Global Application error event

    Is there any event that raises anytime some error occures in the application I can manage the errors separate in every event with try... catch, but is there any global event that raises when there's an error in the Application In ASP.NET there is that event in glogal.asax (Application_Error), but in Windows Application I don't know is there any event like Application_Error In my VS 2005 project, I have an "ApplicationEvents.vb" file. I believe this gets generated by double clicking "My Project" in Solution Explorer and then on the "Application" tab clicking the "Applicatio ...Show All

  • Visual Studio Team System Is there any way I can not display specific web test errors?

    Currenty I have a web test that is displaying errors when a gif file that is on the page is missing. It will be a while before this can be resolved in production, so I can't fix it right away. Is there a way to ignore the missing files (404 not found errors) Thanks, Tom Unfortunately there is not a good way to do this.  Please see the following post for a discussion on this topic. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=126108&SiteID=1 ...Show All

  • Visual C++ Problem seeing my code

    I installed Visual C++ .net 2003 on my computer. Took forever to do and when I finally try to open my code to look at it and make changes, it shows my code as nothing but 0000000's. What is causing this Any ideas I say that I need to install Microsoft Internet Information Services on my computer. How would I know if I have this or not I met all the other minimum requirements. I unistalled Microsoft Visual C++.net 2003 and deleted all the C++ files that I was using for my class and recopied all my C++ files and samples back to my computer from my flash drive and opened them in EditPlus. It is showing my code ...Show All

  • Visual Basic Docking form

    Hello, I was wondering how I can make a form of mine dock onto the side of my screen, like my aim buddy list does. I've googled this and I've come up with notta, so I'm hoping a wise coder on here can assist me. Thanks in advance. G'day Jay890. In the property window for your Form, find the Location setting. This is usually set to 0,0 which is the top,left corner of the screen. Then select the StartPosition and set this to manual . When you run the app it starts in the top,left corner. All you need to do is enter the position that you want your app to start at. Hope that helps. ...Show All

  • Windows Forms Relaunch of Windows Form

    Hello all I have a small problem. In most cases I can track these things down pretty easy but the complexity of the application after 2 years of development and use has made it hard to track down this last one. The Scenario: Main application runs in the background 1 pixel X 1 Pixel which launches the initial form. When a form is ready to open another form I do the following: BPS.frmMain frmMain = new frmMain(); frmMain.Show(); this .Dispose(); this .Close(); The problem: Due to third party APIs (Written in anything from C++, to VB to me porting from VB to VB.Net and then to C#) being called a form I will dispose ...Show All

  • Visual Studio Mass renaming files in Visual SourceSafe 6.0

    Is there a command to change all file names to lower case in Visual SorceSafe 6.0 I have looked in multiple places but have not come up with anything. Thanks, Reid Hochstedler Hi Reid, You can be logged in as anyone who can rename files. The VSS credentials are passed in when the database is opened    myDB.Open("C:\SSDB\srcsafe.ini", "guest", "") (in this case, guest account is used with no password) Alin ...Show All

  • Visual Studio Express Editions Creating a dll in C and then using it in Visual C# express

    Hi all, Does anyone have a solution to my problem. I have lots of functions that are programmed in C. I don't have the time or sufficient knowledge to convert the functions to C#. My only best bet is to convert all the functions to a .dll and reference it to a C# Windows application I am creating at the moment. I've tried building a .dll in MinGW..but no luck since there seems to be some incompatiblity. Please help. Thanks. The easiest way is to make a managed C++ dll which has methods in the managed class that call the C functions ( nearly all C compiling in a C++ compiler ) and return the result. ...Show All

  • Windows Forms Accessing SetStyle from Outside the Control

    I am developing a two-dimensional game engine using the .NET framework, Managed DirectX(TM) and C#. I am currently working on the Device and Control (in this case a Form) manager and need public access to the SetStyle method. I was wondering why this method was not made public and instead was kept protected Are there any known work-arounds to getting at this method I am using a Direct3D Device and it is necessary to call SetStyle with the following parameters to stop the Background from being erased: ControlStyles .AllPaintingInWmPaint | ControlStyles .Opaque   Obviously I can inherit the Control ...Show All

  • Visual C++ dllexport and function templates specializations

    Let's say I have the following template function:   Template <typename T> void Fun(T t); I'd like to be able to implement some specializations of Fun in a first DLL (DLL_1), some other specializations in a second (DLL_2), and still some other in a third (DLL_3), but DLL_2 and DLL_3 may make use of specializations implemented in DLL_1. So in DLL_2, Fun<T> may be both imported and exported, depending on T. I somehow managed to implement it by always declaring (in the .h file) the template as dllimport:   template <typename T> __declspec(dllimport) void Fun(T t); and always implementing the specializatio ...Show All

  • Smart Device Development Network connectivity problems

    On my Windows Mobile 2003 Emulator, I can access the internet from the browser but I can not connect to my network.  I found an older post that described my exact problem ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=101163&SiteID=1 ), but the thread did not seem to get resolved.  I am using ActiveSync 4.1. Any suggestions -Kevin Are you using eigher VirtualPC or VMWare The Windows Mobile emulator has difficulty binding to the network adapter of the virtual machine. As you described, you could still browse internet over DMA Activesync. Microsoft has released a patc ...Show All

©2008 Software Development Network