Chris Tybur

614
reputation
149 views

Registered User

name Chris Tybur
member for 1 year
seen 2 days ago
website
location Ithaca, NY
age 37
I've been developing software in the Microsoft ecosystem since 2001, mostly using VB and all its variants.
Nov
4
answered Access denied when loading dependancy .dll .NET
Nov
3
asked How to prevent VSeWSS 1.3 from adding assemblies to the solution manifest
Nov
2
comment Using AspCompat in a SharePoint web part page
I ended up creating a new solution package containing a module being deployed as a feature, similar to what you suggested in your other answer. The solution installs correctly and seems to put things in the right place. I see my ASPX page with AspCompat in the Pages library, however, when I browse to it I still get a message saying the AspCompat directive isn't allowed. I set the content type for the file to GhostableInLibrary. I know it's looking at the disk file because if I rename it I can no longer browse to it. Why would it still have a problem with that directive?
Oct
28
comment Using AspCompat in a SharePoint web part page
OK, the error was caused by not including the Path attribute in the <file> element.
Oct
28
comment Using AspCompat in a SharePoint web part page
Your answer to that other question seems promising. I figured I could just modify the existing feature manifest of my web part to include an ASPX page that contains AspCompat. When I went into the file containing the elements for my feature I could add another <module> element, but after I added a <file> element underneath it Visual Studio suddenly couldn't parse the package solution when in WSP View. The error it gave was 'Value cannot be null. Parameter name: path2'. Do I need to create a new feature within my web part just for the ASPX page?
Oct
28
accepted Open/close connection to UNC without credentials
Oct
27
asked Using AspCompat in a SharePoint web part page
Oct
27
comment Open/close connection to UNC without credentials
On the server, the only thing that comes to mind is to go into Computer Management and go to System Tools -> Shared Folders -> Open Sessions and see if there's evidence of the client connection to the given share. If the server is running Windows 2008 you can fire up the Share and Storage Management snap-in to see the same info. I assume a session will appear for the given user during the file copy, then disappear shortly after the call to WNetCancelConnection2. I always set the last parameter of that function to 1 to force a disconnect.
Oct
25
answered Open/close connection to UNC without credentials
Oct
23
revised Reading excel files in vb.net leaves excel process hanging
Added more detail
Oct
23
answered Reading excel files in vb.net leaves excel process hanging
Oct
20
accepted Finding a UNC Path on another server?
Oct
14
answered Finding a UNC Path on another server?
Oct
7
awarded  Organizer
Oct
7
revised proxy option with in my app
edited tags
Sep
25
comment ASP.NET - Learning .NET Framework 3.0 / 3.5
I have this book, and I agree it's easy to understand and has been very useful.
Sep
25
awarded  Commentator
Sep
25
comment How do I change a Windows Service’s startup type in .NET (post-install)?
Modifying the registry would be the best way to change the startup type post-install. You can use the Microsoft.Win32.Registry class to do it.
Sep
15
revised SQL Server Bulk Insert fails (Network related)
Added link; edited body
Sep
15
answered SQL Server Bulk Insert fails (Network related)
Sep
2
comment Updating DotNetNuke module from another app
Initiating a bulk install from a Windows service worked beautifully. Definitely easier than my original approach.
Sep
1
accepted Async thread dies in SharePoint web part
Sep
1
revised Suppress the reboot prompt for the .NET 3.5 SP1 redist
Provided more info, added addl. question
Sep
1
answered Setting query timeout on a stored procedure in SQL Server 2005
Sep
1
asked Suppress the reboot prompt for the .NET 3.5 SP1 redist
Aug
30
accepted Web Service return value issue in VB.net
Aug
29
revised Web Service return value issue in VB.net
For clarity
Aug
29
answered Web Service return value issue in VB.net
Aug
27
comment Updating DotNetNuke module from another app
Anything you can post would be helpful. I'll experiment with it and see how far I get.
Aug
27
comment Updating DotNetNuke module from another app
I didn't know there was a bulk install option. That sounds like it would work for me. Is there any documentation for it anywhere? What exactly does the HTML response look like, and how would I know the bulk install succeeded?
Aug
26
accepted Creating drives to remote resources in windows?
Aug
25
asked Updating DotNetNuke module from another app
Aug
23
answered Keyboard Recommendation for a Developer
Aug
20
revised My.Application.CommandLineArgs - can’t open file
Grammar
Aug
20
answered My.Application.CommandLineArgs - can’t open file
Aug
20
answered Can I stop a program during execution any other way than by throwing an error?
Aug
9
awarded  Yearling
Aug
6
comment Upgrading SharePoint web parts
stsadm -o upgradesolution is what I was looking for. I've read up on its caveats but none of those apply to my immediate situation, so I can safely use it.
Aug
4
asked Upgrading SharePoint web parts
Aug
3
answered SQL Server Linked Server with different active directory domain credentials
Jul
30
accepted Combo box drop-down closes unexpectedly when on tab control
Jul
29
comment Why is my entire site a tiny bit smaller in Firefox?
I like the insanity tag. That's something I often feel when dealing with things that don't look right between browsers, or even in one browser.
Jul
29
asked PasswordPropertyText not working
Jul
25
awarded  
Jun
30
answered Problem with .Net Remoting (C#)