Bursteg's Q&A profile
.NET Development Web Service proxy
This might be really basic,but can someone pls explain. I have created a proxy class using WSDL.exe.Do I still need to add the web reference. I'm a bit confused does one normally do it one way or the other or both ways (adding the web reference or using WSDL.exe). Not sure if this even makes sense.. Thanks in advance No, you typically do one or the other. Underneath Visual Studio actually use ...Show All
Visual Studio Team System proxy bypassed?????
I have configured TFS to connect thru the proxy(a different machine ). But the setup works even when i disconnect theTFS proxy server and connects directly to the TFS server.It also doesnt give me any sort of error message. How do I ensure that the connection is being routed thru the proxy To get an overview of how TFS proxy works, refer to http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=299341&SiteID ...Show All
Visual Studio Team System Custom "FxCop" rules in VS 2005 Code Analysis?
I've written several custom FxCop rules that I want to use with VS2005's Code Analysis engine, but I can't find any way to add-in my custom rules assembly. I know Beta 2 doesn't have all the documentation yet, but can someone tell me how to build a custom rules assembly for VS2005 and get it installed for use in a project Thanks! Hello, Thanks for the reply Michael, that solved my problem. If the xyz.xml file is ...Show All
SQL Server Setup parameters of SQL Server Express prerequisite.
In MSDE, I can edit the setup.ini to define setup parameters like InstanceName, SECURITYMODE, SAPWD..etc. How can I do this if I install SQL Server Express as a prerequisite in VS 2005 Note that I found these parameters can still be used as command line parameters, but I don't know how edit the command line when SQL Express is deployed as an prerequisite. Thanks Thanks for the reply. It seem that the prerequisi ...Show All
Smart Device Development deployment
Hi there. I am using cabwizsp (VS.NET 2003) to deploy project cab file for SPV's (ARM devices) I have noticed that not all the cab files will install/run on any MDA/PDA device because of the proc. Currently by default it works for ARM procs (v4). I noticed that there is a switch to specify what CPU type you wish to deploy the files to - I need to create a cab file for the t-mobile MDA platforms. I think it is an intel XScaler proc. Ho ...Show All
Visual Studio 2008 (Pre-release) GridView representation of XML
Hi, I am trying to display the contents of an Xml Document in a GridView. An example of the the Xml is as follows; <Table> <Column>Name <Cell>Dave</Cell> <Cell>Pete</Cell> </Column> <Column>Age <Cell>32</Cell> <Cell>26</Cell> </Column> </Table> I want the GridView to look as follows; [Name] [Age] Dave 32 Pete 26 That is, in tabular form. My Xaml ...Show All
SQL Server accessing report server programmatically
Hi friends I have .net app ,where i display reports from my report server in a screen .,which works fine. I added a web reference to my report server ,to my solution to get it work. since i know my report server name on machine i added webreference to my project. but when i deploy at site ,as you can guess, the server name can be different. is it possible add web reference programmaically so that i dont need to hard code report server name a ...Show All
Visual C++ wglMakeCurrent and Profiling
Hi, In my C++ project I'm working with OpenGL. When I try to profile this with the build-in profiler of VS 6.0 as well as with devPartner and VS .Net the call of the function wglMakeCurrent(..) fails with error number 3221685674. When I run the prgram without profiling, everything is fine and working. But as soon as I enable profiling this function fails and with it I can't draw anything... I couldn't find any documentation of this error. ...Show All
Visual Studio Tools for Office VSTO 2005 Application can NOT run in Office 12
Hi, I'm developing a VSTO2005 + C# 2.0 User Control application target for Office 2k3 right now, and I just copy my app to a machine installed with Office 12 (Exciting ) Argh, the Action Pane load up successfully BUT it display error in my toolstrip event handler! Method not found: 'Microsoft.Office.Interop.Excel.ListObject Microsoft.Office.Interop.Excel.ListObjects.Add(Microsoft.Office.Interop.Excel.XlListObjectSourceType, System.Object, Syste ...Show All
Microsoft ISV Community Center Forums VB Script Crashes Access When Exporting to Excel
I am trying to solve a minor problem for a small school running Access 2000 on a network. The program runs well with several forms and reports. The problem is that one of the reports is exported to Excel. This works fine except when the database is moved off the network, the export process either produces an error message or crashes Access. The database filename is AA92603.MDB. When it is copied to the C: drive on a computer off th ...Show All
.NET Development How to use System.Net.Mail.SmtpClient via SSL and Authentication?
Below is my code, and is just blocked there. There is no any error message. '=============================================> Dim msg As String = "---" Try Dim strAddress As String = " xxx@xxxx.com " Dim s ...Show All
SQL Server Problem of SQL Server 2005 Reporting service installation
The report manager site not working properly after I install the SQL Server 2005. I have been tried to fix it since yesterday. But it just getting worse. I need to get this to work properly before I can install the Visual Studio Team Foundation Server . I am following the Visual Studio Team Foundation Installation Guide. The Steps I have done so far are: 1. Install SQL Server 2005 and assign application pool to reports and report server sites i ...Show All
Windows Forms How do I NOT include the .NET Framework in my Setup & Deployment package?
I decided I needed to have my setup project include the .NET Framework so I installed the "Microsoft Visual Studio .NET 2003 Bootstrapper Plug-in". So it works great and all but now I don't know how to have my Setup project NOT include the .NET Framework. How do I turn it off Thanks in advance!!! - Thanks That doesn't work! When I do it that way, I only get a single .msi file. But when I uninstall the Boo ...Show All
Windows Forms Modular application?
Hi to all, I dont know if this question has been answered in the past . If it was point me to the right direction =) I want to develop a modular application to accept plugins (winforms of course). Something like selecting 'Install new Modu ...Show All
Smart Device Development Debugging and deployment problems on WM5.0
Hello I have a couple of questions I can't figure out on my own. I've written a program that runs fine when I use the PocketPc 2003 emulator. It also builds for smartphone 2003 and both smartphone/pocketpc WM5.0. The problem is that it doesn't run on other emulators than the pocketpc2003. When trying to run any of the other versions I get: Data Abort: Thread=9798b6a0 Proc=80fc7010 'PhotoEditor.exe' AKY=00008001 PC=000988cc(PhotoEditor.exe+0x0008 ...Show All
