Wayne Erfling's Q&A profile
Visual C# class library obfuscation problem
hi, after i obfuscated a class library that i have written, i found when i tried to use it, that the classes and its members doesn't exist. i added the obfuscated dll file to my refrences, then typed "using MyClassLibrary" , but VS 2005 doesn't feel it at all, MyClassLibrary doesn't appear in the drop down list that drops while typing in VS 2005, even when i try to write it manualy and press the . "dot" , no drop down list appears which is supposed to contain the library classes. please help me Hi! Your IntelliSense (feature that suggest names & syntax during typing) may not work if: you obfuscate all ...Show All
SQL Server Flat File Connection Manager does NOT fail
I use Flat File connection manager where I have defined the format of the file as "Ragged Right" (CR,LF Dos file) with no header rows. The columns are fixed width with Row Delimiter "{CR}{LF}". The problem is when I process a file with incorrect format. The file execution does not throw an error. Instead it throws a warning " There is a partial row at the end of the file.". How can I force the Flat file connection manager to FAIL if the format of the file is not matched exactly. I would think this would be the default behavior of Connection manager. ie. If I have Connection manager setup for a dos file with 2 columns. Column 1 ...Show All
Visual Studio Team System Couple of questions
I was told that if I had Visual Studio Team Architect version I could make a one time change to Visual Studio Team Developer. Does anyone know how to do this via the msdn web site I have an RC of Visual Studio 2005 Team Suite based on discussions I have had with others I am begining to realize that this is not the latest version of Visual Studio Team System. Is there a way to determine what is the latest version, i.e. version numbers Team Suite has most definitely been publicly available since mid October. Team Foundation Server has of yet not been released. I will post information about changing your ...Show All
Smart Device Development WebBrowser control throws NotSupportedException
Hi, all! I have .NET CF 2.0.5238.0 and Pocket PC 2003 device application. And WebBrowser control throws NotSupportedException if I try to get CanGoBack/CanGoForward properties or execute GoBack/GoForward methods.. Why so MSDN Help says, what it is supported by CF 2.0.. Supported by NETCF V2, but not supported by PPC 03. Please see this: http://forums.microsoft.com/msdn/showpost.aspx postid=20931&siteid=1 ...Show All
Windows Forms Events don't fire from a dll(reference) in visual studio 2005 but do in 2003
Hi there, This one is strange, can anyone help I have added a DLL(reference)(activex control) to my visual studio 2005 and i have been trying get events to fire all day.... I wrote the same application in visual studio 2003 and all works perfect.... Its exactly the same code but in visuals studio 2005 the events do NOT fire... its really strange.. I know the dll is an activex control, i believe vs creates a wrapper which lets me see the methods, properties and events . Is there some trick i need to do to get events to fire As i say it works NO problems in VS 2003.... I did try and import my working VS 2003 into VS 2005 and it converted ...Show All
Visual Studio Express Editions Translating Basic into SQL starments
I was wondering can VB get into a SQL database ok If so I wanted to be able to do something thats easy to do in VB, but I am new to SQL. That SQL tutorial is way too fluffy, better would be the Bachus-Naur syntax statements to get exact syntax and then I can look for the methods I need. SQL is pretty verbose. My view is, how hard can it be, now that I see the balance of parentheses I can fix sicko methods easy enough. SQL does not come across as too strongly typed either. I would have to make some simple classes in C++ to map them exactly though. There are several types in SQL but most seem redundant to an extent, but SQL is an ol ...Show All
Windows Forms Custom Outlook forms 2000 and 2002 Outlook
Hello everyone, this is my first post so I will do my best to promote my problem: I have a customer form i made for my company for help with customers who call in. Now, what i did was published the form to each clients personal folders box, and a made a "DoUpdate" Button on the page. This was in case there was an update 3 ...Show All
.NET Development How Does the Software Development go on in a Business Enviroment
I was wondering what is..or or how is software engineered...When a company is set with particular project how do they go about engineering the software...Do they write down how many classes they will need how many methods with they need You know what are they steps a company might use to engineer a software application...I am an entry level .Net Developer and i am trying to get my foot in the door i only been out of school for about two months...but i am trying to get a good understanding how the software engineering process works Hi, A software company would first choose an appropriate Software Development Lifecycle. This could be s ...Show All
Visual Studio Express Editions Color text not returning to normal!
I have my text turning a different color when I type a certain thing in, but the problem is that it wont change back to black after I type it. And, after I type it, any key I press will retype what I typed before. Heres my code: Private Sub RichTextBox1_TextChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RichTextBox1.TextChanged Dim Tag As String Tag = "<html>" If RichTextBox1.Text.Contains(Tag) Then Me .RichTextBox1.SelectedText = Tag With RichTextBox1 .SelectAll() .SelectionColor = Color.Blue .DeselectAll() .SelectionStart ...Show All
SQL Server update query and determinism
I receive the following error on an update. Msg 205, Level 16, State 1, Procedure MessageCompleted_U, Line 26 All queries combined using a UNION, INTERSECT or EXCEPT operator must have an equal number of expressions in their target lists. I have 2 tables a and b each with primary keys and select count(*) from a where akey=1 returns 1 and select count(*) from b where bkey=2 returns 1 (1) update a set acol2=bcol3 from a inner join b on a.bkey =b.bkey where a.akey=1 and b.bkey=2 I am assuming it is a determinisism issue, but I am confused. Even though the inner join itself is nondeterministic the additional qualifiers in th ...Show All
Visual Studio Express Editions Dynamic Help
Where, When, Why!!!! Beta 2 Had Dynamic Help (with only a minor hangup bug if you reloaded it) This improved Edition has no Dynamic Help.. My search of this shows that no one knows from the programmers the answer... For Clarification.. I am using the Visual Basic Express Edition. It does not have a pulldown option from the Main Help Window in any mode for DYNAMIC HELP. It does have some option if you hit F1 which brings up another window with Help. But it does not contain the same useful links and it is not dockable to the first window. The forums I read think that it is a ploy by Mic ...Show All
Visual Studio Repair missing Project assignment / links
In my SourceSafe I got many Items that get deleted when I run a repair task. * When I look at the property->links info it is empty, * When I look at the proberty->path info it says "***Deleted*** 1->1" Is there any way to repair those items and restore the project/link assignment The repair task simply deletes all those files Is this list completely empty or have just one record in it Do you still have empty Links list after running “Analyze –f” If so then something is wrong with Analyze utility. It would be great if you could share the database with us assuming you ...Show All
SQL Server Matrix Report Exporting
I have a Matrix report in RS and I am trying to export it to Excel. The data in the report is formatted as currency. The data does transfer fine, but the currency values are stored as strings. This will not allow me to perform calculations. I have not had this problem with table reports, only the matrix. Is there any solution that be performed on the server side It shouldn't matter if the textbox is part of a matrix or a table. What matters is the definition of your text box: the expression you use to calculate its value, the data base field type you bound the textbox to. Thank you, Ni ...Show All
Visual Studio Tools for Office connectivity issues outlook 2003
Recently my system was changed from a stand alone to a workstation - I was using Windows XP and Office 2003, I also had my email account set up on Outlook 2003. However, since my system was changed to a workstation, my Operating System was changed to Windows 2000 Professional because the server is using 2000 Professional. I am still using Outook 2003 but since the change, I am not getting the email account set up. Outlook is telling me Establish network connection: Unable to connect to the Internet or to the nrtwork. Please verify the connection settings. How do I fix this I have Internet connection, I can browse the net. The netw ...Show All
Visual Basic Zoom of Panel container
I have a panel (container) which has 2 picturebox controls in it. Using VB 2005 How can I get zoom/scroll on the panel (ie on the 2 picturebox control - as a group) - not on each individual picturebox. Also, for the panel, how can I implement panning (using the "hand" to move around I'm a newbie - would appreciate simple answers - thanks ...Show All
