Matt Nunn's Q&A profile
SQL Server exporting russian and polish text to pdf
Hello, We have reports in russian and polish which should be exported to pdf, there is no problem when we export them to excell, but when we export them to pdf the fields containing russian and polish caracters are blank. What can we do to solve this problem regards, bart ...Show All
Visual C# (Johan still around:) Settings declared internal when autogenerated???
In relation to this question I had concerning how to access settings that are declared in another project: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=116815#116815, I have some concerns with the way VS2005 beta 2 sets up the Settings file. When you create a Settings config file, it creates a Settings class that is marked internal to the Properties file. For example, the generated code from one I just created looks like: namesp ...Show All
Windows Forms Application.Exit
Hello all, I have a strange problem that i'm hoping you guys/gals can help me with. I have written an application that i need to update on a regular basis. I have purchase an autoupdater problem that allows me to transfer files from my webserver to the client. But, before i can use it, the application itself has to be closed. I execute the Application.Exit() command and the program appears to close, but it's still listed in the task manager as ...Show All
.NET Development How to use data available on Internet or some site in our application..
Hiii, I want to list the prices of some products available on the internet everytime i open a web page in my application.. ex: I want to list all the printers available and their prices from internet in a datagrid on my page. Is it possible if so how.... Sachin, it is possible to extract prices of the products you are interested in from internet. You will have to write the control logic that will visit various different wepa ...Show All
SQL Server question on namespaces
hi, i cant seem to import Microsoft.SqlServer.Dts.Pipeline. What i only have is Microsoft.SqlServer.Dts.Runtime. can you tell me how to have to this also, how can i access ComponentMetaData object Is this part of Dts.Pipeline thanks. - ranier http://msdn2.microsoft.com/en-us/library/microsoft.sqlserver.dts.pipeline.wrapper(SQL.90).aspx It looks like dtspipeline.dll is the dll you need to reference. ...Show All
Visual Studio Team System Error Spawning fxcopcmd.exe
I'm trying to determine why VBA for Excel won't take my component that I wrote with C++/CLI. I decided to give fxcop a try by enabling it in my project properties -> code analysis. I get this right off the bat: Performing static analysis... Project : error PRJ0003 : Error spawning 'FxCopCmd.exe'. I verified that this file exists in: e:\Program Files\Microsoft Visual Studio 8\Team Tools\Static Analysis Tools\FxCop The Event Viewer doesn ...Show All
Visual C# the filename, directory name or volume label syntax is incorrect.
I have been trying to start a new project in Visual C# Studio 2005 Express and keep getting the error: the filename, directory name, or volume label syntax is incorrect. (Exception from HRESULT: 0x8007007B) I have checked my volume label (WINXP) and the directory (E:\VS2005\) and even the filename that i have entered (MyProject) and can find no invalid characters or syntax in any of these. Yet each time I try to create a new project ...Show All
Visual Basic Looking for Exception Handling advice for VB.Net 2005
We are creating a new application using VB.Net 2005, and noticed that there is a new structure for unhandled exceptions in the MyApplication_UnhandledException method. We were looking at the patterns and practices Exception Handling Application Block but we will have to modify the current examples to use the new structure. Is there a new best practices recommendation for Exception Handling in 2005 Are there examples anywhere ...Show All
Visual Studio Team System Team Foundation Visual Install Guides
Full visual Guide located on a new Yahoo group: http://groups.yahoo.com/group/teamFoundation You have to join the group, but there are no membership requirements. There are two visual install guides: Word http://f3.grp.yahoofs.com/v1/QCv2Qxx5TA3c8DAQMs84s7uPsKL1JT67yl31SQoSQSYedBzv8C5Qu5S-ofO3OcHHYX8ynNpnBLYP1M0qxVB5Ow/Team%20Foundation%20Server%20install.doc PDF http://f1.grp.yahoofs.com/v1/QCv2Q_14BK7c8DAQyVbGkdsOLdEqH785DsOjB4z1FdIMAs5 ...Show All
Visual Studio Team System VS 2005 TFS trial or workgroup edition install fails on the server
I've followed the install guide and when I execute the setup program for TFS on the server I get this error message (around 40% into the install progress): "The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 26403." Any ideas Again, I tried both images, the trial edition and the workgroup edition, same problem. thx ...Show All
Visual C# Control class and Controls.
Hi everyone, I do not exactly understand the usage and purpose of Control class and Controls. Would any of you please explain their usage to me Hi, Control is the base class for controls which with visual representation in dot net and it lies in following name space. System.Windows.Forms. Control Controls is collection of controls as some controls can have collection of some controls in it, for exa ...Show All
.NET Development Decompressing
Hi, Anybody knows how i can decompress a .gz file in c# I have couple of .gz files on FTP server, I need to download them, convert them to a CSV file and then delete them from the server. Thanks Assuming you're using .NET 2.0, you can use System.IO.Compression.GZipStream. ...Show All
SQL Server How can I get the actual line number from inside flatfile sources for each record?
hi all, maybe this is not a serious problem, but I tried for days to come toi a solution without success. My Problem: I have have several flatfile sources I need to import into a sql-server 2005 DB. It is very important for me to have the original line number from inside the source file for each record. The rowcount transform doesn't fit in for this task, because it accumulates all rows until the end of the dataflow. I tried s ...Show All
SQL Server AS2K, How to create a security role that use "OR" condition between dimensions
My company is trying to apply security role of "OR" between dimensions in a cube. Below is the senario: User must restrict to -> Company : ABC -> Division : AAA ALL data in division AAA in ABC company will be available OR -> Product : XXYY All data that belong to XXYY in all company will be available. The desired result after the above role applied will be: User will be able to retreive info ...Show All
.NET Development Accessing shared app.config
I would like to share one app.config file between several applications. Only one of those applications needs to be able to update the app.config file. The other applications need only to read the information. The application that "owns" the app.config file has defined under Settings: Name: DataLoc Type: String Scope: User Value: C:\Shared Database Location app.config file contains: < xml version="1.0 ...Show All
