Adithi's Q&A profile
SQL Server Putting System Variables in a Send Mail Task
KB Article 906547 suggest that it's possible to have system variables in the Subject & Body of a Send Email Task. Such as this: "Package>>> " + @[System::PackageName] +" was executed at>>> " + (DT_WSTR, 40) @[System::StartTime] + " by user>>> " + @[System::UserName] + " on Machine>>> " + @[System::MachineName] Or this in an OnError event handler: "Error in the task: " + @[System::SourceName] + "with the ID: " + @[System::SourceID] + " has failed at: " + (DT_WSTR, 20) @[System::ContainerStartTime] + "." But when I do this I just get this exact text, no variables. I'm obviously missing something basic bu ...Show All
Visual Basic tree view
hello, How can I add structure of my file c:... in tree view Thanks Check my answer in this thread ... ...Show All
Visual Studio VSS 2005/VSS 6 licensing question
Hi, As I can see from this newsgroup, VSS 2005 and VSS 6 can technically work with the same database. Is it a licensing violation to use both versions against the same database Thank you, Leonid Thank you Brendan. This is pretty much what I think too, but I'd like to get MS opinion on this matter. Unfortunately, Q&A doesn't mention a mix of versions, what causes a confusion in my office Leonid ...Show All
Visual Studio Visual Studio 2005 SDK April 2006
Hello, I've tryed to installed Visual Studio 2005 SDK April 2006 version but I get the following message => "Visual Studio SDK installation failed (Error Code = 2)". Any clue about what could be the problem Regards, Richard Thanks for your fast reply. I had VS 2005 Professional version before and I installed the SDK without a problem. But then I switch to VS Team Developer 2005, I unsinstalled the SDK and VS 2005 before, of course. I cannot see any remains from the previous installation at least in the file system, it could be some registry keys still there maybe. Richard ...Show All
Internet Explorer Development need help
hi.. when i was trying to open up my file in ie some strange text was in it and i could fix it so i tried to just put this in and open it up in ie: <html><head><title>mmm</title></head><body>1</body><html> and this text keeps coming up :S {\rtf1\ansi\ansicpg1252\deff0\deflang1053{\fonttbl{\f0\fswiss\fcharset0 Arial;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 1\par } anyknow know whats wrong :S i tried to open it up in internet explorer.. but i dled visual web developer 2005 express edition now and can open it up normal now lol ...Show All
Visual Studio 2008 (Pre-release) It is too difficult to start a new WCF service
I am starting to get really frustrated. I have been using the an old CTP of .net 3.0 and been developing fine. It is nice and quick and simple 1. file->new web site 2. choose C# WCF website 3. hit compile. and all the WSDL etc. is auto generated 4. tell my client to add a new service reference Now that i've installed on the latest September CTP there are a thousand steps 1. file->new web site 2. choose C# WCF website 3. hit compile. and nothing is setup. 4. read a few websites about how to enable WSDL. 5. Realise that you then have to setup some endpoints 6. realise that none of it works 7. post on MSDN Any help would be great. I was half way through a project but can't continue any further until i can actually create a new serv ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Blitting?
I've checked through the XNA Documentation, but there doesn't seem to be any way to 'blit'. For those of you unfirmiliar with 'blit': Blit is a way to draw something. For example, say you create a "Texture2D" variable, set the size etc... But the texture is blank. The normal way to create a texture to this is to load up a bitmap image with it through the ContentManager, right But what if you want to use a whole sprite-sheet with many images Back to the blank, say, 65 x 65 bitmap image, you obviusly don't want this 2D image of the player to be a whole 1024x768 sprite-sheet. So this is where I used blitting in other programs, it basically asks for the x, y co-ordinates, and the length of the bitmap and takes a picture from that x,y and 'c ...Show All
Smart Device Development cannot establish network connection
Good Morning, I have written a very simple web service and I cannot connect to it. However, I can connect to it via the brower and from the Reference.cs of the project. Yes it does what it is supposed to: Add two numbers . I added the web refernce the same way I would if the was a asp.net application. Right clicking References then Add New Web Reference. Below works fine from Reference.cs public MathService() { this .Url = http://172.17.110.122/MathService/MathService.asmx ;} This does not work fine from Application: using Math.WebReference; MathService myMath = new MathService (); private void button1_Click( object sender, EventArgs e) { label3.Text = "result = " + myMath.Add ...Show All
Silverlight (formerly WPF/E) WPFE on Office Live
Has WPF/E been tested on Office Live I have added the HTML to a page and IE 7 hangs when I navigate to it: http://charettelabs.com/wpfe.aspx Michael It locks up my IE6 machine as well, only after showing a script error of some sort. I downloaded the code and I will try to run it locally. My guess is that running inside an IFRAME with a deferred script might be messing it up. My guess is that this is an Office Live'ism, but I am not sure. If I find anything interestign in the script i'll let you know here. ...Show All
.NET Development Announcing .NET Framework 3.0
Just found this on MSDN: Announcing .NET Framework 3.0 Senior Vice President Eric Rudder announced the unveiling of the final release of the .NET Framework 3.0 at a recent keynote at TechEd: Developers conference in Barcelona, Spain. Download the new release today. Here is the direct link to the download page. http://www.microsoft.com/downloads/details.aspx FamilyId=10CC340B-F857-4A14-83F5-25634C3BF043&displaylang=en One more thing, you can download the entire redist package to use on your local network from the download page. Here are the direct links: Full Redist package x86: http://go.microsoft.com/fwlink/ LinkId=70848 Full Redist package x64: http://go.microsoft.com/f ...Show All
.NET Development Regular expression to extract two string
I have following string ' ', hexadecimal value 0x1A, is an invalid character. Line 4, position 12 I want's a regular expression to extract two strings and 0x1A it should take first string from between '' first instance and second from the underline 0x1A , is an invalid character. Hope i have clear it a little Is there other character [other the hexadecimal ] from which i can get invalid xml error Kamii47 wrote: I have following string ' ', hexadecimal value 0x1A, is an invalid character. Line 4, position 12 I want's a regular expression to extract two strings and 0x1A it should take first string from between '' first instance and second from the underline 0x1A , is an invalid character. Hope i have clear it a little ...Show All
Visual C++ IDE for C++ 2005 Problem with Resources
When i add any control in Visual C++ 2005 Form Designer or add a new resource string (It's displayed in arabic without any problem) but after i save the file , the resouce file doesn't save it in arabic then it will not be displayed in the right way. I to add any resource string in arabic without open .rc file in an external viewer. Any Suggestions Hi Amr, I assume you are referring to managed code. I couldn't repro your problem but please check if this is a C++ issue or could you repro it on VB.NET and C#.NET ...Show All
Visual Studio Team System Comparing Team Foundation Server VS SubVersion
Found site that Compare Team Foundation Server and SubVersion. In case any one needed. http://tfs.techboo.com/archive/2006/11/20/9.aspx I agree, it's misleading since it devotes the bulk of the comparison to features SVN has no intention of matching. Here are some past threads on the topic: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=794522&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=738912&SiteID=1 ...Show All
.NET Development XmlSerializer issue? Mixing classes that do and don't implement IXmlSerializable
Hello, I'm experiencing an issue with XmlSerializer. Please test the commented short C# code below. I'm quite sure it worked before, although it had been a month or two ago. I'm not aware of upgrading the .NET Framework 2.0 since. The problem occurs whenever I'm deserializing a class that doesn't implement IXmlSerializable but contains instance of a class that does. In such case the member holding such instance is the last one that is properly deserialized, after that the XmlSerializer silently ignores the rest of the xml file and finishes deserialization. I wonder whether the error comes from my side, but as I stated, I was succefully using this approach before. Here the program: using System; using Sys ...Show All
Visual Studio reportviewer PDF export problems
Hi, i have vs2005 SP1 and i have a report ive written which previews ok in the viewer the report has no page header, a body and a page footer the body of the report contains a table and a rectangle with some fields in it above the table the rectangle is basically a header for the table and has to repeat on each page i ticked the box to repeat on new page with data region table1. and in the HTML viewer it looks fine however when i do an export to PDF, it only shows the rectangle on the first page. any ideas, Regards, Russ Thanks andrewfranchuk!! That solution worked for me. When exporting to PDF my page footer was printing on a second blank page even though it could have fit on the first page. When I res ...Show All
