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

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

ipointer

Member List

Karan Kashyap
Ramadan
Ole Preisler - MSFT
Tech
Sucker in HK
Shabdar
gurminder
nun123
jfcma38
fastcarrera
Macy-Mike
UnknownTT
honouroll
llima
ryuga99
changerOfSea
Markus Gallagher
ricky3793
SmartFX
wsauer
Only Title

ipointer's Q&A profile

  • SQL Server reporting services 2005 proxy

    I am trying to create a RS proxy to use in my web site. I did this successfully with RS2000. I used web matrix to generate the proxy and put the dll and .cs file in the bin directory of the web site, then I just used <%@ import namspace="rsProxy" %>. It worked like a charm. Now I am trying to get the 2005 version working and created the dll's but all I get in my web page is that it couldn't find the namespace. I also tried adding a web reference through VS 2005. I don't use projects in my web site so in the VS 2005 method it created a folder under my web site called App_WebReferences. In that folder was another named afte ...Show All

  • Windows Forms Create an E-mail with Attachment.

    Is it possible to create an e-mail with an attachment (like a txt file), enter the To: field but then open the e-mail to allow the user to edit the body of the text.  I have been reading a lot about the system.web.mail but I think that using the system.diagnostics.process method may work better (mailto).  Can you add an attachment using 'mailto' ok I've got this far.... myprocess.StartInfo.FileName = "mailto:emailaddress subject=support text &body=" & strBodyText where strBodyText = StringBuilder.ToString only problem is that it doesn't seem to accept controlchars.crlf or vbnewline a ...Show All

  • SQL Server Returning objects from CLR Stored Procedure

    Hello All I have a few questions about how to return a DataSet object from a CLR Stored Procedure as an output parameter: Can this be done  I am having problems at execution time with declaring an output parameter of the type "DataSet". "Cannot find type DataSet" message, compiler/build does not complain, error occurs at execution time. This seems like one of the most obvious ways to create a more object-oriented approach using the technology offered in the 2005 product stack (.NET2.0/VS2005/SQL2005), Do you agree if not, what other design would you use. If this cannot be done, returning the serialization of the DataSet would ...Show All

  • Visual Studio Express Editions How do I add a binary registry key to the registry?

    I am currently trying to add a key to the registry with: Dim location As String = "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout" My .Computer.Registry.SetValue(location, "Scancode Map" , "00,00,00,00,00,00,00,00,03,00,00,00,00,00,5b,e0,00,00,5c,e0,00,00,00,00" , Microsoft.Win32.RegistryValueKind.Binary) but i get an error when I add the Microsoft.Win32.RegistryValueKind.Binary at the end. But if i remove it, the key becomes a Reg_SZ instead of a Reg_Binary. I would also like to know how to delete the key. Thx Use a byte array f ...Show All

  • Visual Studio Tools for Office Unable to uninstall

    I'd like to cry T_T. One function it was asked for my project was to make an Installer/Uninstaller that could uninstall the previuos version and install the new one...and I found out that modifying the Version in the setup was the solution, until I passed to VSTO... This is the second time it happens to me: I've already deployed a version...I made a new version, modified the Version...I changed the Product code (THAT must be error...should I have kept it But it kept telling me it's better to change it)...it did get installed... But then I wanted to do another modifications...tried to install...what Again ! ! It cannot get uinstalled ! ! So, ...Show All

  • Software Development for Windows Vista workflowWebRequestContext.current is not returning object

    when i use workflowWebRequestContext.Current , it is not returning the object ,instead it is null. I have added WorkflowWebHostingModule to <HttpModule> and other services to <workflowRuntime>. can any body suggest souution. Thanks. workflowwebrequestcontext class have been removed on beta 2.2 check this http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=321648&SiteID=1 Thanks, Tamer ...Show All

  • Windows Forms Create Windows 2000 users?

    How would I go about creating local users on a Windows 2000 Server in VB.NET  Are there any classes in the .Net Framework for doing this Cheers Phil Sooner you will get answer on <a href="http://www.asp.net">www.ASP.NET</a> ...Show All

  • Windows Forms Master/Detail Multiple rows?

    Is there any way when making a master/details Windows form that you can make it so that you're able to select multiple rows in the parent and have the child form display the results for each of the rows selected   I'm having trouble getting this to work. I have a simple master details form working fine, but I need this additional functionality. Anyone have any idea how I can achieve this Thanks, Chris   ...Show All

  • SQL Server Cached Report and Windows Authentication

    I want to use cached reports with Reporting Services 2005. But when I edit the execution properties of a report, an error message answser that I can't use cache because it has a connexion to Analysis Services with Windows Authentication. I understand why I can't do that, but I still want to do so, because the reports take too much time to load. How can I do that Thanks. You can configure the datasource in the report to run using stored credentials. In report manager, go the report and then click on the DataSource tab on the left side, you can store the credentials using that UI. ...Show All

  • .NET Development Join 2 tables from 2 different databases in ADO.net

    I am tying to build a COMMAND that joins two tables from two different databases, one database is stored in SQL Server, the other one is stored in MS Access, the problem is I can not make the SQL statement in one command, since the connections are different. Example : Dim MyCommand As New SQLCommand(" SELECT T1 .Col1, T2 .Col4 FROM T1,T2 WHERE T1 .Col1 = T2 .Col2",SQLConnection) T1 is a table in MS Access Database ( Database1 ) T2 is a table in SQL Server database ( Database2 ) In addition, I have two connections: MSAccessConnection SQLConnection I tried to load the two tables into a dataset and select the data, but my ta ...Show All

  • .NET Development Lingering temporary DLLs from XSLT with script.

    I have an XSLT style sheet that includes some C# "script" to do some date rendering. Every time I run the transformation, I get a new DLL in my temporary directory that has the compiled script functions. The DLLs don't ever seem to get deleted, so I'm getting this pile of 4k DLLs. Is this a bug in the .NET framework (I'm using version 2.0), or am I doing something wrong that is causing this This is the relevant bit of code from my application: XslCompiledTransform xslt = new XslCompiledTransform(); XsltSettings settings = new XsltSettings(true, true); XmlTextReader reader = new XmlTextReader(GetStyleSheetStream(styleShe ...Show All

  • SQL Server Join problem

    hi I have got two tables and each table has about 8000000 rows.. the format of the tables is as follows.... Table 1 Comnpany_name Id Year Volume_jan Volume_feb....... Volume_dec ABC 1 2000 12 34 44 ABC 2 2000 222 50 44 ......................................................................................................................... --------------------------------------------------------------------------------------------------------------- Table 2 Comnpany_name Id Year Volume_jan Volume_feb....... Volum ...Show All

  • Windows Forms Really noob error message...

    I'm trying to study for the 70-316 exam.  Well I just started but I keep getting an error whenever I run the practice work.  It says " Resources 'xxx.resx' and 'xxx.resx' have the same manifest resource name 'xxx.xxx.resources'. "  I have no idea what I'm doing wrong, or how to fix this   Any help would be appreciated.  I am&nb ...Show All

  • .NET Development A socket operation was attempted to an unreachable host

    I have an issue with the .Net Remoting. On the server machine I have two NICs, the ip address for one of them is fixed and for the other one is from DHCP. The client program is able to connect to the server from the both IP addresses on the local machine, but on the remote machine, the client can only connect to the server through just the one which has IP address from DHCP. When I try to use the other one I get this message: "A socket operation was attempted to an unreachable host". Please note that on the remote machine I can ping the server machine and even access to the shared folders. I have the same pr ...Show All

  • Windows Forms Combobox and enter key

    Hi there, I have a combobox in vb.net.  When the enter key is used to select an item from the list, the combobox does not change the selectedindex.  I have added a handler for the pressing of the enter key, but no matter what I do, I can't get the combobox to change the selected index of the box.  In other words, everything app ...Show All

©2008 Software Development Network