Hiralshah's Q&A profile
Visual Studio Big image causes blank pages even after scaling it down and deleting it!
Local Report. I'm not sure what the issue is here but my problem started with print layout having too many pages - adding a blank with header and footer for each real page. I made sure that nothing was near the margins and even set the margins to .5 for each report and subreport. No good. So I searched the forum and found other complaints about this. One person said that he recreated the report and didn't have the problem after that. So I ...Show All
Windows Forms Duplicating the Print. . . and Send To functionality
I have read through a few threads dicussing printing the active window form. I also would like to to do this plus duplicate the Sent To functionality where the form could be sent to a printer or an email. The threads I saw were not&n ...Show All
Visual C++ Compiling DirectShow source code from MS Press: missing mmstream.h
I've VC6++ and VS8 installed on my PC for several Digital Vieo projects. I'm reading Programming Microsoft DirectSow for Digital Video and Television (by Mark Pesce; MS Press) and just want to compile the DSRender example in VS8 (sure I could do in VC6, but I want to start with VS8). The examples have been done for VC7. The comiplation error is: DSRender.h(22) : fatal error C1083: Cannot open include file: 'mmstream.h': No such fil ...Show All
Windows Forms how to make install throuh cd and get updates through web.
Hi Please help me how to make install throuh cd and get updates through web. by using publish wizzard i set the install by CD and update location by web path after clicking the set up it raise an error that formate in the manifest is incorrect.(because i change the deployemnet provider as the cd Path of App.Application manually) Please correct my error with regards Amjath. ...Show All
SQL Server Sql Server Agent cannot run a package
I have created a package in Management Studio to import data from a text file on another server. The package should create a table in my database and import the data into the table in my SQL database. This package was created using a domain administrator account with windows authentication. The package is saved as an SSIS package in MSDB and I can see the package in Management Studio by connecting to Integration Services. If I right-click on ...Show All
Visual Studio Express Editions problem at the start..
hi.. when i start my installation.......it doesnt connect with the microsoft server........as a result the installation doesnt even start.....is there a problem wit the server...or is it just me...any suggestions Try again and if it is the same problem it might be your internet settings that cause it to fail. Firewalls and proxies are configured to allow it to download If you do not get it working maybe ...Show All
SQL Server SSI and other components don't install
Hi I have installed SQL Server 2005 but Integration Services is just not there. I have uninstalled and reinstalled several times and in the process uninstalled an old version of Visual Studio.NET (manually because it wouldn't uninstall automatically) and Visual Web Developer, just in case they were interfering with Integration Services. No luck, in fact it got worse, now Analysis Services also does not work because it can't find devenv.exe! ...Show All
Visual Studio How to use Crystal Report's VS.net 2005 Load a autocad file(.dxf)?
Hello, I used CrystalReport's VS.net 2005 but can't load a autocad file. My customers required when use autocad tool design a file then import directe into report to view it. But I can't load it. Can you help me to load a autocad file I forward your feedbacks as soon as possible. Thanks Starfo Hello Starfo, Have you tried inserting the file as an OLE Object I haven't worked directly with AutoCAD files, but this may be an option. If ...Show All
Windows Live Developer Forums What consitutes a query?
I know that the max queries in a day is 10,000, and the maximum results per page is 50. If I have a query that has 1000 results, so that it returns 20 pages at 50 results a page, does this still count as just 1 query towards my 10,000 limit OR does it count as 20 queries since 20 pages were returned Thanks. That would only count as 1 query, your results are part of a query and have no affect on your query ...Show All
Visual Basic VB6 to VB>Net Converts
Are there any books that explain conversion between the two languages Microsoft has a host of references to assist in the transition from VB6 to VB.NET. http://msdn.microsoft.com/vbasic/Learning/Migrating/default.aspx ...Show All
Smart Device Development Migrate an IM NDIS driver for Win2K to VS 2005 for Pocket PC 2003 SE
Hi, Can anybody shed light on how to migrate an IM NDIS driver developed using VS C/C++ 6.0 for Win2K and WinXP into Visual Studio 2005 for Pocket PC 2003 SE Thanks in advance. Kwan Deng chemas-microsoft-com ffice ffice" /> > > > > I'm not sure AFAIK you cannot develop drivers using VS2005 Beta 2 yet. I think you still need eVC 4.0 SP4 and Platform Builder 4.2 (at least some headers from it) to ...Show All
Visual FoxPro FTP with VFP
I tried looking for a VFP 7 specific forum, since to this problem it is irrelevant (i think) which version of VFP i'm usding i posted here. If there is a more apropriate place please be so kind as directing me to it. Hi, i'm trying to use FTP integrated in VFP 7 and Win XP SP2 to upload/download/delete files in an FTP server but with limited success. The code i am using i took from some other VFP support site but it was so long ago that i can' ...Show All
Windows Forms Static component - is it possible?
Is it possible to create a component that behaves like static - each time you put it into the designer's tray it is the same instance of the component For example, I have a collection of styles, brushes, etc., which is a component. I also have a couple of forms, each needs the collection. I put the collection for each form into it's components' tray. Each time a new instance of the collection is created. I want this collection to be the same in ...Show All
.NET Development XML DataSet and Autoincrement
I have a typed dataset(stDataSet) and it's being loaded from a xml file. There is a table (Competitors) which has an ID and a Name columns. The ID is defined as an autoincrement value and unique. The problem appears when i tried to add new rows tot hat table. STDataSet stDataSet = new STDataSet(); stDataSet.ReadXML("C:\\test.xml"); // When i try this it doesn't store the ID and when i try to add the second row it says the ID ...Show All
Visual Studio Team System Just Can't Publish from Command Line
I have a batch file I'm creating to do nightly builds. I think it's pretty simple, just doing a build of a small sample application I wrote to demo some TDD ideas: cd D:\TDDDemo\Workspace tf get msbuild Solution\TDDDemo.sln MSTest /testcontainer:Solution\TDDDemo\bin\Debug\TDDDemo.dll With this batch file, I'm able to change to my workspace folder, get the latest code, do the build, and run the tests. Every time I try ...Show All
