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

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

NozFx

Member List

Erik11
walsha01
Gregory Dye
Selectis
bakyelli
CodeJingle
Raj MS
Liam404
MarlAtkins
Corby111
Harvey_Birdman
Bill Gates II
xepaul2
Aubrey Kagan
Benjj
WilliamStacey
Hedgeh0g
ChitownDotNet
Tonton888
Nick Colebourn
Only Title

NozFx's Q&A profile

  • Visual Studio virtual directories

    I trying to create virtual directories in my builds. any suggestions cdoloriert Yes, you can. Create your class/application, and call it with the Exec task. Note that you would essentially be writing all the code for the tasks (that already exist) without the MSBuild interface to access them from within the script as a task. Why would you want to do that ...Show All

  • Windows Live Developer Forums switching modes with tile overlays and translucency

    When switching between road, aerial, hybrid modes in 2d and with tile overlays using a translucency setting (say .25) - each time the mode is swiched the tile becomes less transparent...almost as if VE overlays another copy on top of the old. --Brian ...Show All

  • Smart Device Development mdb to cdb error

    I have a MS Access database that I want to copy to my pocket pc. The problem is that the Active Sync conversion fails. I have the following error: Database: C:\contas.mdb option: 1 - Overwrite existing tables option: 1 - Keep this database synchronized General access denied error I have an application that is able to read the cdb files (including existing forms) but I can't copy the database to my device Any help This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. If you’re having a hardware issue, please contact hardware manufacturer or reseller. If you having an issue with 3rd party software, please co ...Show All

  • Visual C++ MS Access and CFile conflict.

    Hi, I am using standard accessor classes and using the Microsoft Jet DB engine 4.0. I open a session to the DB. Populate a grid with info from a table. There is a tree view which when clicked loads a different table. The user should be able to edit the contents, so I export the data to a .csv file using CFile and CArchive classes. The thing is I am launching a CFile dialog on clicking a button for exporting this data. What happens is that the application loses the DB connection. So after exporting when I click on the tree I have an error that displays DB connection lost. Now what is really wierd is that I have functionality for importing data from the file. I have a copy of the database on the desktop and in my debug folder in a nest ...Show All

  • SQL Server For Each across list of databases

    I need to get records from multiple databases. In my main database, I have a list of databases related to seperate business units. For each of those databases, I need to get a list of values from a table (the table exists in each database). Basically foreach database in a list Do a Lookup end Possible Thanks! That looks like exactly what I'd like to do. There are several details in your response that I'm not sure about. But I'm going to try to work them out on my own before asking for more help. ...Show All

  • .NET Development Thanx :D

    hi all ... here is my problem i have a database created with access and i wanna get the data from it by using disconnected way in ado.net so I create oleDbDataAdapter then i fill the dataset by using the oleDbDataAdapter1.Fill(dataSet1);method and then i created a DataTable and i gave it same name that i called in the access db and by using while loop i tryed to get the data with read() method but no result So plz can any body exlpain what is the basic steps that can allow md bring data from db and put it in Dataset, then display it on RichTextbox or what ever :S help me plz !! NOTE : SORRY ABOUT MY BAD LANGUAGE AND GRAMMAR Here is a basic sample: SqlConnection conn = new SqlConnection(CONNECT); ...Show All

  • Visual Studio Team System ASP application with isapi filter set

    Hi, We are facing a problem with Crystal Report. We have a server which is setup with 2 sites (made up of classic ASP code). One is having and ISAPI filter called GetAccess and the other one is not. We are trying to get a Crystal Report from the one which is not having that ISAPI filter, it is working perfectly fine. The same set of code which pull the same report which is under the ISAPI filter is giving the below error message to me. Can you please suggest us something on this "ACCESS DENIED" Thanks and regards, Claire It sounds like you'll want to follow up with whoever created the ISAPI filter. Also, Crystal Reports has nothing to do with Team ...Show All

  • Software Development for Windows Vista Determine data Files Location in Vista?

    Currently, my apps (and associated data files) may be installed in the Program Files folder - or any other folder that the user decides to use. If a user has installed the app in the Program Files folder on Vista, how does the installation program for my new Vista compatible apps know where to find the working data files - in the Program Files folder (if UAC has been turned off) or in the VirtualStore folder (if UAC is on) Is there a registry setting in Vista that can be read to determine this Also, does virtualisation work for the Program Files folders on all drives - or just the C:\Program Files folder There is no CSIDL for virtualstore. But you can concatentate it from the following though - CSID ...Show All

  • Visual Studio Team System Team System PIA Build Error

    Our BUILD machine has Team System Server on it. When I attempt to build my application on it that uses an Office 2003 PIA, I get errors. It builds fine on my development machine. I use DAO360.dll which VB then accesses the PIA DAO.DLL. The BUILD machine does not have Office 2003 installed on it, does it need Office 2003 to make a succesful build I tried using REGASM to register the PIA on the BUILD machine but it didn't help. Some of the error messages: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(0,0): warning MSB3283: Cannot find wrapper assembly for type library "DAO". ...\modAccessVersion.vb(3,0): error BC30002: Type 'dao.Database' is not defined. ...\modAccessVersion.vb(4,0): error ...Show All

  • Windows Forms datagridview columns databindings

    Hi all. I've this table in database: columnDay, columnTotal Now, in the columnDay, are stored data like: columnDay columnTotal Mon 01 01:00:00 Tue 02 01:00:00 Wed 03 01:00:00 Thu 04 01:00:00 Fre 05 01:00:00 Sat 06 01:00:00 Sun 07 01:00:00 The number of days are directly retrieved from the month. Now, i need to design a datagridview, that have the name and number of days as columns: For ex.: int myColumn = Thread.CurrentThread.CurrentCulture.Calendar.GetDaysInMonth(myYear, datetimepicker1.Value.Month); datagridView1.ColumnCount = myColumn; for(int i = 0; i < datagridView1.Column.Count; i++) { DateTime dt = new DateTime(year, datetimepicker1.Val ...Show All

  • Software Development for Windows Vista Vista desktop search preview?

    In the preview pane for desktop search I see metadata about the item selected but not a preview of the content itself. For emails/docs I should see the actual item contents. Without this functionality I'm forced to install some other desktop search tool; X1, Copernic, Google, etc. These show content not just metadata. Am I missing something You can open a "preview pane" that lets you see the contents of the selected item. Click the Organize button, then Layout, then Preview Pane. ...Show All

  • Visual Studio 2008 (Pre-release) Flash on flowdocument?

    i have add a mediaelement into my flowdocumentReader. Now i would like to embed a flash player into it but i could not find any samples or help to that. Hope to get help from here. Thanks alot. If you simply want to host the Flash ActiveX control inside your flow doc, there are two easy ways: The Frame element may be navigated to HTML content, which can in turn host your Flash content You could use Windows Forms Interop to host the Windows Forms AXHost control Thanks, Lauren [MS] ...Show All

  • .NET Development Bug: Validating against a schema throws NullReferenceException in XsdValidatingReader

    Validate an xml document against the schema below to reproduce. If you notice that there is a complexType of "string" defined that has a simpleContent extension to "xsd:string". When creating a new complexType "StringType" with a complexContent (not simpleContent) that has an extension to "string" it will generate this NullReferenceException. The error message should state that it's base type is of simpleContent not complexContent. Xml Schema: < xml version="1.0" encoding="UTF-8" > <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:complexType name="string"> <xsd:simpleContent> <xsd:extension base ...Show All

  • SQL Server Replication Trigger Problem (SQL 2005): Assistance Please

    Our company is wanting to replicate a bunch of data down from our central server to tablet PC's. We really do not have anyone on staff with solid experience in replication, and have hit an error that we cannot seem to find any information whatsoever on. Here is the problem: When setting up a publication to replicate certain tables, we stop being able to do any updates on the tables. After some research, we were able to narrow the problem into the msrepl triggers the publication places on the table. In the update trigger of the table, the following line is being placed by SQL Server: execute sp_mapdown_bitmap 0x0000000040, @bm output The sp_mapdown_bitmap call, passes through to a xp_mapdown_bitmap call (limited documentation I ...Show All

  • Visual Basic How to send email with attachments?

    Hi, Im currently working with an application that could send an email with attachments using this code. I need a code to attach a file from a given filename. and also, can anybody tell me how to configure my smtp correctly. this code doesnt have any errors but I havnt receive any emails. I thought the message was not sent. Please help me and thank you in advance Dim msg As New MailMessage( "from@yahoo.com" , "to@yahoo.com" , "Test" , "Hi!" ) Try Dim SmtpClient As New System.Net.Mail.SmtpClient SmtpClient.Host = "localhost" SmtpClient.Port = 25 SmtpClient.UseDefaultCredentials = True SmtpClient.Send(msg) Catch ex As Exception End T ...Show All

©2008 Software Development Network