emkcah's Q&A profile
Windows Forms ClickOnce, Crystal Reports, setup not finding prereq
I download the setup with ClickOnce Install and run setup, it begins but shortly after gives error message: The following package files could not be found: C:\Documents and Settings\user\My Documents\CrystalReports\CRRedist2005_x86.msi I've included this file and the report viewer file in the prerequisites specifying to download prereqs from the same location as application. What's causing this problem I can't say I'm too fond of ClickOnce so far. Actually my problem is about visual studio 2005.When I try to install it on my pc it gives the following error: The following package files could ...Show All
Microsoft ISV Community Center Forums has anyone done the tests at all?!
hi, just wondering has anyone done microsoft ISV software tests i'm a one-person ISV and i'm interested to hear from others who have been through the testing process. i've been on the ISV empower program for the last 18 months and i'll be taking my tests shortly. i intend to apply under the "platform" tests, doing the windows client test, and web services + .net framework. i read the instructions from the testing company VeriTest and it sounds very basic to be honest... don't crash the system, don't delete files without permission etc. etc. i was expecting my source code to be FxCop'd but it see ...Show All
Visual C# editing resource files
I am using a ResourceManager to retrieve values from a .resource file. I would like to be able to update the values in the file from within the application. Can this be done How Thanks. Use the Resource editor Lutz Roeder has writen, you can find it here . ...Show All
Visual C++ Visual C++ 2005 express for 64bit programming ?
Has the Visual C++ 2005 Express edition any support for 64bit app. programming or is it planned just for more expensive professional/architect version of VC++ 2005 Thanks, W. No! You need at least the professional version: http://lab.msdn.microsoft.com/vs2005/productinfo/productline/default.aspx ...Show All
Visual Basic Sending an Email containing a Hyperlink
Can anyone help me with the following: I would like to automate sending an Email (via Outlook) containing a hyperlink to a predefined file on our server. I used the code below to send the Mail, which works fine, but I cannot get it to include the hyperlink in the body: Dim EMail As Object Dim Link As String Link = "G:\...." 'Filepath Set EMail = CreateObject("Outlook.Application") 'Assign Outlook application to variable With EMail.CreateItem(olMailItem) .To = "XYZ@....." 'email address .Subject = "..." 'Something for the subject Field .Body = Link .Send End With Set EMail = N ...Show All
SQL Server Desining a database question
Hi, i need store relation between people... (friends, family) i have a table with list of users. i need to design a table where i would like to store relation between users. i.e. who are friends of xx etc. will really appreciate if someone can guide me how to create such table. Here is how I would set it up: TUsers intUserID strUsername strPassword strFirstName strLastName strAddressLine1 strAddressLine2 strCity strState strZipCode TUserFriends intUserID intFriendID intUserFriendRelationshipID TUserFriendRelationShips intUserFriendRelationshipID strUserFriendRelationship ...Show All
Visual C++ Runtime error: Unhandled exception at 0x004cd752 in quikcomp.exe: 0xC0000005: Access violation reading location 0xffffffff
Hi all, I am experiencing a runtime error that I am having trouble solving. I am extending a current application to include SSE intrinsics. During runtime, I receive the following error: Unhandled exception at 0x004cd752 in quikcomp.exe: 0xC0000005: Access violation reading location 0xffffffff Here is a code snippet: __m128 *mPre = NULL; __m128 *mDst = NULL; __m128 *mPost = NULL; curK = kHalf; do { curKChan = curK * chans; mPre = ( __m128 *)(imgBuf - curKChan); mDst = ( __m128 *)rowBuf; mPost = ( __m128 *)(imgBuf + curKChan); i = imageSize; do { *mDst = _mm_add_ ...Show All
Visual Studio Team System MSProject Fields Mapping Problem
Hi, Based on the information we found from the list of Project fields at the following url: http://msdn2.microsoft.com/en-us/library/ms181691.aspx and also how to: change how fields are mapped to Microsoft Project from the following url: http://msdn2.microsoft.com/en-us/library/ms181686(VS.80).aspx We are trying to map the "Description" field in VSTS workitems with the "pjTaskNotes" field in MS Project but when we uploaded this modified MyProjFieldsMapping.xml file in to Team Project we are getting following error: TF82024: The following fields could not be mapped because the fields could not be fo ...Show All
Visual Basic Excel automation with VB.NET
Hello, I have done some Excel-to-VB.NET automation, so I am familiar with the basics. I have gotten stuck on doing Subtotals. The VBA macro looks like this:: .Selection.Subtotal(GroupBy:=2, Function :=xlSum, TotalList:=Array(5), Replace:= False , PageBreaks:= False , SummaryBelowData:= True ) I cannot figure out how to reference the "Array(5)" object in VB.NET. Any ideas Thanks for any suggestions. Mister T (Using VB 2005 Express Edition) I'm having the same trouble. Also, I can't get the "sawtooth" out from under the Selection.Subtotal. I'd appreciate & ...Show All
Visual Studio Team System Team Explorer Stand-alone
Hi Maybe a silly question, but I can’t figure out how to start Team Explorer in stand-alone mode. Thanks Yeah, we don't have as much on the portal as we'd like. You actually can write reports that display work items and there is a web view for work items and change sets. For example when you get a checkin email you'll notice that there are links to the changeset, files and work items that all render in IE. That said, it's not a complete solution and we'll certainly do more in the future. Brian ...Show All
Visual C# Looking for Book Recommendations for C# (was: hello)
hello i am interested in c#,but i known nothing about it. i want to read some book ,can you tell me what book is i need thanks TAG wrote: itisapple wrote: hello i am interested in c#,but i known nothing about it. i want to read some book ,can you tell me what book is i need thanks Nothing can be better then language specification: For C#1.0 = http://msdn.microsoft.com/net/ecma/ For C#2.0 (latest draft from April 2005) = http://www.dina.kvl.dk/~sestoft/ecma/ All books will be based on thouse documents and will only add huge useless screenshots and buggy examples. y ...Show All
Architecture good C# 2.0 architecture book for Window application
Hello, can anybody recommand a good C# 2.0 architecture book for Window application I moved from VB6 to C#. Need a intrduction book for clear writing, not high level with samples. Some samples on N-tier design is better. Thanks. the patterns and practices books are a good start. http://msdn.microsoft.com/practices/ ...Show All
SQL Server Microsoft people????
Hi, The folks at Microsoft seem to frequent this forum a littlse less than they used to. So I'm reposting some links to some old queries that they may have missed. Hoping someone can help. Setting parameters in Web Service Task in SP1 - http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=261529&SiteID=1 Expressions not working on custom components - http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=264911&SiteID=1 Checkpoints - http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=265047&SiteID=1 Thanks -Jamie ...Show All
Visual Studio CLR detected an invalid program error
Hi, I am trying to create a new projetc type using VSIP and when the program runs, the project type "My Project" shows up inside File->NewProject. Howver when I select the projet, an InvalidProgramException is thrown with the following error "Common Language Runtime detected an invalid program". This happens after the call to RegisterProjectFactory in the package's Initialize method. Anu clues. Thanks, -K ...Show All
Visual C++ Use methods as Callback
Hi all, I’m asking for help. I’m developing a user interface for a cross platform simulation that is using glut. I would like to create a C++ wrapper for the initialization of glut. I’ve created the following objects: Class CApp { public: CApp(); virtual void __cdecl displayFn(void); virtual void __cdecl keyFn(unsigned char, int, int); ... private: virtual void __init(); ... } Class CGLUTApp: public CApp { ... private: void __init(); ... } ... void CGLUTApp::__init() { // inherited uiApp::__initialize(_fN ...Show All
