Software Development Network Logo
  • Windows Vista
  • .NET Development
  • Audio and Video
  • Smart Devicet
  • Game Technologies
  • Microsoft ISV
  • Visual C++
  • SQL Server
  • VS Team System
  • SharePoint Products
  • Visual FoxPro
  • Visual Studio
  • Windows Forms
  • Visual Basic
  • IE Development

Software Development Network >> R.Tutus's Q&A profile

R.Tutus

Member List

motostamp
Krutika
DD_Helmetman
Raulsassaa
Gamaliel Isaac
John Aschenbrenner
priyanka.dash
iamtgo3
DDressel
Buddhist
Rocinante8
hailong1977
Madix_t
Rakesh Malik
SQLScott
Lenine
MillBear
OmegaMan
Greg Wilkerson
Sianspheric
Only Title

R.Tutus's Q&A profile

  • .NET Development problem with delegation and downloading file from remote server

    Hi all, i'm developing an application which have to list files in a shared folder (remote from my server and not in the same domain) and download the selected files from the list to the client I've used the TransmitFile() method but it have some problem with Windows Server 2003 (remote server with the shared folder) but IIS tell me "Web Application not available" I try with Response.WriteFile(), Response.Redirect() and Server.Transfer() but all this method give me this exeptions "Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack" with no inner exception ...help please!! Does that help: http://support.microsoft.com/default ...Show All

  • .NET Development Are there Different variations of framework for the same .NET Framework version?

    I have a product that is used by thousands of users across the globe. .NET Framework has been the life saver by providing a standardized reference environment. The software has been running relatively troublefree until recently. My software does a digital signature check and makes a call to DSASignatureDeformatter.VerifySignature using the SHA1 algorithm. This particular user, from Australia, running Windows XP and .NET Framework 1.1.4322, returns the error: CryptoAPI cryptographic service provider (CSP) for this implementation could not be acquired. Is there an "export" version of .NET Framework Many of my users are from China and other former eastern bloc countries but I have not received similar feedback from those. Wha ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Book ( In Progress )

    For reasons I cannot exactly put into words, I’ve decide to write a (free) book about how to use XNA.   It is defiantly a work in progress and thus far only includes two chapters and associated source code. I truly hope that my work is advantageous to some people out there. I am in part doing this as a practice towards writing technical documentation.   I am not accomplished in writing instructions for other people that may not have the same level of technical skill sets as myself.   I hope that with this book I learn a whole lot and more in that regard. Granted, if you are a diehard game programmer, what I have written is probably not for you, at least, not yet! Yet I would value your input.   If you feel like c ...Show All

  • .NET Development DOA2016.DLL

    Could Someone please tell me I can download a DOA2016.DLL for an old version of Access form OfficeV2. That's the Jet 2.0 DAO library and AFAIK you would probably need to install Access 2.0 if you wanted to legally obtain the file from Microsoft. Otherwise, and I would imagine the legality of downloading the file from anywhere else would be questionable, you can try (at your own risk) the below site. Just make sure to spell the file name correctly when you search (DAO2016.DLL). http://www.webzila.com/ wz=dll ...Show All

  • Visual Studio Tools for Office Call macro from C#

    Hello: I have an Excel Workbook Project withs VSTO and what i need is to run an existing vb macro. I create the macro with Visual Studio Macros (Alt-F11) inside VS 2005 and the look like this: Imports System Imports EnvDTE Imports EnvDTE80 Imports System.Diagnostics Public Module Module1 Public Sub Test() MsgBox( "Hola amigos" ) End Sub End Module Then i want to excute this macro from a sheet of my project, the look look like this: using System; using System.Data; using System.Drawing; using System.Windows.Forms; using Microsoft.VisualStudio.Tools.Applications.Runtime; using Excel = Microsoft.Office.Interop.Excel; using Office = Microsof ...Show All

  • Visual Studio Needed help in printing report in crystal report 9.1.5 for visual studio .net

    Hi guys, I found that this version of crystal report miss one very important icon-the print button. There are some solution such as printing from browser, adobe acrobat plug -in and export to other export formats but they still not a better solution. Did anybody know how to make a similar print button or there were an upgraded version of this crystal report for vs.net that have the print button Thanks in advanced for any of your reply. canfield There are samples using windows applications available off of Business Objects website. Below are links to samples in both c# and VB. The sample you want to refer to file name ends with printtoprinter. You can port this code from a windows app to a web ...Show All

  • .NET Development How can I detect available SQL server instances in the neighboring network?

    I'll include this in my installation program so that it's easier for users. Any idea Thanks I've tried SMO but still sometimes it doesn't read some available instances. For example, in my machine I have SQL Server Developer and SQL Server Express, SMO gives me just the SQL Express instance. In another case, when I run in some machines with only SQL Server Express, sometimes, it reads nothing. I really don't understand. Could you please explain why Here is my code:- cmbServerName.Items.Clear() Dim dtSQLServers As DataTable = SmoApplication.EnumAvailableSqlServers( False ) Dim I As Integer For I = 0 To dtSQLServers.Rows.Count - 1 Dim ServerName As String = dtSQLServers.Rows(I)( "Server&q ...Show All

  • .NET Development Exception handling / Best Practices

    When adding a record to a DB with a unique key, I'm currently checking for duplicates (before I attempt to add) by reading and checking record count. Would it be a better practice to just Add and trap the exception Also: Is there a DataBase of all exceptions that might be thrown I find myself using 'Catch e' and then using Debug to get a clue as to what refinements to make (i.e., 'Catch e as xxx'). I've search (gotten lost in) MSDN, but I haven't found one complete source. MS must keep a DB of ALL exceptions somewhere. Hi, An easy way to choose to use exception or validation is whether an error can be expected and whether your method can do anything if this error occurs. This criteria means that in normal situations, a ...Show All

  • Visual C++ disabling implicit conversion from const char* to std::exception

    Contrary to what you might expect, this simple code fails to compile under Visual C++ 8: #include <stdexcept> #include <string> namespace { class TestClass { TestClass(const std::string& str) {} TestClass(const std::exception& ex) {} }; } int main() { TestClass testClass("test"); } The compiler bails out saying: c:\build\test\source1.cpp(14) : error C2668: '`anonymous-namespace'::TestClass::TestClass' : ambiguous call to overloaded function c:\build\test\source1.cpp(8): could be '`anonymous-namespace'::TestClass::TestClass(const std::exception &)' c:\build\test\source1.cpp(7): or '`anonymous-namespace'::TestClass::TestClass(const std::string &)' while trying to match ...Show All

  • Visual Studio Tools for Office auto_close addin unload

    I have addin which unload on "auto_close". but i noticed that if user has modified the Excel sheet and try to quite excel, Excel is showing dialog to confirm to save changes. If user click "Cancel" for it ,still auto_close is invoking. So what is best way to verify user have clicked "Cancel" button and don't unload the add-in No this addin is in VBA . Which loads when excel launche and unload when user quit excel. After load of Addin I create my custmized menu. which I delete during "auto_close" macro. But when user try to quit excel ,excel show message "There are unsaved changes. Do you want to save it " with "Yes","No" and &q ...Show All

  • Windows Forms no registry keys are created on x64

    I have a Setup Project created by using Microsoft Visual Studio 2005 Version 8.0.50727. This setup project creates several registry entries. The registry editor is used to specify which entries should be created. By setting the project's "TargetPlatform" property to x86 and executing the wizard on 32bit platforms everything works correctly. Ecch registry entry is created. The problems begin when I try to execute the wizard on x64 platforms. More details about the platform: Windows Server 2003 R2 Standard x64 Edition with SP1, Intel Xeon 3.4GHz CPU. On this x64 box, the system path environment variable begins with the 32bit related entries (e.g. C:\Windows\System32) and follows with the 64bit related ones. It seems to be ...Show All

  • Visual Studio Tools for Office Outlook 2007 Add-in woes

    I have been developing/maintaining an Outlook plugin for over a year. It works fine with Outlook 2003, as well as Outlook XP. Unfortunately, during my testing with the Outlook 2007 Beta 2 version, I've run into some problems. It seems like enabling my add-in causes Outlook to throw an exception when it exits. I am using a debugger and Application Verifier to try to solve it, and this is what I've come up with: When the add-in is enabled, I receive the following error from Application Verifier on exit: ======================================= VERIFIER STOP 00000202 : pid 0xC38: Freeing heap block containing an active critical section. 0B65AB98 : Critical section address. 00000000 : Critical section initialization stack trace. 0B658AE0 ...Show All

  • Visual Basic Automatic importing of text from txt file.

    I'm working on creating a new form for my company in Outlook. It's a simple helpdesk submission form. Each of the computers on the domain have a txt file located directly in the C: drive with the following information in it: Host name: Ip Address: (other information that doesn't matter). I would like to write up something in this form that would either automatically attach this txt file to the ticket as it's being e-mail out, or automatically pull the text out of this file and insert it into a spot on the form. I've been searching for 6 hours now and haven't been able to find what I'm looking for... Anyone know if this is possible Much thanks Jpeg To read the contents of a test file and place them in a textbox on a form. Somethi ...Show All

  • SQL Server Move table from one filegroup to another?

    Hi guys, I'm in middle of database re-development as part of performance enhancement, I have re-group the tables to optimize query IO and created corresponding filegroups to house the data. Is there a way (or code) to move each table to their respective filegroups At the moment all the tables are on Primary filegroup. I have group the table into 6 section each to with the view to move each section into one of the 6 filegroups - each filegroup on different diskdrive I have looked at alter table command but can't find anything to allow me accoplished this task. Any ideas please thanks. Red: From books online: "Because the leaf level of a clustered index and its data pages ...Show All

  • .NET Development .NET Control embedded in Internet Explorer?

    Hi, I have embedded a .Net user control in HTML with <object> to do some UI in IE. I can call the methods of the .Net control from JavaScript in this .html page. But, how can I enumerate and manipluate these HTML Elements from the .Net control Thanks :) ...Show All

©2008 Software Development Network